body,html {
    overflow-x: hidden;
}
@-webkit-keyframes "pulse" {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2392cd;
    }
    30% {
        -webkit-box-shadow: 0 0 0 10px rgba(35, 146, 205, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(35, 146, 205, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 30px rgba(35, 146, 205, 0.4);
    }
}

@keyframes "pulse" {
    0% {
        box-shadow: 0 0 0 0 #2392cd;
        -moz-box-shadow: 0 0 0 0 #2392cd;
    }
    30% {
        box-shadow: 0 0 0 10px rgba(35, 146, 205, 0.8);
        -moz-box-shadow: 0 0 0 10px rgba(35, 146, 205, 0.8);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(35, 146, 205, 0.6);
        -moz-box-shadow: 0 0 0 20px rgba(35, 146, 205, 0.6);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(35, 146, 205, 0.4);
        -moz-box-shadow: 0 0 0 30px rgba(35, 146, 205, 0.4);
    }
}

.pulse:hover {
    animation: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

ol {
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

body {
    font-family: Aria, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    color: #222;
    background: #f0f3f5;
}

body.white {
    background-color: #fff;
}

img {
    max-width: 100%;
}

.box.business-matching-new a {
    z-index: 100 !important;
}

.select2-business_field-4c-results li.select2-results__option:last-child {
    display: none !important;
}

.btn {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 5px;
    background-color: #2392cd;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.btn:hover {
    background-color: #0f59b2;
    color: #fff;
}

.third-color {
    color: #147bb9;
}

.color_2 {
    color: #555;
}

.btn-full {
    width: 100%;
}

.btn-turquoise {
    background-color: #147bb9;
}

.text-up {
    text-transform: uppercase;
}

.text-small {
    font-size: 14px;
    line-height: 20px;
}

.hexagon-group {
    text-align: center;
    margin-bottom: -50px;
}

.hexagon-group:last-child {
    margin-bottom: 0;
}

.hexagon {
    display: inline-block;
    width: 200px;
    height: 224px;
    position: relative;
    padding: 10px;
    position: relative;
}

.hexagon-back,
.hexagon-fade {
    width: 89%;
    background-size: contain !important;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.hexagon-back {
    padding: 2px;
}

.hexagon-info {
    color: white;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.hexagon-info>p {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 24px;
}

.hexagon-info>.last {
    top: 50%;
    text-align: left;
}

.hexagon-info>.last p:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 0;
    background-color: #222;
    border-radius: 20px;
    left: 0;
}

.hexagon-info>.last p:first-child {
    color: #0c50a3;
    font-size: 30px;
}

.hexagon-info>.last p:nth-child(2) {
    color: #2392cd;
    font-size: 30px;
}

.hexagon-button {
    font-size: 13px;
    color: white !important;
    border: 1px solid white;
    width: 75%;
    margin: 0 auto;
    padding: 3px 5px;
}

h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #0c50a3;
    margin: 0 0 10px;
}

.text-line-through {
    position: relative;
    color: #555;
    height: 20px;
}

.text-line-through:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
}

.text-line-through span {
    background-color: #fff;
    display: inline-block;
    padding: 0 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}

.checkbox-custom {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    line-height: 20px;
}

.checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-custom input:checked~.checkmark {
    background-color: #fff;
}

.checkbox-custom input:checked~.checkmark:after {
    display: block;
}

.checkbox-custom .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.checkbox-custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid #2392cd;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-title {
    position: relative;
}

.page-title .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.page-title h3 {
    font-size: 48px;
}

.page-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pape-title {
    font-size: 48px;
}

.com-title {
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.font-bigger {
    font-size: 18px;
}

.font-default {
    font-size: 14px;
}

.font-smaller {
    font-size: 12px;
}

.map-container {
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.search-page {
    background: #f0f3f5;
}

article.news .content {
    background: #fff;
    margin-bottom: 15px;
    margin-right: 2px;
}

/* styles for '...' */

.block-with-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}

.block-two-line {
    max-height: 2.4em;
}

/* create the ... */

.block-with-text:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */

.block-with-text:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}

.com-galleries .carousel-indicators .active {
    background-color: #c4c4c4;
}

.com-galleries .carousel-indicators {
    margin-bottom: -50px;
}

.com-galleries .carousel-indicators li {
    border: 1px solid #c4c4c4;
}

.iframe-container {
    position: relative;
    height: 500px;
    width: 100%;
}

.iframe-container>* {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 14px;
    }
    .btn {
        font-size: 18px;
        line-height: 20px;
    }
    .btn-full {
        line-height: 34px;
    }
}

#top {
    /*margin-bottom: 20px;*/
}

#logo {
    float: left;
}

#right_top_links {
    float: right;
}

#right_top_links>div {
    float: right;
}

#right_top_links>div+div {
    border-right: 1px solid #555;
}

#right_top_links ul li {
    display: inline-block;
    vertical-align: top;
}

#right_top_links a {
    color: #555;
    font-size: 14px;
}

#right_top_links a:hover {
    color: #2392cd;
}

#right_top_links .e-links a {
    padding-bottom: 10px;
}

#right_top_links .e-links a:hover {
    color: #555;
    border-bottom: 1px solid #555;
}

.top-languages {
    padding-left: 12px;
}

.top-languages ul li {
    padding-left: 9px;
}

.top-languages img {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #555;
}

.e-links {
    padding: 0 10px;
    padding: 0 3px;
}

.e-links ul li {
    padding: 0 10px;
}

.top-contact {
    padding: 0 3px;
}

.top-contact ul li {
    padding: 0 16px;
}

.top-contact i {
    margin-right: 5px;
    font-size: 18px;
}

.center-link {
    padding: 0 32px 0 20px;
}

.icon-search i {
    font-size: 16px;
}

.header-link ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.header-link a {
    font-size: 16px;
    line-height: 18px;
    padding: 16px 27px;
    display: inline-block;
    color: #fff;
}

.header-link a:hover {
    color: #fff;
}

.header-link .header-login:hover {
    background-color: #2392cd;
}

.header-link .header-signup {
    background-color: #2392cd;
    border-bottom: 4px solid #2392cd;
}

.header-link .header-signup:hover {
    background-color: #0c50a3;
}

.header-social a {
    display: inline-block;
    color: #fff;
    text-align: center;
}

.header-social i {
    font-size: 18px;
}

.btn-call-phone {
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    background-color: #2392cd;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    line-height: 60px;
    z-index: 999;
    /*box-shadow: 0 0 0 rgba(35, 146, 205, 0.8);*/
    /*animation: pulse 1.5s infinite;*/
    font-size: 30px;
    right: 25px;
}

.btn-call-phone i {
    height: 60px;
    line-height: 60px;
}

@media screen and (min-width: 768px) {
    .header-wrap {
        position: fixed;
        z-index: 1000;
        width: 100%;
        top: 0;
    }
    #top {
        padding: 15px 18px 15px 50px;
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
    }
    #right_top_links {
        /*margin-top: 12px;*/
    }
    #header {
        background-color: #0f59b2;
    }
    .header-right {
        float: right;
    }
    .header-right .header-link {
        float: right;
    }
    #header_search {
        position: relative;
        padding: 13px 0;
        float: left;
    }
    #header_search .search-form {
        position: absolute;
        top: 100%;
        right: 0;
        visibility: hidden;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        z-index: 999;
        transform-origin: 100% 0 0;
        -webkit-transform-origin: 100% 0 0;
        -moz-transform-origin: 100% 0 0;
    }
    #header_search .icon-search {
        display: inline-block;
        padding: 2px 18px;
        border-right: 1px solid #fff;
        color: #fff;
    }
    #header_search:hover .search-form {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
    #search {
        background-color: #fff;
        padding: 20px;
        position: relative;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }
    #search input {
        width: 300px;
        height: 32px;
        line-height: 30px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 0 16px;
    }
    #search .btn {
        height: 32px;
        background-color: #2392cd;
        color: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 0 10px;
        border: none;
    }
    .header-social {
        position: fixed;
        right: 20px;
        top: 25%;
        z-index: 9999;
        background-color: rgba(12, 80, 163, 0.9);
        padding: 19px;
        border-radius: 5px 0 0 5px;
    }
    .header-social a {
        padding: 18px 0;
        min-width: 26px;
    }
    .header-social li+li a {
        border-top: 1px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .news-detail-page h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .header-wrap {
        position: fixed;
        z-index: 1000;
        width: 100%;
        top: 0;
    }
    #top {
        padding: 10px 18px 10px 50px;
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
    }
    #right_top_links {
        margin-top: 6px;
    }
    #header {
        background-color: #0c50a3;
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    #header_search {
        background-color: #1059b3;
        padding: 15px 18px;
        width: 100%;
    }
    #header_search input {
        height: 34px;
        padding: 0 15px;
        line-height: 34px;
        border: none;
        border-radius: 5px;
    }
    #header_search .input-group-btn {
        padding-left: 20px;
    }
    #header_search .btn {
        padding: 0;
        border: none;
        background-color: transparent;
        height: 34px;
        line-height: 34px;
    }
    .header-social {
        text-align: center;
        padding: 20px 0;
    }
    .header-social ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 25px;
    }
    .header-link ul li {
        width: 50%;
        margin-right: -4px;
    }
    .header-link ul li a {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .header-link .header-login {
        background-color: #1059b3;
    }
    .open-menu-mobile {
        color: #0c50a3;
        position: absolute;
        left: 16px;
        top: 20px;
    }
    .open-menu-mobile i {
        font-size: 16px;
    }
    .mobile-top-links ul li a {
        padding: 20px 0;
        display: block;
        overflow: hidden;
    }
    .mobile-top-links ul li a span {
        float: left;
    }
    .mobile-top-links i {
        float: right;
    }
    .mobile-footer-links ul li a {
        padding: 20px 0;
        display: block;
        overflow: hidden;
    }
    .mobile-footer-links ul li a span {
        float: left;
    }
    .mobile-footer-links i {
        float: right;
    }
    .mobile-link {
        color: #fff;
    }
    .mobile-link a {
        color: #fff;
    }
    .mobile-link .text-up {
        font-size: 14px;
    }
    .mobile-link+.mobile-link {
        padding: 0 20px;
    }
    .mobile-link+.mobile-link li:first-child {
        border-top: 1px solid #147bb9;
    }
    .mobile-link.footer-contact li:first-child {
        padding-top: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
    .top-contact ul li {
        padding: 0 10px;
    }
    .center-link {
        padding: 0 12px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    #right_top_links a {
        font-size: 12px;
    }
    .top-languages ul li {
        padding-left: 5px;
    }
    .e-links ul li {
        padding: 0 4px;
    }
    .center-link {
        padding: 0 8px;
    }
    .top-contact ul li {
        padding: 0 5px;
    }
    .top-contact i {
        margin-right: 3px;
    }
    .icon-search i {
        font-size: 14px;
    }
    .header-link a {
        font-size: 14px;
        padding: 15px 10px;
        line-height: 18px;
    }
    .header-social {
        right: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header-link a {
        font-size: 13px;
        padding: 15px 7px;
        line-height: 18px;
    }
}

.main-menu .mega-menu .parent>a {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 5px solid #0f59b2;
    color: #fff;
    border-radius: 0;
}

.main-menu .mega-menu .parent>a:focus {
    color: #fff;
}

.main-menu .mega-menu .parent>a:hover,
.main-menu .mega-menu .parent>a:active,
.main-menu .mega-menu .parent>a.active {
    color: #fff;
    border-bottom: 5px solid #2392cd;
    /*font-weight: 700;*/
    transition: border 0.2s linear;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
}

.main-menu .mega-menu .parent:hover>a {
    border-bottom: 5px solid #2392cd;
    /*font-weight: 700;*/
    transition: border 0.2s linear;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
}

.main-menu .mega-menu .parent ul {
    z-index: 9999;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    margin-top: 30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 200px;
}

.main-menu .mega-menu .menu-item-has-children {
    position: relative;
}

.main-menu .mega-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-menu .mega-menu .menu-item-has-children:hover .sub-menu li {
    padding: 0 20px;
}

.main-menu .mega-menu .menu-item-has-children:hover .sub-menu li a {
    border-top: 1px solid #e5e5e5;
    color: #666;
    display: block;
    padding: 10px 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-menu .mega-menu .menu-item-has-children:hover .sub-menu li a :first-child {
    border-top: none;
}

.main-menu .mega-menu .menu-item-has-children:hover .sub-menu li a:hover {
    color: #0f59b2;
}

.main-menu .mega-menu .menu-item-has-children:hover .sub-menu ::after {
    position: absolute;
    top: -10px;
    left: 40px;
    font-family: fontawesome;
    content: "\f0d8";
    color: #fff;
}

@media screen and (min-width: 768px) {
    .main-menu {
        float: left;
    }
    .main-menu .mega-menu .parent+.parent {
        /*padding: 5px 0px 5px;*/
    }
    .main-menu .mega-menu .parent>a {
        padding: 15px 20px;
        /*, &:active, &.active */
    }
    .main-menu .mega-menu .parent>a:hover {
        background-color: #0c50a3;
        /*padding: 16px 8px 11px;*/
    }
    .main-menu .mega-menu .parent:hover>a {
        background-color: #0c50a3;
        /*padding: 16px 8px 11px;*/
    }
}

@media screen and (max-width: 767px) {
    .main-menu .mega-menu ul li {
        float: none;
    }
    .main-menu .mega-menu ul li+li {
        margin: 0;
    }
    .main-menu .mega-menu .parent>a {
        padding: 18px 20px 14px;
        overflow: hidden;
    }
    .main-menu .mega-menu .parent>a:hover {
        background-color: #147bb9;
        padding: 16px 20px 11px;
    }
    .main-menu .mega-menu .parent>a:active {
        background-color: #147bb9;
        padding: 16px 20px 11px;
    }
    .main-menu .mega-menu .parent>a span {
        float: left;
    }
    .main-menu .mega-menu .parent>a i {
        float: right;
    }
    .main-menu .mega-menu .parent:hover>a {
        background-color: #147bb9;
        padding: 16px 20px 11px;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1439px) {
    .main-menu .mega-menu .parent>a {
        padding: 15px 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .main-menu .mega-menu .parent>a {
        font-size: 13px;
        padding: 15px 10px;
    }
    #myCarousel .carousel-caption h3 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #right_top_links {
        font-size: 12px;
        float: none;
    }
    #right_top_links a {
        font-size: 12px;
    }
    #right_top_links ul li {
        padding: 0 4px;
    }
    #right_top_links .center-link {
        padding: 0 6px;
    }
    #right_top_links .top-languages {
        margin-right: 40px;
    }
    .main-menu .mega-menu .parent>a {
        font-size: 13px;
        padding: 15px 6px;
    }
    #myCarousel .carousel-caption h3 {
        font-size: 36px;
        line-height: 40px;
    }
}

#footer {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

#footer a {
    color: #fff;
}

.footer-top {
    background-color: #0c50a3;
}

.footer-top h3 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 20px;
}

.footer-top .footer-newsletter h3 {
    margin-bottom: 25px;
}

.footer-contact i {
    font-size: 16px;
    min-width: 18px;
    margin-right: 20px;
}

.footer-contact .address {
    display: inline-block;
    line-height: 24px;
}

.footer-contact .text-up {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-contact li {
    margin-bottom: 10px;
}

.footer-newsletter {
    margin-bottom: 30px;
}

.footer-newsletter input {
    height: 48px;
    border: none;
    border-radius: 5px;
    line-height: 48px;
    padding: 0 154px 0 22px;
    font-size: 18px;
    color: #555;
}

.footer-newsletter input::-webkit-input-placeholder {
    font-size: 18px;
    color: #555;
}

.footer-newsletter input::-moz-placeholder {
    font-size: 18px;
    color: #555;
}

.footer-newsletter input:-ms-input-placeholder {
    font-size: 18px;
    color: #555;
}

.footer-newsletter input:-moz-placeholder {
    font-size: 18px;
    color: #555;
}

.boss-newsletter {
    position: relative;
    margin-top: 5px;
}

.boss-newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 60px;
}

.boss-newsletter .help-block {
    color: #efbb20 !important;
}

.footer-social ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 42px;
}

.footer-social i {
    font-size: 18px;
}

.footer-bottom {
    background-color: #1059b3;
    position: relative;
}

.footer-bottom:before {
    content: "";
    position: absolute;
    background-color: #147bb9;
    left: 0;
}

.footer-bottom:after {
    content: "";
    position: absolute;
}

.footer-bottom .powered p {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .footer-top {
        padding: 20px 18px 0;
    }
    .footer-top .footer-col {
        margin-bottom: 25px;
    }
    .footer-top .footer-col>div:last-child {
        border-bottom: 1px solid #147bb9;
    }
    .footer-top .footer-col:first-child h3 {
        border-bottom: 1px solid #147bb9;
        padding-bottom: 22px;
    }
    .footer-contact .address {
        padding: 0 0 0 40px;
    }
    .footer-newsletter input {
        width: 100%;
    }
    .boss-newsletter {
        width: 100%;
    }
    .footer-social {
        padding-bottom: 18px;
    }
    .footer-social ul {
        text-align: center;
        padding-left: 42px;
    }
    .app-wrap {
        text-align: center;
    }
    .app-wrap ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 8px;
        margin-bottom: 18px;
    }
    .footer-bottom .footer-links {
        background-color: #0c50a3;
        padding-left: 13px;
        padding-right: 13px;
    }
    .footer-bottom .powered {
        padding-left: 33px;
        padding-right: 33px;
        font-size: 14px;
        height: 63px;
        line-height: 63px;
    }
    .footer-bottom:before {
        bottom: 0;
        height: 63px;
        right: 50px;
    }
    .footer-bottom:after {
        bottom: 0;
        height: 63px;
        right: 28px;
        width: 80px;
        background: url("../png/bg_footer_xs.png") no-repeat 0 0;
    }
    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-links ul li {
        width: 50%;
        padding: 20px 0;
    }
    .footer-links ul li:nth-child(5) {
        order: 1;
    }
    .footer-links ul li:nth-child(3) {
        order: 2;
    }
    .footer-links ul li:nth-child(4) {
        order: 3;
    }
    .footer-links ul li:nth-child(2) {
        order: 4;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .container,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .box-wrap {
        padding: 0 !important;
    }
    .blog-featured {
        padding-bottom: 0 !important;
    }
    .page-padding {
        padding-top: 23px !important;
        padding-bottom: 43px !important;
    }
    .page-title.page-padding {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .news-page .article-items .article-detail {
        padding-top: 0 !important;
    }
}

#page_wrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.header_user_info {
    float: left;
    padding: 13px 0;
}

.header_user_info .user-image {
    margin-left: 5px;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.header_user_info .dropdown-menu {
    padding: 15px;
    left: -150px;
}

.header_user_info span {
    margin-left: 5px;
    color: #fff;
}

.box-heading {
    margin-bottom: 20px;
}

.box-heading h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #0c50a3;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 0;
}

.box-heading h2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 0;
    background-color: #2392cd;
    border-radius: 20px;
    left: calc(50% - 25px);
}

.box-heading h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #0c50a3;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 0;
}
.factory_choses {
    display: flex;
    flex-wrap: wrap;
}
.factory_choses .product-item {
    flex: 0 0 25%;
    width: 25%;
    padding: 15px;
}
.factory_choses .product-item:hover .effect-boder a:before,
.factory_choses .product-item:hover .effect-boder a:after {
    opacity: 1;
}
.factory_choses .product-item.active .effect-boder a:before, .factory_choses .product-item.active .effect-boder a:after  {
    opacity: 1;
}
.factory_choses .product-item.active .effect-boder a:before {
    background-color: rgba(0, 0, 0, 0.5);
}
.factory_choses .product-item .effect-boder a:before {
    opacity: 0.4;
}
.g-recaptcha {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.factory_choses .product-item .effect-boder a {
    position: relative;
}
.factory_choses .product-item .effect-boder span.store-name {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.box-heading h3:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 0;
    background-color: #2392cd;
    border-radius: 20px;
    left: 0;
}

.box-heading .box-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.card-body {
    color: #555;
}

.box-heading.text-center h2:before {
    left: 50%;
    margin-left: -15px;
}

.list-style-img {
    margin-top: 26px;
}

.list-style-img li {
    border-bottom: 1px solid #c4c4c4;
    padding: 26px 0 28px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.list-style-img li:first-child {
    border-top: 1px solid #c4c4c4;
}

.list-style-img li img {
    margin-right: 12px;
}

.box-wrap {
    margin-bottom: 60px;
}

.box-wrap .item-left .image {
    position: relative;
}

.box-wrap .item-left .image:before {
    position: absolute;
    content: "";
    background: url("../png/bg_about.png") repeat;
    z-index: -1;
}

.home-slide {
    margin-bottom: 20px;
}

.home-slide .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.home-slide .carousel-caption h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    /*text-shadow: 2px 2px #ffffff;*/
    color: #0c50a3;
}

.home-slide .carousel-caption p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #0C50A5;
}

.home-slide .carousel-caption .btn {
    padding: 13px 35px;
}

.full-width .box-content {
    overflow: hidden;
}

.product-wrap {
    margin-bottom: 20px;
}

.product-wrap .box-heading .btn {
    padding: 13px 25px;
}

.product-wrap .box-content {
    position: relative;
    padding-bottom: 26px;
}

.product-wrap .swiper-container-horizontal>.swiper-pagination-progressbar {
    top: auto;
    left: 10px;
    bottom: 0;
    height: 5px;
    border-radius: 20px;
    right: 10px;
    background-color: rgba(196, 196, 196, 0.5);
    width: auto;
}

.product-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #c4c4c4;
    border-radius: 20px;
}

.product-wrap .product-item {
    padding: 0 0.5px;
}

.product-wrap .image-text>span {
    left: 38px;
    top: 52px;
}

.btn-wrap.box-heading h2 {
    margin-top: 12px;
}

.btn.ab-top-right {
    position: absolute;
}

.image-text {
    overflow: hidden;
}

.image-text>span {
    position: absolute;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    width: 70%;
    left: 20px;
    top: 10px;
}

.about-wrap {
    margin-bottom: 20px;
}

.about-wrap .image-text {
    width: 100%;
    line-height: 285px;
    overflow: hidden;
    /*height: 500px;*/
}
.about-wrap .image-text {
    position: relative;
}
.about-wrap .image-text:before {
    content: '';
    top: 0;
    left: 0;
    /*background: rgb(0 0 0 / 20%);*/
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;

}
.about-wrap .image-text>span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    
}
.about-wrap .image-text>span a {
    font-weight: 700;
    text-shadow: 2px 2px #fff !important;
    color: #0c50a3 !important;
    font-size: 35px;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.about-wrap .image-text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custome-padding .row {
    margin-right: -11px;
    margin-left: -11px;
}

.custome-padding .row>div {
    padding-right: 11px;
    padding-left: 11px;
}

.effect-boder {
    position: relative;
}

.effect-boder a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.effect-boder a>span {
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0;
    transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    margin-top: 50px;
}

.effect-boder a>span>* {
    display: block;
}

.effect-boder a:hover>span,
.effect-boder a:hover:before,
.effect-boder a:hover:after {
    opacity: 1;
}

.effect-boder a:before,
.effect-boder a:after {
    position: absolute;
    content: "";
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.effect-boder a:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.effect-boder a:after {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #fff;
}

.effect-boder i {
    font-size: 36px;
    margin-bottom: 5px;
}

.team.effect-boder {
    position: relative;
}

.team.effect-boder a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
}

.team.effect-boder a>span {
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0;
    transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
}

.team.effect-boder a>span>* {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}

.team.effect-boder a:hover>span,
.team.effect-boder a:hover:before,
.team.effect-boder a:hover:after {
    opacity: 1;
}

.team.effect-boder a:before,
.team.effect-boder a:after {
    position: absolute;
    content: "";
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.team.effect-boder a:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.team.effect-boder a:after {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 0px solid #fff;
}

.team.effect-boder i {
    font-size: 36px;
    margin-bottom: 5px;
}

.blog-featured {
    margin-bottom: 20px;
}

.blog-featured .box-heading .btn {
    padding: 13px 61px;
}

.blog-featured .effect-boder a {
    display: inline-block;
}

.blog-featured .article_content {
    background-color: #f0f3f5;
    height: 430px;
    border-radius: 5px;
}

.blog-featured .article_content .article-detail {
    padding: 15px 15px 25px;
}

.blog-featured .article-detail .more-info {
    margin-bottom: 15px;
    color: #555;
}

.blog-featured .article-detail .article-name {
    margin-bottom: 15px;
}

.blog-featured .article-detail .article-name a {
    font-weight: 700;
    color: #222;
}

.blog-featured .article-detail .article-name a:hover {
    color: #2392cd;
}

.blog-featured .article-detail .description {
    line-height: 24px;
    color: #555;
}

.blog-featured iframe {
    min-height: 430px;
}

.testimonial-wrap {
    background-repeat: no-repeat;
    padding: 40px 0 55px;
    color: #fff;
}

.testimonial-wrap .box-heading h2 {
    color: #f0f3f5;
}

.testimonial-wrap .box-heading h2:before {
    background-color: #f0f3f5;
}

.testimonial-wrap .testimonial-slide {
    padding-bottom: 60px;
    margin-bottom: 20px;
}

.testimonial-wrap .box-content .item {
    padding: 60px 0 0;
    height: 250px;
}

.testimonial-wrap .box-content .item i {
    font-size: 36px;
    position: absolute;
    top: 0;
}

.testimonial-wrap .box-content .item p {
    line-height: 24px;
    margin-bottom: 31px;
}

.testimonial-wrap .box-content .image-title {
    overflow: hidden;
}

.testimonial-wrap .box-content .image-title img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #f0f3f5;
    float: left;
    margin-right: 24px;
    display: none;
}

.testimonial-wrap .box-content .testimonial-info {
    overflow: hidden;
    margin-top: 2px;
}

.testimonial-wrap .box-content .testimonial-info span {
    display: block;
}

.testimonial-wrap .box-content .testimonial-info .testimonial-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}

.testimonial-wrap .box-content .partner-logo img {
    border: 1px solid #f0f3f5;
}

.testimonial-wrap .box-content h4 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 30px;
    letter-spacing: 3px;
}

.home-page {
    margin-top: 61px;
}

.home-page .carousel-indicators li {
    width: 11px;
    height: 11px;
    margin: 0 5px;
}

.home-page .carousel-indicators li.active {
    width: 11px;
    height: 11px;
}

.home-page .carousel-control.left {
    background: none;
    opacity: 0;
}

.home-page .carousel-control.right {
    background: none;
    opacity: 0;
}

.home-page .testimonial-wrap .carousel-control.left {
    width: 36px;
}

.home-page .testimonial-wrap .carousel-control.right {
    width: 36px;
}

.home-page .testimonial-wrap .carousel-control .glyphicon-chevron-left {
    left: 0;
    margin-left: 0;
}

.home-page .testimonial-wrap .carousel-control .glyphicon-chevron-right {
    left: 0;
    margin-left: 0;
}

.home-page .carousel-control .glyphicon-chevron-left {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.home-page .carousel-control .glyphicon-chevron-right {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.home-page .blog-featured .carousel-control.left {
    color: #555;
    width: 18px;
    height: 18px;
    top: auto;
    left: 33%;
}

.home-page .blog-featured .carousel-control.right {
    color: #555;
    width: 18px;
    height: 18px;
    top: auto;
    right: 33%;
}

.home-page .blog-featured .carousel-control .glyphicon-chevron-left {
    width: 18px;
    height: 18px;
    font-size: 18px;
    z-index: 16;
}

.home-page .blog-featured .carousel-control .glyphicon-chevron-right {
    width: 18px;
    height: 18px;
    font-size: 18px;
    z-index: 16;
}

.home-page .video-slide .carousel-indicators {
    bottom: 0;
}

.home-page .video-slide .carousel-indicators li {
    border-color: #0c50a3;
}

.home-page .video-slide .carousel-indicators li.active {
    background-color: #0c50a3;
}

.video-slide {
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .home-slide .carousel-indicators {
        bottom: 55px;
    }
    .home-slide .carousel-caption h3 {
        font-size: 54px;
        line-height: 60px;
    }
    .home-slide .carousel-caption p {
        font-size: 30px;
        line-height: 40px;
        margin-top: 20px;
    }
    .home-slide .btn-call-phone {
        font-size: 30px;
        right: 100px;
    }
    .box-heading h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 42px;
        padding-bottom: 23px;
    }
    .box-heading h2:before {
        width: 50px;
        height: 5px;
    }
    .box-heading.text-center h2:before {
        margin-left: -25px;
    }
    .box-wrap {
        margin-bottom: 60px;
    }
    .box-wrap .item-left {
        width: 64%;
        padding-right: 35px;
    }
    .box-wrap .item-left .image:before {
        left: -40px;
        top: 8.5%;
        height: 100%;
        width: 50%;
    }
    .box-wrap .item-right {
        width: 36%;
    }
    .list-style-img li {
        font-size: 18px;
        line-height: 20px;
        padding: 26px 0 28px 25px;
    }
    .list-style-img img {
        margin-right: 22px;
    }
    .btn-wrap.box-heading {
        position: relative;
    }
    .btn.ab-top-right {
        right: 0;
        top: 0;
    }
    .product-wrap {
        margin-bottom: 20px;
    }
    .product-wrap .swiper-container-horizontal>.swiper-pagination-progressbar {
        left: 25px;
        right: 55px;
    }
    .blog-featured {
        padding: 0 30px;
        margin-bottom: 20px;
    }
    .about-wrap {
        margin-bottom: 20px;
    }
    .image-text>span {
        font-size: 2.8rem;
        line-height: 4rem;
        width: 74%;
    }
    .testimonial-wrap {
        padding: 80px 0 65px;
    }
    .testimonial-wrap .box-content .carousel-inner {
        padding: 0 40px;
    }
    .testimonial-wrap .box-content .item {
        padding: 12px 75px 0;
    }
    .testimonial-wrap .box-content .item i {
        left: 0;
    }
    .testimonial-wrap .box-content .testimonial-info .testimonial-name {
        font-size: 24px;
        line-height: 26px;
    }
    .testimonial-wrap .box-content h4 {
        letter-spacing: 7px;
        margin: 0 0 38px;
    }
    .testimonial-wrap .box-content .partner-logo ul li+li {
        margin-left: 15px;
    }
    .testimonial-wrap .testimonial-slide {
        padding-bottom: 80px;
        margin-bottom: 14px;
    }
    .footer-top {
        padding: 60px 0;
    }
    .footer-top h3 {
        font-weight: 700;
        text-transform: uppercase;
    }
    .footer-contact .address {
        padding: 0 90px 0 40px;
    }
    .footer-newsletter input {
        width: 400px;
    }
    .boss-newsletter {
        width: 400px;
    }
    .footer-app {
        overflow: hidden;
    }
    .qr-code {
        float: left;
        margin-right: 25px;
    }
    .app-wrap {
        overflow: hidden;
    }
    .app-store {
        margin-bottom: 20px;
    }
    .footer-bottom .powered {
        padding: 33px 15px;
        float: right;
    }
    .footer-bottom .footer-links {
        padding: 33px 15px;
        float: right;
    }
    .footer-bottom:before {
        height: 100%;
        top: 0;
        width: 40%;
    }
    .footer-bottom:after {
        height: 100%;
        top: 0;
        left: 40%;
        width: 115px;
        background: url("../png/bg_footer.png") no-repeat 0 0;
        margin-left: -52px;
    }
    .footer-links ul li {
        margin-left: 20px;
        float: right;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .product-wrap .box-content {
        padding-right: 30px;
    }
}

@media screen and (min-width: 1440px) {
    #page_wrap {
        margin: 120px auto 0;
    }
    #page_wrap:before {
        content: "";
        position: absolute;
        right: 0;
        width: 20px;
        top: 0px;
        bottom: 0;
        background-color: #2392cd;
        z-index: 99;
    }
    #page_wrap:after {
        content: "";
        position: fixed;
        right: 0;
        width: 20px;
        top: 320px;
        height: 220px;
        background: url("../jpg/bg_border.jpg") no-repeat;
        z-index: 100;
    }
    .testimonial-wrap .box-content .carousel-inner {
        padding: 0 106px;
    }
}

@media screen and (min-width: 1920px) {
    .testimonial-wrap {
        padding: 75px 0 40px;
    }
    .testimonial-wrap .partner-logo>div {
        padding-bottom: 5px;
    }
    .blog-featured {
        padding: 0 40px;
    }
}
.home-slide .carousel-caption {
    left: 0 !important;
    right: 0 !important;
}
@media screen and (max-width: 767px) {
    .home-slide {
        margin-top: 61px;
    }
    .home-slide .carousel-caption {
        left: 0%;
        right: 0%;
    }
    .home-slide .carousel-caption h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .home-slide .btn-call-phone {
        right: 50%;
        margin-right: -30px;
    }
    .box-heading {
        text-align: center;
    }
    .box-heading h2:before {
        left: 50%;
        margin-left: -15px;
    }
    .about-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }
    .about-wrap .image-text {
        margin-bottom: 15px;
        height: auto;
        line-height: 100%;
    }
    .box-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }
    .box-wrap .item-left {
        margin-bottom: 20px;
    }
    .box-wrap .item-left .image:before {
        left: 18px;
        height: 16px;
        bottom: -22px;
        right: 18px;
    }
    .product-wrap .box-heading {
        padding-left: 18px;
        padding-right: 18px;
    }
    .product-wrap .btn-wrap {
        position: relative;
        padding-bottom: 90px;
    }
    .blog-featured {
        position: relative;
        padding-bottom: 90px;
    }
    .blog-featured .box-heading {
        padding-left: 18px;
        padding-right: 18px;
    }
    .blog-featured .box-content .col-left {
        padding-left: 33px;
        margin-bottom: 25px;
    }
    .blog-featured iframe {
        min-height: 243px;
    }
    .testimonial-wrap {
        padding-left: 18px;
        padding-right: 18px;
        background-position-x: -220px;
    }
    .testimonial-wrap .box-content .item {
        height: 425px;
    }
    .testimonial-wrap .box-content .item i {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .testimonial-wrap .box-content .item p {
        text-align: center;
    }
    .list-style-img li img {
        width: 34px;
    }
    .btn.ab-top-right {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        bottom: 0;
    }
    .home-page .testimonial-wrap .carousel-control .glyphicon-chevron-left {
        display: none;
    }
    .home-page .testimonial-wrap .carousel-control .glyphicon-chevron-right {
        display: none;
    }
    .team.effect-boder {
        padding-left: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
    #page_wrap {
        margin: 120px auto 0;
    }
    .list-style-img li {
        padding: 23px 0 25px 18px;
    }
}

.about-page {
    /*xs*/
    /*sm*/
    /*md*/
    /*lg*/
}

.about-page .vision-wrap {
    margin-bottom: 80px;
}

.about-page .vision-wrap .box-content .card-body .card-title {
    font-weight: 700;
}

.about-page .vision-wrap .box-content .card-body .card-text {
    color: #555;
}

.about-page .slogan-wrap {
    margin-bottom: 80px;
}

.about-page .slogan-wrap .box-content {
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
}

.about-page .value-wrap {
    margin-bottom: 80px;
}

.about-page .value-wrap .card-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.about-page .value-wrap p {
    color: #555;
}

.about-page .value-wrap .signature {
    margin-bottom: 15px;
}

.about-page .message-wrap {
    padding-top: 80px;
    background-color: #f0f3f5;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.about-page .message-wrap .ceo-name {
    font-weight: 700;
}

.about-page .message-wrap .signature {
    margin-bottom: 15px;
}

.about-page .team-wrap {
    padding-top: 80px;
    background-color: #f0f3f5;
    padding-bottom: 80px;
}

.about-page .team-wrap .carousel {
    padding-bottom: 50px;
}

.about-page .team-wrap .team-container {
    width: 100%;
    position: relative;
}

.about-page .team-wrap .team-container:before {
    content: '';
    position: absolute;
    border: 2px solid #2392cd;
    width: 98%;
    top: 40%;
    left: 2px;
    right: 2px;
    bottom: 0;
}

.about-page .col-centered {
    float: none;
    margin: 0 auto;
}

.about-page #carousel-multi .carousel-control {
    width: 8%;
    width: 0px;
}

.about-page #carousel-multi .carousel-control.left,
.about-page #carousel-multi .carousel-control.right {
    margin-right: -40px;
    margin-left: -32px;
    background-image: none;
    opacity: 1;
}

.about-page .carousel-control>a>span {
    color: #222;
    font-size: 29px !important;
}

.about-page .team-wrap .carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.about-page .team-wrap .card-body {
    padding-top: 20px;
}

.about-page .team-wrap .carousel-indicators .active {
    background-color: #0c50a3;
}

.about-page .team-wrap .carousel-indicators li {
    border-color: #6791c4;
}

.about-page .team-wrap .active>div {
    display: none;
}

.about-page .team-wrap .active>div:first-child {
    display: block;
}

@media (max-width: 767px) {
    .about-page .carousel-inner .active.left {
        left: -50%;
    }
    .about-page .carousel-inner .active.right {
        left: 50%;
    }
    .about-page .carousel-inner .next {
        left: 50%;
    }
    .about-page .carousel-inner .prev {
        left: -50%;
    }
    .about-page .carousel-col {
        width: 50%;
    }
    .about-page .active>div:first-child+div {
        display: block;
    }
    .about-page .team-wrap {
        padding-top: 43px;
        padding-bottom: 43px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-page .carousel-inner .active.left {
        left: -50%;
    }
    .about-page .carousel-inner .active.right {
        left: 50%;
    }
    .about-page .carousel-inner .next {
        left: 50%;
    }
    .about-page .carousel-inner .prev {
        left: -50%;
    }
    .about-page .carousel-col {
        width: 50%;
    }
    .about-page .active>div:first-child+div {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-page .carousel-inner .active.left {
        left: -33%;
    }
    .about-page .carousel-inner .active.right {
        left: 33%;
    }
    .about-page .carousel-inner .next {
        left: 33%;
    }
    .about-page .carousel-inner .prev {
        left: -33%;
    }
    .about-page .carousel-col {
        width: 33%;
    }
    .about-page .active>div:first-child+div {
        display: block;
    }
    .about-page .active>div:first-child+div+div {
        display: block;
    }
}

@media (min-width: 1200px) {
    .about-page .carousel-inner .active.left {
        left: -33%;
    }
    .about-page .carousel-inner .active.right {
        left: 33%;
    }
    .about-page .carousel-inner .next {
        left: 33%;
    }
    .about-page .carousel-inner .prev {
        left: -33%;
    }
    .about-page .carousel-col {
        width: 33%;
    }
    .about-page .active>div:first-child+div {
        display: block;
    }
    .about-page .active>div:first-child+div+div {
        display: block;
    }
}

.account-page {
    background-color: #f0f3f5;
    padding: 20px 10px;
}

.account-content {
    background-color: #fff;
    padding: 60px 0;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.account-content .form-wrap p {
    margin-bottom: 30px;
}

.account-content .form-head {
    color: #555;
}

.account-content .account-link {
    overflow: hidden;
}

.account-content .form-body {
    padding: 0 10px;
}

.account-content .button-wrap {
    overflow: hidden;
    margin-bottom: 30px;
}

.account-content .button-wrap button {
    font-size: 16px;
    line-height: 34px;
}

.account-content .button-wrap button i {
    margin-right: 8px;
}

.account-content .button-wrap .btn-signup-fb {
    background-color: #3b5998;
}

.account-content .button-wrap .btn-signup-google {
    background-color: #f14336;
}

.account-content .form-buttons {
    padding: 0 10px;
}

.account-content .form-horizontal .form-control {
    font-size: 16px;
    line-height: 38px;
    padding: 5px 18px;
    height: 48px;
}

.account-content .form-horizontal .form-control:focus {
    border-color: #147bb9;
    color: #147bb9;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.account-content .form-horizontal .control-label {
    margin-bottom: 16px;
    font-size: 18px;
}

.account-content .required {
    margin-bottom: 22px;
}

.account-content .button-register {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .account-page {
        padding: 80px 68px;
    }
    .account-content {
        padding: 120px 0 110px;
        box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
    }
    .account-content .form-wrap {
        max-width: 630px;
        margin: 0 auto;
    }
    .account-content .form-body {
        padding: 0 30px;
    }
    .account-content .button-wrap button {
        width: 48.5%;
    }
    .account-content .form-buttons {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .account-content .button-wrap button {
        width: 100%;
        float: none !important;
    }
    .account-content .button-wrap .btn-signup-fb {
        margin-bottom: 20px;
    }
}

.news-banner {
    position: relative;
}

.news-snippet .imagebox-desc .more-info {
    margin-bottom: 15px;
    color: #555;
}

.news-page .title-news {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.news-page .section-heading {
    color: #0c50a3;
    margin-bottom: 43px;
}

.news-page .section-heading img {
    margin-right: 12px;
}

.news-page .banner-news-list {
    background: #fff;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 450px;
    overflow: hidden;
}

.news-page .banner-news-list img {
    width: 100%;
    opacity: 1;
    transition: 0.5s opacity;
}

.news-page .banner-news-list .imagebox-desc {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: white;
    font-size: 1.2em;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    transition: 0.5s padding;
    text-align: left;
    width: 100%;
}

.news-page .banner-news-list .imagebox-desc .more-info {
    margin-bottom: 15px;
    color: #ddd;
}

.news-page .banner-news-list .imagebox-desc .description {
    color: #ddd;
}

.news-page .banner-news-list .imagebox-desc .article-name {
    margin-bottom: 15px;
}

.news-page .banner-news-list .imagebox-desc .article-name a {
    font-weight: 700;
    color: white;
}

.news-page .news-snippet {
    width: 100%;
    margin-top: 30px;
    height: 130px;
    overflow: hidden;
}

.news-page .news-snippet:first-child {
    margin-top: 0;
}

.news-page .news-snippet .article-name {
    margin-bottom: 15px;
}

.news-page .news-snippet .article-name a {
    color: #222;
}

.news-page .news-snippet .featured-image {
    float: left;
    margin-right: 10px;
    max-width: 180px;
}

.news-page .news-snippet .description {
    color: #555;
    max-height: 70px;
    overflow: hidden;
}

.news-page .news-snippet .view-more {
    font-style: italic;
    cursor: pointer;
}

.box-news-list .box-heading .btn {
    padding: 13px 61px;
}

.box-news-list .article_content {
    background-color: #f0f3f5;
    border-radius: 0px;
    margin-bottom: 15px;
}

.box-news-list .article_content .article-detail {
    padding: 15px 15px 25px;
}

.box-news-list .article-detail .more-info {
    margin-bottom: 15px;
    color: #555;
}

.box-news-list .article-detail .article-name {
    margin-bottom: 15px;
}

.box-news-list .article-detail .article-name a {
    font-weight: 700;
    color: #222;
}

.box-news-list .article-detail .article-name a:hover {
    color: #2392cd;
}

.box-news-list .article-detail .description {
    line-height: 24px;
    color: #555;
}

.box-news-list iframe {
    min-height: 243px;
}

.loadmore {
    text-align: center;
    cursor: pointer;
    color: #555;
    margin-bottom: 45px;
}

.news-detail-page .padding {
    padding-top: 50px;
    padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-snippet .featured-image {
        height: 120px;
    }
    .news-snippet .description {
        display: inline;
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .news-page .title-news {
        width: 100%;
    }
    .news-page .title-news h3 {
        padding-left: 33px;
    }
    .news-page .banner-news-list img {
        height: auto;
        width: 100%;
    }
    .news-page .section-heading {
        padding-left: 18px;
    }
    .news-page .news-snippet {
        margin-top: 15px !important;
    }
    .news-page .news-snippet .featured-image {
        height: auto;
        width: 100%;
        padding-right: 0px;
    }
    .news-page .article-items {
        padding: 15px 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .news-page .article-items .article-detail {
        padding: 15px 0;
        margin-left: -15px;
        margin-right: 25px;
    }
}

.product-page .intro-box {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f0f3f5;
}

.product-page .intro-box .box-title {
    text-transform: uppercase;
    font-weight: bold;
}

.product-page .intro-box .button-group {
    margin: 40px;
    text-align: center;
}

.product-page .intro-box .button-group .btn {
    color: #555;
    background-color: #fff;
    border-color: #222;
    font-size: 14px;
}

.product-page .box-factory {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product-page .support-service {
    padding-bottom: 80px;
}

.gallery-container {
    background-color: #FAFAFA;
    padding-top: 20px;
    padding-bottom: 50px;
    border-top: 1px solid #BBB;
}

.factory-detail-wrapper {
    border-top: 1px solid #c6d0d1;
    background-color: #f7f7f7;
}

.factory-detail {
    /*margin-bottom: 50px;*/
}

.factory-detail .picture {
    height: 500px;
    background-position: center;
    background-size: cover;
}

.factory-detail>img {
    border: 1px solid #c6d0d1;
    width: 100% !important;
}

.factory-detail-label {
    font-size: 18px;
    font-weight: 500;
    color: #147bb9;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.factory-detail-label.left {
    text-align: left;
    margin-top: 30px;
}

.factory-detail .factory-detail-info {
    border: 1px solid #c6d0d1;
    border-top: 0;
}

.factory-detail-info {
    background: #fff;
}

.factory-detail-info .factory-detail-content {
    width: 100%;
    display: flex;
}

.factory-detail-info .description {
    padding: 40px 35px 40px 40px;
}

.factory-detail-content .factory-detail-left {
    padding: 40px 35px 40px 40px;
}

.factory-detail-left .row {
    margin: 0;
}

.row .factory-detail-bold {
    font-weight: 500;
    padding: 0;
    font-size: 13px;
}
.factory-blue{
    color: #0C50A3;
    font-weight: bold;
}
.factory-bold{
    font-weight: bold;
}
.factory-icon{
    margin-right: 5px;
}



.factory-detail-bold p {
    margin: 0 0 5px;
}

.row .factory-detail-light {
    font-size: 13px;
    padding: 0;
}

.factory-detail-light p {
    margin: 0 0 5px;
}

.factory-detail-content .factory-detail-right {
    border-left: 1px solid #efefef;
    background-color: #f8f8f8;
    padding: 25px;
}

.factory-detail-right p {
    font-size: 12px;
    margin: 0;
}

#kizuna-address {
    margin: 10px 0;
}

#kizuna-contact {
    text-align: left;
    padding: 0;
}

.factory-detail-right .factory-detail-place {
    text-align: right;
    position: relative;
}

.factory-detail-place img {
    width: 30px;
    position: absolute;
    right: 93px;
    bottom: -7px;
    cursor: pointer;
}

.factory-detail-place i {
    position: absolute;
    right: 103px;
    bottom: 0;
    font-size: 20px;
    color: #147bb9;
    cursor: pointer;
}

.factory-detail-place a {
    color: #0877c1;
    font-size: 12px;
    margin-right: 30px;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .factory-detail-content .factory-detail-left {
        padding: 15px;
    }
    .factory-detail-content .factory-detail-right {
        padding: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .factory-detail-info .factory-detail-img {
        height: 300px;
    }
}

.project-gallery {
    margin-bottom: 20px;
}

.project-gallery .project-gallery-title {
    font-size: 18px;
    font-weight: 500;
    color: #0977c2;
    padding: 30px 0;
    text-align: center;
}

.project-gallery .project-gallery-title p {
    margin: 0;
}

.project-gallery .project-gallery-content {
    padding: 0;
}

.project-gallery .project-gallery-content .gallery-text {
    padding-bottom: 20px;
}

.project-gallery .project-gallery-content .cover {
    background-size: cover !important;
    height: 220px;
    position: relative;
}

.project-gallery .project-gallery-content .black-cover {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.project-gallery .project-gallery-content .black-cover p {
    cursor: pointer;
    color: white;
    padding: 10px 0px 10px 0px;
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.facilities-wrapper {
    padding: 0;
    border-top: 1px solid #ddd;
    background-color: #f7f7f7;
    padding-bottom: 60px;
}

.facilities-wrapper .facilities-title {
    font-size: 18px;
    font-weight: 500;
    color: #0977c2;
    padding: 30px 0;
}

.facilities-wrapper .facilities-title p {
    margin: 0;
    text-align: center;
}

.facilities-wrapper .facilities-content>div:nth-child(3n+2) .facilities-content-detail {
    margin: 0 auto;
}

.factory-detail-wrapper .factory-detail .picture {
    background-size: cover !important;
    background-position: center !important;
    height: 500px;
}

.fancybox-title {
    text-align: justify;
    padding: 10px !important;
}

@media only screen and (max-width: 768px) {
    .hexagon-group {
        margin-bottom: 0px;
    }
}

.activities .active {
    padding-top: 40px;
    padding-bottom: 30px;
}

.vision-item a {
    margin-bottom: 20px;
    background: #ffffff;
    display: block;
    box-shadow: 1px 1px 1px #cccccc;
}

.vision-item a h4 {
    height: 50px;
    padding: 0 10px;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.3em;
}

.vision-item a:hover {
    color: #2392cd;
}

.recruitment-page {
    /* ==========================================================================
    banner-form
   ========================================================================== */
}

.recruitment-page .banner-form {
    padding: 20px;
    margin: 12px auto;
    border-radius: 5px;
    text-align: left;
    background: url("../bg_recruitment.html") no-repeat 0 0;
}

.recruitment-page .banner-form form {
    max-width: 750px;
    position: relative;
    margin: auto;
}

.recruitment-page .banner-form form .form-control.keyword {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.recruitment-page .category-dropdown {
    background-color: #fff;
    border-right: 1px solid #e6e6e6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 200px;
    line-height: 45px;
    text-align: left;
    padding: 0 20px;
}

.recruitment-page .category-dropdown a i {
    margin-left: 5px;
}

.recruitment-page .category-dropdown a {
    font-size: 16px;
    margin: 0;
    color: #000;
    border: none;
    border-radius: 5px 0 0 5px;
    text-transform: capitalize;
    font-family: 'MyriadPro-Regular', sans-serif;
    display: block;
    line-height: 46px;
}

.recruitment-page .banner-form input {
    min-width: 375px;
    padding: 0 18px 0;
    margin: 0;
    font-family: 'MyriadPro-Regular', sans-serif;
    border: none;
    margin-left: -4px;
}

.recruitment-page .banner-form .form-control,
.recruitment-page .banner-form .category-dropdown {
    width: 30%;
    height: 46px;
    font-size: 16px;
    color: #000;
    float: left;
}

.recruitment-page .banner-form button.btn.btn-primary {
    position: absolute;
    right: -2px;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-color: #00a651;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.recruitment-page .nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

.recruitment-page .nav {
    margin-top: 15px;
}

.recruitment-page .nav li>a:focus,
.recruitment-page .nav li>a:hover,
.recruitment-page .nav li>a.active {
    text-decoration: none;
    background-color: #0f59b2;
    color: white;
}

.recruitment-page .nav li.disabled>a {
    color: black;
}

.recruitment-page .nav li.disabled>a:focus,
.recruitment-page .nav li.disabled>a:hover {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

.recruitment-page .nav-tabs {
    border-bottom: 5px solid #ddd;
}

.recruitment-page .nav-tabs>li {
    width: 30%;
    text-transform: uppercase;
    font-weight: bold;
}

.recruitment-page .nav-tabs>li:first-child,
.recruitment-page .nav-tabs>li:last-child {
    width: 50%;
}

.recruitment-page .nav-tabs li.active>a,
.recruitment-page .nav-tabs li.active>a:focus,
.recruitment-page .nav-tabs li.active>a:hover {
    text-decoration: none;
    background-color: #0f59b2;
    color: white;
}

.recruitment-page .tab-content {
    margin-top: 30px;
}

.recruitment-page .card {
    background-color: #ffffff;
    border-bottom: #0c50a3 5px solid;
    margin-bottom: 30px;
    height: 400px;
    overflow: hidden;
}

.recruitment-page .card>.card-body>.card-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}

.recruitment-page .card>.card-body>figure {
    height: 165px;
    overflow: hidden;
}

.recruitment-page .card>.card-body>.url {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

.recruitment-page .box {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .recruitment-page .card {
        height: auto;
    }
}

.business-matching-s {
    background-color: #ffffff;
    min-height: 280px;
}

.business-matching-s figure {
    width: 100%;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.business-matching-s h4 {
    padding: 10px;
    margin: 0;
    font-weight: 700;
}

.business-matching-s p {
    padding: 0 10px;
    max-height: 100px;
    overflow: hidden;
}

h4 {
    font-size: 16px;
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    #header .container {
        width: 1358px;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1244px;
    }
}

@media screen and (min-width: 1920px) {
    .container {
        width: 1420px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
    .carousel-caption {
        right: 15%;
        left: 15%;
    }
}

.empty-content {
    font-size: 20px;
    color: #e2e2e2;
}

/* News Edit CSS */

.news-page .banner-news-list .imagebox-desc .description {
    line-height: 20px;
    color: #ddd;
}

.news-page .banner-news-list .imagebox-desc .article-name a {
    font-weight: 700;
    color: white;
    line-height: 23px;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
}

p {
    margin: 0 0 10px;
    line-height: 25px;
}

.h2,
h2 {
    font-size: 25px;
    line-height: 25px;
}
.home-slide .swiper-slide:before {
    content: '';
    top: 25%;
    left: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    background: #ffffff8c;
    z-index: 1;
}
.momo{
    background: rgba(0, 0, 0, 0.722);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.momo-in{
    opacity: 1;
    z-index: 1001;
    display: block;
}
.layout-out{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    margin: auto;
    justify-content: center;
    align-items: center;
    z-index: 1002;
    transition: opacity .3s ease-in-out;
    background: #ffffff9e;
}
.layout-in{
    opacity: 1;
    display: flex;
}
.pop-up-contain-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.pop-up-contain{
    display: flex;
    background: url(../png/bg.png);
    background-size: cover;
    background-position: center center;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.contain-image{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
}
.contain-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-background{
    position: relative;
    height: 50%;
    width: 100%;
    overflow: hidden;
}
.contain-form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form_help{
    z-index:1;
    color:#f15252;
    line-height:13px;
    display:none;
    position: absolute;
    top: 0;
}
.contain-form .title{
    margin: auto;
}
.brand-name{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.brand-name img { 
    max-width: 150px;
}
.small-title{
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
}
.form-title {
    max-width: 350px;
}
.form-content{
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 22px;
    width: 350px;
    flex-direction: column;
    position: relative;
    display: block;
    margin: 0 auto;
}
.form-content form{
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
}
.form-group{
    margin-bottom: 3%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    /*max-width: 357px;*/
    margin: auto;
    padding-bottom:15px;
}
.form-control{
    border: 1px solid #103583;
    height: 35px;
    font-size: 15px;
    border-radius: 4px;
    line-height: 17px;
    width: 100%;
    padding: 9px 16px;
}
/* scroll_bar  */
/* width */
.drop-down-box::-webkit-scrollbar {
width: 2px;
}

/* Track */
.drop-down-box::-webkit-scrollbar-track {
background: var(--white); 
}

/* Handle */
.drop-down-box::-webkit-scrollbar-thumb {
background: #103583; 
}

/* Handle on hover */
.drop-down-box::-webkit-scrollbar-thumb:hover {
background: #00589D; 
}
.drop-down-box{
display:none;
font-family: Arial;
font-style: normal;
position: absolute;
top: 35px;
right: 0;
left: 0;
background-color: #fff;
border: 1px solid #103583;
max-height: 135px;
overflow-y: scroll;
z-index:5;
}
.drop-down-box .item{
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
}
.drop-down-box .item:hover{
    background: #103583;
    color: #FFFFFF;
}
.drop-down-box .list-item{
    display:flex;
    flex-direction: column;
}
.phone-momo{
display:none;
position: fixed;
z-index: 1;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.wide{
width:100%;
margin-right:0;
max-width: unset;
}
.phone-contain{
    position: relative;
}
.custom-select{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    color: #929191;
    /* max-width: 117px; */
    display: flex;
    align-items: center;
    background: white;
    min-width: 118px;
    /* line-height: 1.42857143; */
    /* background-color: #fff; */
    border: 1px solid #103583;
    height: 35px;
    font-size: 15px;
    border-radius: 4px;
    z-index: 2;
    /* margin-right: 10px; */
    position: relative;
    justify-content: space-between;
    cursor: pointer;
}
.custom-select>span{
    padding: 6px 12px;
    padding-right: 0;
}
.custom-select>.arrow{
    width: 35px;
    height: 100%;
    /* background: #009BDB; */
    border-left: 1px solid #103583;
    border-right: 2px;
    border-radius: 0px 4px 4px 0px;
}
.arrow:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #103583 transparent transparent transparent;
}
.arrow.active_arow{
    background: #103583;
}
.arrow.active_arow:after {
    border-color: #FFFFFF transparent transparent transparent;
}
.choice{
    color:#000000;
}
.contain-right{
    background: url('https://tosnew.toponseek.com/img/popup_right_1.svg') no-repeat;
    background-size:contain;
    height: 100%;
    width: 56px;
    position: relative;
}
.close-btn{
    position: absolute;
    top: 10px;
    height: 40px;
    right: 15px;
}
.close-btn i{
    font-size: 30px;
    cursor: pointer;
}
.form-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
#phone_number{
    margin-left: 10px;
}
.modal-btn-contact{
    background: transparent;
    border-radius: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 12px 16px;
    border: none;
}
@media (max-width: 768px){
    .layout-out{
        width: unset;
    }
    .pop-up-contain{
        width: 414px;
        height: 100%;
    }
    .contain-image{
        display: none;
    }
    .contain-right{
        display: none;
    }
    .contain-form{
        width: 100%;
        padding: 80px 0;
        position: relative;
    }
    .close-btn.mobile{
        display: block;
    }
    .close-btn{
        top: 8px;
    }
    .form-content{
        width: 100%;
    }
    .mobile-btn-close{
        display: block;
        position: absolute;
        right: 8px;
        height: 40px;
    }
    .close-btn.mobile-btn-close{
        width: 0;
    }
}
@media (max-width: 320px){
    .brand-name{
        padding-bottom: 10px;
        margin: 0 10px;
    }
    .small-title{
        font-size: 20px;
    }
    .form-content{
        padding-top: 10px;
    }
}
.home-page .home-slide {
    position: relative;
}
.home-page .home-slide .swiper-arrows .nav_left {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    z-index: 999;
    height: 100px;
    width: 70px;
    background: #ffffff45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    opacity: 0;
}
.home-page .home-slide .swiper-arrows .nav_right {
    position: absolute;
    top: calc(50% - 50px);
    right: 20px;
    z-index: 999;
    height: 100px;
    width: 70px;
    background: #ffffff45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    opacity: 0;
}
.home-page .home-slide:hover .swiper-arrows .nav_right ,
.home-page .home-slide:hover .swiper-arrows .nav_left {
    opacity: 1;
}
.new_tot_form.form-horizontal .form-group {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.staff_list .item img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}
.staff_list .item .card-body {
    padding: 10px;
    text-align: center;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.staff_list .item .card-body .card-body {
    padding: 0px;
    min-height: unset;
}
.staff_list .item .card-body .card-body div {
    padding: 2px;
}
.gallery.article-items {
    padding: 30px;
}
.gallery.article-items .article-detail {
    height: 120px;
    
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.gallery.article-items .article-detail a {
    font-size: 18px;
    line-height: 25px;
}
.recruitment-page .card>.card-body>.card-title {
    height: 155px;
}
.recruitment-page .card figure.text-center img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.right_icon_sidebar {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 30px;
    bottom: 30%;
    z-index: 9999;
}
.right_icon_sidebar a {
    margin-top: 15px;
}
@media (max-width: 767px){
    .right_icon_sidebar {
        display: none;
    }
    .factory_choses .product-item {
        flex: 0 0 50%;
        width: 50%;
        padding: 15px;
    }
    .factory_choses .product-item .effect-boder span.store-name {
        font-size: 18px;
        line-height: 25px;
    }
    .home-slide .carousel-caption p {
        font-size: 16px;
    }
    h1 {
        font-size: 25px;
    }
    .footer-links ul {
        display: block;
        margin-bottom: 30px;
    }
    .footer-links ul li {
        padding: 5px;
        width: 100%;
        text-align: center;
    }
    .footer-bottom .powered {
        padding-top: 20px;
    }
    .gallery.article-items {
        width: 100%;
    }
    .recruitment-page .card>.card-body>.card-title {
        height: auto;
    }
    .home-slide .swiper-slide:before {
        top: 20%;
        height: 60%;
    }
    .home-slide .carousel-caption h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .home-slide .carousel-caption p {
        font-size: 14px;
    }
}
.btn-orange{
    background: orange;
    border-radius: 16px;
    box-shadow: 0 0px 10px #888;
    color: white;
    font-size: 18px;
}
.btn-orange:hover{
    background: orange !important;
    border-bottom: none !important; 
}