﻿ 

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline: none
}

 

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

table {
    border-spacing: 0px;
    border-collapse: inherit;
    width: 100%
}

button {
    cursor: pointer
}

@keyframes border-dance {
    0% {
        background-position: left top, right top, right bottom, left bottom
    }

    100% {
        background-position: right top, right bottom, left bottom, left top
    }
}

.container {
    width: 1170px !important;
    margin: 0 auto
}

.hidden {
    display: none
}

.lg-thumb {
    margin: auto !important
}

.fb-comments iframe {
    width: 100% !important
}

.breadcrumb {
    width: 100%;
    clear: both;
    float: left;
    margin: 15px 0 0 0;
    position: relative;
    z-index: 2
}

    .breadcrumb ul {
        float: left;
        width: 100%
    }

        .breadcrumb ul li {
            float: left
        }

            .breadcrumb ul li:after {
                content: "»";
                padding: 10px;
                color: #222;
                display: inline-block
            }

            .breadcrumb ul li:last-child:after {
                content: "";
                display: none
            }

            .breadcrumb ul li a {
                display: block;
                float: left;
                padding: 10px 0px;
                color: #1b9acd;
                font-weight: normal
            }

            .breadcrumb ul li:last-child a {
                color: #000000
            }

.active-link {
    transition: 0.2s
}

    .active-link:hover {
        color: #1293cb;
        transition: 0.2s
    }

#loading_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000;
    opacity: 0;
    visibility: hidden
}

#loading_image {
    width: 100%;
    height: 100%;
    background: url("../img/loading_image.gif") no-repeat center center;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px
}

.square, .circle, .image-3-2, .image-16-9 {
    width: 100%;
    height: auto !important;
    position: relative
}

    .square:after, .circle:after, .image-3-2:after, .image-16-9:after {
        content: "";
        display: block
    }

    .square img, .circle img, .image-3-2 img, .image-16-9 img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        position: absolute;
        width: 100% !important;
        height: 100% !important
    }

    .square:after {
        padding-bottom: 100%
    }

.circle {
    border-radius: 100%;
    overflow: hidden
}

    .circle:after {
        padding-bottom: 100%
    }

.image-3-2:after {
    padding-bottom: 66.66%
}

.image-16-9:after {
    padding-bottom: 56.25%
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #ccc
}

::-webkit-scrollbar-thumb {
    background: #1d428a
}

    ::-webkit-scrollbar-thumb:hover {
        background: #1d428a
    }

.css-content {
    width: 100%;
    clear: both;
    float: left;
    line-height: 22px;
    font-size: 15px;
    text-align: justify
}

    .css-content h1, .css-content h2, .css-content h3, .css-content h4, .css-content h5, .css-content h6 {
        color: #0b597a;
        margin: 15px 0
    }

    .css-content h2 {
        font: 700 20px/24px sans-serif
    }

    .css-content h3 {
        font: 700 18px/21px sans-serif
    }

    .css-content h4 {
        font: 700 16px/19px sans-serif
    }

    .css-content h5, .css-content h6 {
        font: 700 14px/18px sans-serif
    }

    .css-content a {
        color: #0000ff
    }

    .css-content div {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: justify
    }

    .css-content p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: justify
    }

    .css-content ul {
        margin-bottom: 20px
    }

        .css-content ul li {
            font-size: 15px;
            margin-bottom: 10px;
            padding-left: 15px;
            line-height: 25px;
            position: relative;
            text-align: justify
        }

            .css-content ul li:before {
                content: '';
                position: absolute;
                top: 10px;
                left: 0;
                display: inline-block;
                width: 6px;
                height: 6px;
                background: #dc0021;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%
            }

    .css-content ol {
        font-size: 15px;
        padding-left: 15px;
        margin-bottom: 20px
    }

        .css-content ol li {
            margin-bottom: 10px;
            line-height: 25px;
            position: relative;
            text-align: justify
        }

    .css-content .sudo-media-item {
        width: 100%;
        text-align: center;
        margin: 20px 0
    }

        .css-content .sudo-media-item img {
            margin-bottom: 5px;
            max-width: 100%;
            display: block;
            margin: 0 auto
        }

        .css-content .sudo-media-item figcaption {
            padding: 10px 0
        }

    .css-content img {
        max-width: 100%;
        display: block;
        margin: 20px auto;
        height: auto
    }

    .css-content table {
        border-spacing: 0;
        border-collapse: collapse;
        margin-bottom: 20px
    }

        .css-content table tr td, .css-content table tr th {
            padding: 10px;
            border: 1px solid #f1f1f1
        }

    .css-content iframe {
        max-width: 100% !important;
        margin: 20px auto;
        display: block
    }

.pagination {
    text-align: center
}

    .pagination .page-item {
        display: inline-block;
        color: #cccccc;
        margin-right: 5px;
        margin-bottom: 5px
    }

    .pagination .page-link {
        color: #000000;
        padding: 5px 10px;
        display: block;
        text-align: center;
        border: 1px solid #f2f2f2;
        background: #f2f2f2
    }

        .pagination .page-link:hover {
            background: #1293cb;
            color: #ffffff;
            border: 1px solid #1293cb
        }

    .pagination .active {
        background: #1293cb;
        border-radius: 5px
    }

        .pagination .active .page-link {
            border: 1px solid #1293cb;
            color: #ffffff;
            background: #1293cb
        }

.time {
    width: 100%;
    clear: both;
    float: left;
    line-height: 30px
}

    .time i {
        margin-right: 0px
    }

        .time i:nth-child(2) {
            margin-left: 10px
        }

.header {
    width: 100%;
    clear: both;
    float: left;
    height: 120px
}

    .header .logo {
        float: left;
        padding: 30px 10px 10px 0;
        width: 310px;
        margin-right: 20px;
        overflow: hidden;
        display: flex;
        align-items: center;
        height: 120px
    }

        .header .logo img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            height: 51px
        }

.header-main {
    width: calc(100% - 330px);
    float: left
}

.header-main__top {
    width: 100%;
    clear: both;
    float: left;
    padding: 20px 0 5px
}

.header-main__bottom {
    width: 100%;
    clear: both;
    float: left
}

.header .search {
    float: right;
    position: relative;
    width: 320px
}

.header .search-input {
    width: 100%;
    height: 34px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0 39px 0 10px;
    box-sizing: border-box;
    color: #666
}

.header .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 34px;
    background: transparent;
    padding: 5px 10px 5px 5px;
    border: none
}

    .header .search-btn img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto
    }

    .header .search-btn i {
        color: #e5e5e5;
        font-size: 16px;
        line-height: 24px;
        text-align: center
    }

.header .navigation {
    float: right;
    margin-left: 20px
}

.header .navigation-list li {
    float: left;
    margin-left: 5px;
    padding: 2px 0
}

    .header .navigation-list li a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 30px;
        color: #ffffff;
        font-size: 17px
    }

    .header .navigation-list li a img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        border-radius: 30px
    }

    .header .navigation-list li:nth-child(1) a i {
        background: #4267b2
    }

    .header .navigation-list li:nth-child(2) a i {
        background: #ff0000
    }

.menu {
    width: 100%;
    clear: both;
    float: left
}

.menu-container {
    width: 100%;
    clear: both;
    float: left;
    text-align: justify;
    position: relative
}

    .menu-container:after {
        content: "";
        width: 100%;
        display: inline-block
    }

.menu-item {
    display: inline-block
}

    .menu-item a {
        display: block;
        padding: 21px 6px;
        text-transform: uppercase;
        font-weight: bold
    }

    .menu-item:hover .menu-child {
        opacity: 1;
        visibility: initial;
        transition: 0.5s;
        top: 61px
    }

    .menu-item:last-child .menu-child {
        right: 0
    }

.menu-child {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    background: #ffffff;
    width: 240px;
    top: 81px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    border-top: 1px solid #cecece;
    transition: 0.5s
}

.menu-child__item {
    width: 100%;
    clear: both;
    float: left
}

    .menu-child__item a {
        padding: 15px 15px;
        transition: 0.5s
    }

        .menu-child__item a:hover {
            padding-left: 25px;
            transition: 0.5s
        }

.menu-fix {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    transition: all 0.2s;
    box-shadow: 0px 0px 15px 0px #333333;
    -webkit-box-shadow: 0px 0px 15px 0px #333333;
    -khtml-box-shadow: 0px 0px 15px 0px #333333;
    -moz-box-shadow: 0px 0px 15px 0px #333333;
    -ms-box-shadow: 0px 0px 15px 0px #333333;
    -o-box-shadow: 0px 0px 15px 0px #333333
}

.menu-fix__hidden {
    transition: all 0.2s;
    display: none
}

.menu-fix__logo {
    padding: 10px 0;
    float: left;
    margin-right: 10px;
    height: 60px
}

    .menu-fix__logo img {
        height: 40px
    }

.menu-fix__content {
    float: right
}

.menu-fix__container {
    float: right
}

.menu-fix__item {
    display: inline-block;
    position: relative
}

    .menu-fix__item a {
        display: block;
        padding: 20px 10px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 20px
    }

    .menu-fix__item:hover .menu-fix__child {
        opacity: 1;
        visibility: initial;
        transition: 0.5s;
        top: 60px
    }

    .menu-fix__item:last-child .menu-fix__child {
        right: 0
    }

.menu-fix__child {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    background: #ffffff;
    width: 240px;
    top: 81px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    border-top: 1px solid #cecece;
    transition: 0.5s
}

.menu-fix__child-item {
    width: 100%;
    clear: both;
    float: left
}

    .menu-fix__child-item a {
        padding: 15px 15px;
        transition: 0.5s
    }

        .menu-fix__child-item a:hover {
            padding-left: 25px;
            transition: 0.5s
        }

.box-notificate {
    width: 100%;
    clear: both;
    float: left;
    padding: 60px 0 100px;
    text-align: center
}

.box-notificate__image {
    width: 100%;
    margin-bottom: 20px
}

    .box-notificate__image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto
    }

.box-notificate__title {
    font-size: 30PX;
    font-weight: bold;
    color: #284C58;
    margin-bottom: 10px
}

.box-notificate__subtitle {
    line-height: 25px;
    margin-bottom: 30px
}

.box-notificate__gohome a {
    background: #22B2E6;
    padding: 10px 50px;
    color: #ffffff;
    border-radius: 5px
}

    .box-notificate__gohome a:hover {
        background: #2294bc;
        transition: 0.2s
    }

.footer {
    width: 100%;
    clear: both;
    float: left
}

.footer-top {
    width: 100%;
    clear: both;
    float: left;
    background: #1d428a;
    padding: 60px 0 70px;
    position: relative;
    overflow: hidden;
    color: #ffffff
}

.footer-top__header {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 40px;
    position: relative
}

.footer-top__content {
    width: 100%;
    clear: both;
    float: left
}

.footer-top__logo {
    width: calc(100% /4);
    float: left
}

    .footer-top__logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        float: left
    }

.footer-top__text {
    width: calc(100% / 2);
    float: left;
    color: #fff;
    line-height: 20px;
    line-height: 22px;
    margin: 35px 0 0 0;
    padding-left: 30px;
    height: 22px;
    overflow: hidden
}

    .footer-top__text i {
        margin-right: 5px
    }

.footer-top__social {
    width: calc(100% /4);
    float: right;
    text-align: left;
    padding-left: 25px;
    margin: 35px 0 0 0
}

    .footer-top__social li {
        display: inline-block;
        padding: 0 5px
    }

        .footer-top__social li a {
            display: block;
            width: 30px;
            height: 30px;
            border: 1px solid #fff;
            border-radius: 50%;
            color: #ffffff;
            text-align: center;
            line-height: 30px
        }

.footer-background {
    position: absolute;
    top: -20px;
    z-index: 0
}

.footer-background__left {
    left: 0
}

.footer-background__right {
    right: 0
}

.footer-item {
    width: calc(100% / 4);
    float: left;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 1
}

.footer-item__list {
    width: 100%;
    clear: both;
    float: left
}

    .footer-item__list li {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 10px
    }

        .footer-item__list li a {
            color: #ffffff;
            line-height: 22px;
            display: block
        }

            .footer-item__list li a i {
                margin-right: 10px;
                width: 18px;
                height: 22px;
                text-align: center
            }

.footer-item__title {
    color: #fff;
    font-weight: bold;
    padding-bottom: 30px
}

.footer-item:first-child {
    padding: 0
}

.footer-bottom {
    width: 100%;
    clear: both;
    float: left;
    background: #143678;
    padding: 13px 0
}

.footer-bottom__copyright {
    float: left
}

    .footer-bottom__copyright p {
        color: #ffffff;
        line-height: 25px
    }

        .footer-bottom__copyright p span, .footer-bottom__copyright p a {
            color: #0092c9
        }

.footer-bottom__link {
    float: right
}

    .footer-bottom__link ul li {
        float: left;
        margin-left: 30px
    }

        .footer-bottom__link ul li a {
            color: #ffffff;
            line-height: 25px
        }

.agency-system {
    width: 100%;
    clear: both;
    float: left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 60px 0
}

    .agency-system:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        opacity: 0.3;
        position: absolute
    }

    .agency-system .heading {
        position: relative
    }

    .agency-system .heading-text {
        color: #ffffff
    }

.agency-system__content {
    position: relative;
    text-align: center;
    width: 100%;
    clear: both;
    float: left
}

    .agency-system__content form button {
        width: 100px;
        height: 34px;
        padding: 0 10px;
        border: none;
        background: #1293cb;
        color: #ffffff;
        font-weight: bold;
        float: left;
        margin-left: 5px
    }

.agency-system__content-select {
    width: calc(100% / 3 - 35px);
    float: left;
    padding-right: 10px;
    text-align: left
}

    .agency-system__content-select select {
        height: 34px;
        margin-right: 5px;
        display: inline-block;
        padding: 0 5px;
        margin-bottom: 5px;
        width: 100%
    }

.icon-fix {
    position: fixed;
    z-index: 9999
}

.icon-fix-left {
    left: 10px;
    top: calc(50% - 290px / 2)
}

    .icon-fix-left .item {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin-bottom: 10px;
        background: #ffffff;
        position: relative;
        box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -khtml-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -o-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2)
    }

    .icon-fix-left .item-image {
        height: 100%
    }

        .icon-fix-left .item-image a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 2.5px
        }

        .icon-fix-left .item-image img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
            object-fit: cover;
            width: 45px;
            height: 45px;
            border-radius: 50px
        }

    .icon-fix-left .item:hover .item-tooltip {
        opacity: 1;
        visibility: inherit;
        transition: 0.5s
    }

    .icon-fix-left .item-tooltip {
        display: block;
        position: absolute;
        left: 55px;
        top: 0;
        width: 160px;
        font-size: 12px;
        background: #ebebeb;
        line-height: 40px;
        padding: 0 20px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden
    }

        .icon-fix-left .item-tooltip:after {
            bottom: 100%;
            left: -8px;
            top: 10px;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border: solid transparent;
            border-color: transparent;
            border-right-color: #ebebeb;
            border-width: 9px;
            margin-left: -9px
        }

    .icon-fix-left .item:last-child {
        margin-bottom: 0
    }

.icon-fix-right {
    right: 10px;
    bottom: 20px
}

    .icon-fix-right .item {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        margin-bottom: 10px;
        background: #ffffff;
        position: relative;
        box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -khtml-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -o-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2)
    }

    .icon-fix-right .item-image {
        height: 100%
    }

        .icon-fix-right .item-image a {
            padding: 7px;
            display: block;
            width: 100%;
            height: 100%
        }

        .icon-fix-right .item-image img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
            width: 30px;
            height: 30px
        }

    .icon-fix-right .item:hover .item-tooltip {
        opacity: 1;
        visibility: inherit;
        transition: 0.5s
    }

    .icon-fix-right .item-tooltip {
        display: block;
        position: absolute;
        right: 55px;
        top: 0;
        width: 150px;
        font-size: 12px;
        background: #ebebeb;
        line-height: 40px;
        padding: 0 20px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden
    }

        .icon-fix-right .item-tooltip:after {
            bottom: 100%;
            right: -18px;
            top: 10px;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border: solid transparent;
            border-color: transparent;
            border-left-color: #ebebeb;
            border-width: 9px;
            margin-left: -9px
        }

    .icon-fix-right .item:last-child {
        margin-bottom: 0
    }

.btn-primary {
    font-size: 15px;
    line-height: 24px;
    background: transparent;
    color: #4c4c4c;
    padding: 5px 0;
    display: inline-block;
    border-radius: 9999px;
    text-transform: uppercase;
    font-weight: bold
}

    .btn-primary i {
        margin-left: 5px
    }

.btn-purple {
    background: #00579b;
    color: #ffffff
}

.btn-green {
    background: #fd6e1d;
    color: #ffffff
}

.btn-checkbox {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 0px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 3px
}

    .btn-checkbox:checked {
        background: url("../img/icon/checkbox_btn.png");
        background-size: 18px 18px;
        color: #e9ecee;
        border: none
    }

.btn-radio {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 0px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 18px
}

    .btn-radio:checked {
        background: url("../img/icon/icon-radio-checked.png");
        background-size: 18px 18px;
        color: #e9ecee;
        border: none
    }

.media-ytb {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    display: block
}

    .media-ytb img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px
    }

.media-play {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

    .media-play i {
        font-size: 18px;
        color: #ffffff;
        background: #ff0000;
        padding: 10px 20px;
        border-radius: 10px
    }

.title {
    margin-bottom: 10px
}

.title-text {
    background: #0098d2;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    clear: both
}

    .title-text:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-left: 35px solid #0098d2;
        right: -35px;
        top: 0px
    }

.title-border {
    display: none
}

.title-center {
    text-align: center
}

.heading {
    margin-bottom: 30px
}

.heading-text {
    font-size: 24px;
    line-height: 40px;
    color: #656565;
    text-transform: uppercase;
    font-weight: bold
}

.heading-border {
    display: inline-block;
    width: 100px;
    height: 3px;
    background: #1293cb;
    margin-top: 15px
}

.heading-center {
    text-align: center
}

.page-title {
    width: 100%;
    clear: both;
    float: left;
    position: relative
}

.page-title__background {
    width: 100%;
    clear: both;
    float: left
}

    .page-title__background img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        width: 100%
    }

.page-title__text {
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    top: 70px
}

.share {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

.slick-dotted {
    margin-bottom: 0 !important
}

.slick-dots {
    bottom: 5px
}

    .slick-dots li {
        margin: 0 3px
    }

        .slick-dots li.slick-active span {
            background: #1293cb
        }

.slick-dot {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #b7b7b7;
    display: block
}

.slideshow {
    width: 100%;
    clear: both;
    float: left
}

    .slideshow .item {
        position: relative
    }

    .slideshow .item-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        width: 100%;
        min-height: 350px
    }

    .slideshow .item-info {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0
    }

    .slideshow .item-info__subtitle {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        padding-bottom: 10px
    }

        .slideshow .item-info__subtitle i {
            padding-right: 5px
        }

    .slideshow .item-info__title {
        font-size: 35px;
        font-weight: bold;
        width: 500px;
        position: relative;
        margin-bottom: 10px;
        color: #ffffff
    }

    .slideshow .item-info__desc {
        color: #fff;
        font-size: 18px;
        width: 50%;
        text-align: justify
    }

.box-intro {
    width: 100%;
    clear: both;
    float: left;
    background: #f2f2f2;
    padding: 60px 0
}

.box-intro__content {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 60px
}

.box-intro__content-detail {
    width: 50%;
    float: left;
    padding-right: 30px;
    padding-top: 30px
}

.box-intro__content-detail__desc {
    width: 100%;
    clear: both;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 10px 0 30px;
    max-height: 96px;
    overflow: hidden
}

.box-intro__content-detail__link {
    width: 100%;
    clear: both;
    float: left;
    text-align: right
}

.box-intro__content-media {
    width: 50%;
    float: left;
    padding-left: 30px
}

.box-intro__slide {
    width: 100%;
    clear: both;
    float: left
}

    .box-intro__slide .slick-prev, .box-intro__slide .slick-next {
        background-size: 100% !important;
        box-shadow: none;
        border: none;
        width: 30px !important;
        height: 30px !important;
        z-index: 1
    }

        .box-intro__slide .slick-prev:before, .box-intro__slide .slick-next:before {
            display: none
        }

    .box-intro__slide .slick-prev {
        background: url("../img/icon/slick/slick-style-1-pre.png");
        left: -30px
    }

    .box-intro__slide .slick-next {
        background: url("../img/icon/slick/slick-style-1-next.png");
        right: -30px
    }

    .box-intro__slide .item {
        padding: 5px
    }

    .box-intro__slide .item-image {
        border: 1px solid #1293cb;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        padding: 8px;
        height: 140px;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

        .box-intro__slide .item-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto
        }

.product-home {
    width: 100%;
    clear: both;
    float: left;
    margin: 30px 0 60px
}

    .product-home .product-widget:last-child {
        margin-bottom: 0
    }

.product-home__list {
    width: 100%;
    clear: both;
    float: left
}

.product-widget {
    width: calc(100% / 3 - 15px);
    float: left;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden
}

    .product-widget:nth-child(3n+2) {
        margin: 0 22.5px 0 22.5px
    }

    .product-widget:nth-child(n+4) {
        margin-top: 30px
    }

    .product-widget:hover .product-widget__content {
        bottom: 0;
        transition: all 0.2s ease
    }

.product-widget__media {
    width: 100%;
    clear: both;
    float: left;
    height: 100%
}

    .product-widget__media img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        height: 100%;
        width: 100%
    }

.product-widget__content {
    width: 100%;
    clear: both;
    float: left;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
    transition: all 0.5s ease
}

.product-widget__content-center {
    width: 100%;
    clear: both;
    float: left;
    padding: 10px
}

.product-widget__content-title {
    width: 100%;
    clear: both;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold
}

.product-widget__content-desc {
    width: 100%;
    clear: both;
    float: left;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #ffffff;
    height: 72px;
    overflow: hidden
}

.product-widget__content-link {
    width: 100%;
    clear: both;
    float: left
}

    .product-widget__content-link a {
        background: transparent;
        color: #ffffff;
        float: right;
        padding-right: 0;
        font-weight: bold
    }

.news-slide {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 60px
}

.news-slide__list .slick-dots {
    bottom: -40px
}

.news-slide__list-item .item {
    width: calc(100% / 3);
    float: left;
    padding: 5px;
    position: relative
}

.news-slide__list-item .item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 250px
}

.news-slide__list-item .item-info {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px
}

    .news-slide__list-item .item-info a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 3
    }

.news-slide__list-item .item-info__title {
    color: #ffffff;
    display: block;
    padding: 10px;
    position: absolute;
    bottom: 0
}

.news-slide__list-item .item-info:after {
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.4)) !important;
    position: absolute;
    z-index: 1
}

.news-home {
    width: 100%;
    clear: both;
    float: left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px 0
}

.news-home__list {
    width: 50%;
    padding-right: 10px;
    float: left
}

    .news-home__list:nth-child(2) {
        padding-right: 0;
        padding-left: 10px
    }

.news-home__list-box {
    width: 100%;
    clear: both;
    float: left;
    background: #ededed
}

.news-home__list .item {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 10px
}

.news-home__list .item-image {
    width: 230px;
    height: 155px;
    float: left
}

    .news-home__list .item-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%
    }

.news-home__list .item-info {
    width: calc(100% - 230px);
    float: left;
    padding: 0 10px
}

.news-home__list .item-info__title {
    width: 100%;
    clear: both;
    float: left;
    position: relative
}

.news-home__list .item-info__title-time {
    margin-top: 5px
}

.news-home__list .item-info__title-text {
    width: 100%;
    clear: both;
    float: left;
    color: #333;
    line-height: 22px;
    font-size: 18px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box
}

.news-home__list .item-info__title-desc {
    width: 100%;
    clear: both;
    float: left;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box
}

.news-home__list .item-list {
    width: calc(100% - 20px);
    float: left;
    margin: 10px 10px 0 10px;
    padding: 20px 0;
    border-top: 1px solid #ddd
}

    .news-home__list .item-list li {
        padding: 5px 10px 10px 15px;
        position: relative;
        line-height: 20px
    }

        .news-home__list .item-list li a {
            line-height: 20px
        }

        .news-home__list .item-list li:before {
            content: "•";
            position: absolute;
            font-size: 20px;
            color: #333;
            top: 5px;
            left: 0px
        }

.news-home__list .item-link {
    width: 100%;
    clear: both;
    float: left;
    text-align: right;
    padding: 10px 15px 10px 10px
}

.sign {
    width: 100%;
    clear: both;
    float: left;
    padding-top: 30px
}

.sign-box {
    width: 100%;
    clear: both;
    float: left;
    position: relative
}

.sign-box__image {
    width: 100%;
    clear: both;
    float: left;
    padding: 200px 0
}

    .sign-box__image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        width: 767px;
        height: 85px
    }

.sign-box__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .sign-box__item .item {
        width: 380px;
        position: absolute
    }

    .sign-box__item .item-title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        color: #4c4c4c;
        text-transform: uppercase;
        font-weight: bold;
        height: 30px;
        overflow: hidden
    }

    .sign-box__item .item-desc {
        line-height: 22px;
        height: 66px;
        overflow: hidden
    }

    .sign-box__item .item:before {
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        background: #4c4c4c;
        border-radius: 999px;
        position: absolute
    }

    .sign-box__item .item:after {
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(90deg, #4c4c4c 50%, transparent 50%),linear-gradient(0deg, #4c4c4c 50%, transparent 50%),linear-gradient(90deg, #4c4c4c 50%, transparent 50%),linear-gradient(0deg, #4c4c4c 50%, transparent 50%);
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
        background-size: 15px 2px, 2px 15px, 15px 2px, 2px 15px;
        background-position: left top, right top, left bottom, left top
    }

    .sign-box__item .item:nth-child(1) {
        width: 300px;
        top: 0;
        left: 0;
        border-top: 2px solid #4c4c4c;
        border-right: 2px solid #4c4c4c;
        padding: 15px 20px 57px 0
    }

        .sign-box__item .item:nth-child(1):before {
            right: -5px;
            bottom: -5px
        }

        .sign-box__item .item:nth-child(1):after {
            width: 70px;
            height: 100px;
            right: -32px;
            bottom: -100px
        }

    .sign-box__item .item:nth-child(2) {
        top: 0;
        right: 101px;
        border-top: 2px solid #4c4c4c;
        border-left: 2px solid #4c4c4c;
        padding: 15px 0 57px 20px
    }

        .sign-box__item .item:nth-child(2):before {
            left: -5px;
            bottom: -5px
        }

        .sign-box__item .item:nth-child(2):after {
            width: 110px;
            height: 100px;
            left: -60px;
            bottom: -100px
        }

    .sign-box__item .item:nth-child(3) {
        bottom: 55px;
        left: 75px;
        border-bottom: 2px solid #4c4c4c;
        border-right: 2px solid #4c4c4c;
        padding: 30px 20px 10px 0
    }

        .sign-box__item .item:nth-child(3):before {
            right: -5px;
            top: -5px
        }

        .sign-box__item .item:nth-child(3):after {
            width: 250px;
            height: 100px;
            right: -138px;
            top: -100px
        }

    .sign-box__item .item:nth-child(4) {
        width: 330px;
        bottom: 55px;
        right: 0;
        border-bottom: 2px solid #4c4c4c;
        border-left: 2px solid #4c4c4c;
        padding: 30px 0 10px 20px
    }

        .sign-box__item .item:nth-child(4):before {
            left: -5px;
            top: -5px
        }

        .sign-box__item .item:nth-child(4):after {
            width: 110px;
            height: 100px;
            left: -60px;
            top: -100px
        }

    .sign-box__item .item:hover {
        border-color: #0098d1;
        transition: all 0.5s
    }

        .sign-box__item .item:hover:before {
            background: #0098d1;
            transition: all 0.5s
        }

        .sign-box__item .item:hover:after {
            border-color: #0098d1;
            transition: all 0.5s;
            background: linear-gradient(90deg, #0098d1 50%, transparent 50%),linear-gradient(0deg, #0098d1 50%, transparent 50%),linear-gradient(90deg, #0098d1 50%, transparent 50%),linear-gradient(0deg, #0098d1 50%, transparent 50%);
            background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
            background-size: 15px 2px, 2px 15px, 15px 2px, 2px 15px;
            background-position: left top, right top, left bottom, left top;
            animation: border-dance 4s infinite linear
        }

        .sign-box__item .item:hover .item-title, .sign-box__item .item:hover .item-desc {
            color: #0098d1;
            transition: all 0.5s
        }

.sign-link {
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
    margin: 0 0 30px 0
}

    .sign-link a {
        display: inline-block
    }

.related {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

.related-list .slick-prev, .related-list .slick-next {
    background-size: 100% !important;
    box-shadow: none;
    border: none;
    width: 50px !important;
    height: 50px !important;
    top: -50px;
    z-index: 1
}

    .related-list .slick-prev:before, .related-list .slick-next:before {
        display: none
    }

.related-list .slick-prev {
    background: url("../img/icon/slick/slick-style-2-pre.png");
    right: 60px;
    left: auto !important
}

.related-list .slick-next {
    background: url("../img/icon/slick/slick-style-2-next.png");
    right: 0px;
    left: auto !important
}

.related-list .item {
    padding: 5px
}

.related-list .item-image {
    padding-bottom: 10px
}

    .related-list .item-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 250px
    }

.related-list .item-title {
    color: #403f3f;
    display: block;
    font-weight: bold;
    font-size: 14px
}

.article {
    width: 100%;
    clear: both;
    float: left;
    padding: 60px 0 30px 0
}

.article-content {
    width: calc(100% - 370px);
    float: left;
    padding-right: 30px
}

.article-content__post {
    width: 100%;
    clear: both;
    float: left
}

.article-content__post-title {
    width: 100%;
    clear: both;
    float: left;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold
}

.article-content__post-info {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 20px
}

    .article-content__post-info ul {
        width: 100%;
        clear: both;
        float: left
    }

        .article-content__post-info ul li {
            display: inline-block;
            border-right: 1px solid #888888;
            padding: 0 10px
        }

            .article-content__post-info ul li:first-child {
                padding-left: 0
            }

            .article-content__post-info ul li:last-child {
                border-right: none
            }

            .article-content__post-info ul li a {
                color: #1293cb
            }

                .article-content__post-info ul li a i {
                    margin-right: 3px
                }

.article-content__comment {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

.article-content__comment-detail {
    width: 100%;
    clear: both;
    float: left;
    border: 1px solid #cccccc;
    padding: 10px
}

.article-content .related-list .item-image img {
    height: 200px
}

.article-contact {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px;
    background: #ebebeb;
    border: 1px solid #1293cb;
    padding: 20px
}

.article-contact__title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #1293cb;
    font-weight: bold
}

.article-contact p.error {
    line-height: 22px;
    margin-bottom: 10px;
    color: red
}

.article-contact .form-control {
    border: 1px solid #dddddd
}

    .article-contact .form-control.error {
        border: 1px solid #ff0000
    }

.form-left {
    width: 50%;
    padding-right: 5px;
    float: left
}

.form-right {
    width: 50%;
    padding-left: 5px;
    float: left
}

.form-group {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 10px
}

    .form-group textarea {
        height: calc(34px * 2 + 10px)
    }

.form-control {
    width: 100%;
    clear: both;
    float: left;
    height: 34px;
    padding: 5px;
    font-family: 'Open Sans', 'sans-serif'
}

.form-half {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 10px
}

    .form-half .form-control {
        width: calc(50% - 5px);
        float: left;
        clear: none
    }

        .form-half .form-control:nth-child(2n+1) {
            margin-right: 10px
        }

.form-submit button {
    width: 100%;
    clear: both;
    float: left;
    height: 34px;
    text-transform: uppercase;
    background: #1293cb;
    border: none;
    color: #ffffff;
    transition: 0.5s
}

    .form-submit button:hover {
        background: #1075a0;
        transition: 0.5s
    }

::-webkit-input-placeholder {
    font-family: 'OpenSans' !important;
    font-size: 11px
}

:-ms-input-placeholder {
    font-family: 'OpenSans' !important;
    font-size: 11px
}

::placeholder {
    font-family: 'OpenSans' !important;
    font-size: 11px
}

.sitebar {
    width: 370px;
    float: right
}

.sitebar-item {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

    .sitebar-item .heading {
        margin-bottom: 20px
    }

    .sitebar-item .heading-text {
        font-size: 22px;
        line-height: 25px
    }

.sitebar-item__list {
    width: 100%;
    clear: both;
    float: left
}

    .sitebar-item__list .item {
        width: 100%;
        clear: both;
        float: left;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .sitebar-item__list .item-image {
        width: 120px;
        height: 74px;
        float: left
    }

        .sitebar-item__list .item-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100%
        }

    .sitebar-item__list .item-info {
        width: calc(100% - 120px);
        float: left;
        padding-left: 10px
    }

    .sitebar-item__list .item-info__title {
        width: 100%;
        clear: both;
        float: left;
        color: #565656;
        display: block;
        font-weight: bold;
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box
    }

    .sitebar-item__list .item-info-time {
        width: 100%;
        clear: both;
        float: left
    }

.sitebar-tags {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

.sitebar-tags__title {
    font-size: 18px;
    line-height: 40px;
    color: #656565;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

.sitebar-tags__list {
    width: 100%;
    clear: both;
    float: left
}

    .sitebar-tags__list .item {
        display: inline-block;
        font-weight: normal;
        font-size: 14px
    }

        .sitebar-tags__list .item a {
            padding: 5px 10px;
            border: 1px solid #f2f2f2;
            display: block;
            margin: 0 5px 10px 0
        }

            .sitebar-tags__list .item a:hover {
                background: #f2f2f2
            }

.sitebar-recruitment {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px;
    background: #ededed;
    padding: 0 15px
}

    .sitebar-recruitment .icon-hoaphat {
        height: 50px;
        width: 50px
    }

    .sitebar-recruitment .icon-time {
        background-position: -233px -205px
    }

    .sitebar-recruitment .icon-number {
        background-position: -308px -202px
    }

    .sitebar-recruitment .icon-univer {
        background-position: -523px -97px
    }

    .sitebar-recruitment .icon-maps {
        background-position: -446px -97px
    }

    .sitebar-recruitment .icon-co {
        background-position: -362px -97px
    }

    .sitebar-recruitment .item {
        width: 100%;
        clear: both;
        float: left;
        border-bottom: 1px solid #bdbcbc;
        padding: 15px 0
    }

        .sitebar-recruitment .item:last-child {
            border-bottom: none
        }

    .sitebar-recruitment .item-icon {
        width: 50px;
        margin-right: 5px;
        display: inline-block;
        float: left
    }

    .sitebar-recruitment .item-info {
        width: calc(100% - 55px);
        float: left
    }

    .sitebar-recruitment .item-info__label {
        olor: #7e7d7d;
        padding: 5px 0 5px 0
    }

    .sitebar-recruitment .item-info__text {
        font-weight: bold;
        line-height: 22px
    }

.news-categories {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 30px
}

.news-categories__box {
    position: relative
}

.news-categories__link {
    position: absolute;
    right: 0;
    top: 25px
}

    .news-categories__link a {
        text-transform: uppercase;
        line-height: 25px;
        font-weight: bold
    }

        .news-categories__link a i {
            font-size: 20px;
            margin-left: 5px;
            line-height: 25px
        }

.news-categories__list {
    width: 100%;
    clear: both;
    float: left
}

    .news-categories__list .item {
        width: calc(100% / 4);
        float: left;
        margin-bottom: 20px;
        padding-left: 20px
    }

    .news-categories__list .item-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 180px
    }

    .news-categories__list .item-info {
        width: 100%;
        clear: both;
        float: left;
        background: #f2f2f2;
        padding: 10px
    }

    .news-categories__list .item-info__time {
        clear: both;
        margin-bottom: 10px;
        display: none;
        line-height: 28px
    }

    .news-categories__list .item-info__title {
        width: 100%;
        clear: both;
        float: left;
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box
    }

    .news-categories__list .item:first-child {
        width: 50%;
        padding-left: 0
    }

        .news-categories__list .item:first-child .item-image img {
            height: 380px
        }

        .news-categories__list .item:first-child .item-info {
            padding: 20px 15px
        }

        .news-categories__list .item:first-child .item-info__time {
            display: inline-block
        }

        .news-categories__list .item:first-child .item-info__title {
            font-size: 20px;
            line-height: 25px;
            height: 50px
        }

.lg-outer {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%
}

.lg-backdrop.in {
    opacity: 0.4
}

.lg-outer.lg-visible {
    opacity: 1;
    background: #0D0A0A
}

.product-box {
    width: 100%;
    clear: both;
    float: left
}

.products-details {
    width: 100%;
    clear: both;
    float: left;
    padding: 60px
}

    .products-details:nth-child(2n+2) {
        background: #f6f6f6
    }

        .products-details:nth-child(2n+2) .products-details__gallery {
            float: right
        }

        .products-details:nth-child(2n+2) .products-details__content {
            float: left;
            padding: 0 30px 0 0
        }

            .products-details:nth-child(2n+2) .products-details__content table tbody tr:nth-child(2n+1) {
                background: #e9e9e9
            }

.products-details__gallery {
    width: 51%;
    float: left;
    position: relative
}

    .products-details__gallery .slick-prev, .products-details__gallery .slick-next {
        background-size: 100% !important;
        box-shadow: none;
        border: none;
        width: 45px !important;
        height: 45px !important;
        top: 330px;
        z-index: 1
    }

        .products-details__gallery .slick-prev:before, .products-details__gallery .slick-next:before {
            display: none
        }

    .products-details__gallery .slick-prev {
        background: url("../img/icon/slick/slick-style-2-pre.png");
        right: 70px;
        left: auto !important
    }

    .products-details__gallery .slick-next {
        background: url("../img/icon/slick/slick-style-2-next.png");
        right: 15px;
        left: auto !important
    }

.products-details__gallery-fullscreen {
    position: absolute;
    top: 15px;
    right: 15px
}

.products-details__gallery-slide {
    width: 100%;
    clear: both;
    float: left
}

    .products-details__gallery-slide .item {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        height: 365px
    }

        .products-details__gallery-slide .item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100%
        }

.products-details__content {
    width: 49%;
    float: left;
    padding: 0 0 0 30px
}

    .products-details__content .title {
        margin-bottom: 10px
    }

.products-details__content-variant {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 10px
}

    .products-details__content-variant ul {
        width: 100%;
        clear: both;
        float: left
    }

        .products-details__content-variant ul li {
            width: calc(100% / 4);
            float: left
        }

            .products-details__content-variant ul li a {
                text-align: center;
                display: block;
                padding: 7px 10px;
                border: 1px solid #e1e1e1;
                border-right: none
            }

                .products-details__content-variant ul li a:hover {
                    background: #1293cb;
                    color: #ffffff
                }

            .products-details__content-variant ul li:last-child a {
                border-right: 1px solid #e1e1e1
            }

            .products-details__content-variant ul li.active a {
                background: #1293cb;
                color: #ffffff
            }

.products-details__content-detail p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px
}

.products-details__content-detail table {
    width: 100%
}

    .products-details__content-detail table tbody tr:nth-child(2n+1) {
        background: #f6f6f6
    }

    .products-details__content-detail table tbody tr td {
        padding: 5px 10px
    }

        .products-details__content-detail table tbody tr td:nth-child(1) {
            width: 220px;
            border-right: 1px solid #e3e2e7;
            font-weight: bold;
            color: #1293cb
        }

        .products-details__content-detail table tbody tr td p {
            max-height: 50px !important;
            overflow: hidden;
            line-height: 25px;
            margin-bottom: 0
        }

        .products-details__content-detail table tbody tr td a {
            margin: 5px 5px 5px 0;
            padding: 5px 15px;
            border-radius: 7px
        }

.products-details .slick-dots {
    opacity: 0;
    visibility: hidden
}

.has_variant .products-details__gallery-slide .item {
    height: 410px
}

.has_variant .products-details__gallery .slick-prev, .has_variant .products-details__gallery .slick-next {
    top: 375px
}

.contruction {
    width: 100%;
    clear: both;
    float: left;
    margin: 30px 0
}

.contruction-list {
    width: 100%;
    clear: both;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

    .contruction-list .item {
        width: calc(100% / 3 - 15px);
        float: left;
        margin-bottom: 20px
    }

        .contruction-list .item:nth-child(3n+2) {
            margin: 0 15px 15px
        }

    .contruction-list .item-image {
        margin-bottom: 10px
    }

        .contruction-list .item-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 250px
        }

    .contruction-list .item-title {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        max-height: 20px;
        overflow: hidden
    }

.contruction-paginate {
    width: 100%;
    clear: both;
    float: left
}

.contruction-related {
    padding: 0 30px 30px 30px
}

    .contruction-related .item-title {
        text-align: center
    }

.contruction-detail {
    width: 100%;
    clear: both;
    float: left;
    padding: 60px 0 30px 0
}

.contruction-detail__content {
    width: 45%;
    float: left
}

    .contruction-detail__content .title {
        margin-bottom: 10px
    }

    .contruction-detail__content p {
        font-size: 14px
    }

.contruction-detail__slide {
    width: 55%;
    float: left;
    padding-left: 30px
}

.contruction-detail__slide-main .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 480px
}

.contruction-detail__slide-nav {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #cccccc
}

.contruction-detail__slide-nav__text {
    float: left;
    width: calc(100% - 80px);
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold
}

.contruction-detail__slide-nav__prev, .contruction-detail__slide-nav__next {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    float: left;
    border-left: 1px solid #cccccc;
    cursor: pointer
}

.contruction-detail__slide-thumb {
    width: calc(100% + 10px);
    float: left;
    clear: both;
    margin: 0 -5px
}

    .contruction-detail__slide-thumb .item {
        padding: 5px
    }

        .contruction-detail__slide-thumb .item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100px;
            cursor: pointer
        }

.intro-short {
    width: 100%;
    clear: both;
    float: left;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 60px 0
}

.intro-short__content {
    width: 60%
}

.intro-short__content-title {
    font-size: 35px;
    line-height: 50px;
    color: #1293cb;
    font-weight: bold;
    margin-bottom: 40px
}

.history {
    width: 100%;
    clear: both;
    float: left;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 60px 0
}

.history-content {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

.history-content__image {
    width: 570px;
    height: 400px;
    float: left;
    box-shadow: 0 0px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 5px 5px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0 0px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 5px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0px 5px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0px 5px 5px rgba(0,0,0,0.2)
}

    .history-content__image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%
    }

.history-content__detail {
    width: calc(100% - 570px);
    float: left;
    padding-left: 30px
}

    .history-content__detail .item {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 10px
    }

    .history-content__detail .item-title {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px
    }

    .history-content__detail .item-desc {
        white-space: normal
    }

.history-timeline {
    width: 100%;
    clear: both;
    float: left
}

    .history-timeline .slick-prev, .history-timeline .slick-next {
        background-size: 100% !important;
        box-shadow: none;
        border: none;
        width: 30px !important;
        height: 30px !important;
        z-index: 1
    }

        .history-timeline .slick-prev:before, .history-timeline .slick-next:before {
            display: none
        }

    .history-timeline .slick-prev {
        background: url("../img/icon/slick/slick-style-1-pre.png");
        left: -30px
    }

    .history-timeline .slick-next {
        background: url("../img/icon/slick/slick-style-1-next.png");
        right: -30px
    }

.history-timeline__border {
    width: 100%;
    clear: both;
    float: left;
    background: url("../img/icon/icon-border.png");
    height: 5px
}

.history-timeline__list {
    width: 100%;
    clear: both;
    float: left
}

    .history-timeline__list .item {
        line-height: 15px;
        margin: 7.5px 0;
        text-align: center;
        border-right: 1px solid #000000;
        cursor: pointer
    }

    .history-timeline__list[data-history_small] .item:last-child {
        border-right: none
    }

    .history-timeline__list .slick-current {
        font-weight: bold;
        font-size: 20px;
        padding: 5px 0;
        border-right: 1px solid #000000 !important;
        border-left: 1px solid #000000 !important;
        margin-left: -1px
    }

.intro-products {
    width: 100%;
    clear: both;
    float: left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 60px 0
}

.intro-products__list {
    display: flex;
    flex-wrap: wrap
}

    .intro-products__list .item {
        width: calc(100% / 3 - 15px);
        margin-bottom: 15px;
        float: left;
        background: #ffffff;
        position: relative
    }

        .intro-products__list .item:nth-child(3n+2) {
            margin: 0 15px 15px
        }

        .intro-products__list .item a {
            width: 100%;
            height: 100%;
            padding: 40px 20px;
            display: block;
            float: left
        }

    .intro-products__list .item-image {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 10px
    }

        .intro-products__list .item-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            width: 120px;
            height: 120px;
            object-fit: contain;
            padding-bottom: 10px
        }

    .intro-products__list .item-info {
        width: 100%;
        clear: both;
        float: left;
        text-align: center
    }

    .intro-products__list .item-info__title {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 10px
    }

    .intro-products__list .item-info__desc {
        line-height: 25px;
        height: 74px;
        overflow: hidden
    }

    .intro-products__list .item:before, .intro-products__list .item:after {
        content: "";
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        opacity: 0;
        visibility: hidden
    }

    .intro-products__list .item:before {
        border-top: 4px solid #1293cb;
        border-left: 4px solid #1293cb;
        top: 15px;
        left: 15px
    }

    .intro-products__list .item:after {
        border-bottom: 4px solid #1293cb;
        border-right: 4px solid #1293cb;
        bottom: 15px;
        right: 15px
    }

    .intro-products__list .item:hover {
        transition: 0.5s;
        box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -khtml-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
        -o-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2)
    }

        .intro-products__list .item:hover:before, .intro-products__list .item:hover:after {
            opacity: 1;
            visibility: inherit;
            transition: 0.5s
        }

        .intro-products__list .item:hover:before {
            top: 0;
            left: 0
        }

        .intro-products__list .item:hover:after {
            bottom: 0;
            right: 0
        }

    .intro-products__list .first-item {
        background: #1293cb
    }

        .intro-products__list .first-item .heading {
            margin-bottom: 10px
        }

        .intro-products__list .first-item .heading-text {
            color: #ffffff;
            line-height: 50px
        }

        .intro-products__list .first-item .heading-border {
            background: #ffffff
        }

        .intro-products__list .first-item .item-info__desc {
            color: #ffffff;
            height: 125px
        }

.recruitment-filter {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 60px
}

.recruitment-filter__content {
    float: right
}

    .recruitment-filter__content .item {
        float: left;
        margin-left: 30px
    }

    .recruitment-filter__content .item-text {
        float: left;
        line-height: 30px;
        margin-right: 10px
    }

    .recruitment-filter__content .item-select {
        float: left;
        height: 30px
    }

.recruitment-table {
    width: 100%;
    clear: both;
    float: left;
    padding: 30px
}

    .recruitment-table table {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 30px
    }

        .recruitment-table table tr th {
            background: #1293cb;
            color: #ffffff;
            padding: 15px 5px;
            text-align: center;
            border-right: 1px solid #ffffff
        }

            .recruitment-table table tr th:last-child {
                border-right: none
            }

        .recruitment-table table tr td {
            border-bottom: 1px solid #cccccc;
            padding: 15px 0
        }

        .recruitment-table table tr .icon {
            float: left;
            height: 40px;
            width: 46.8px;
            margin-right: 15px
        }

        .recruitment-table table tr .name {
            padding-right: 10px
        }

            .recruitment-table table tr .name h3 {
                width: calc(100% - 46.8px - 15px);
                display: inline-block;
                line-height: 40px;
                font-weight: bold;
                height: 40px;
                overflow: hidden;
                font-size: 14px
            }

        .recruitment-table table tr .quantity {
            text-align: center;
            line-height: 40px;
            font-weight: bold
        }

        .recruitment-table table tr .city {
            line-height: 40px;
            text-align: center;
            font-weight: bold
        }

            .recruitment-table table tr .city i {
                line-height: 40px;
                margin-right: 5px;
                text-align: center;
                display: inline-block;
                font-size: 22px;
                color: #d2213b
            }

        .recruitment-table table tr .time {
            text-align: center;
            line-height: 40px;
            color: #1293cb
        }

.recruitment-paginate {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

.related-recruitment {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

    .related-recruitment .item {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 10px
    }

    .related-recruitment .item-icon {
        float: left;
        height: 30px;
        width: 20px;
        margin-right: 20px
    }

        .related-recruitment .item-icon img {
            height: 100%
        }

    .related-recruitment .item-time {
        background: #1293cb;
        height: 30px;
        width: 120px;
        float: left;
        margin-right: 20px;
        line-height: 30px;
        color: #ffffff;
        text-align: center
    }

    .related-recruitment .item-title {
        line-height: 30px;
        font-weight: bold;
        width: calc(100% - 40px - 140px);
        height: 30px;
        overflow: hidden;
        float: left
    }

.addthis-smartlayers-desktop {
    display: none
}

.icon-hoaphat {
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("../img/icon/icon-hoaphat.png");
    background-repeat: no-repeat;
    background-position: -10px -10px
}

.news-vetical {
    width: 100%;
    clear: both;
    float: left;
    padding: 60px 0 30px 0
}

.news-vetical__content {
    width: calc(100% - 370px);
    float: left;
    padding-right: 30px
}

    .news-vetical__content .title {
        margin-bottom: 10px
    }

.news-vetical__content-hot {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

    .news-vetical__content-hot .item {
        width: calc(100% / 3 - 10px);
        float: left;
        margin-bottom: 15px
    }

        .news-vetical__content-hot .item:nth-child(3) {
            margin: 0 15px 15px
        }

    .news-vetical__content-hot .item-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 180px
    }

    .news-vetical__content-hot .item-info {
        width: 100%;
        clear: both;
        float: left;
        margin-top: 5px
    }

    .news-vetical__content-hot .item-info__time {
        display: none;
        color: #ffffff;
        margin-bottom: 5px
    }

    .news-vetical__content-hot .item-info__title {
        width: 100%;
        clear: both;
        float: left;
        line-height: 25px;
        font-weight: bold;
        height: 50px;
        overflow: hidden;
        font-size: 16px
    }

    .news-vetical__content-hot .item:first-child {
        width: 100%;
        margin: 0 0 15px 0;
        position: relative
    }

        .news-vetical__content-hot .item:first-child a {
            display: block;
            width: 100%;
            float: left
        }

            .news-vetical__content-hot .item:first-child a:before {
                content: "";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #000000;
                opacity: 0.3;
                position: absolute
            }

        .news-vetical__content-hot .item:first-child .item-image img {
            height: auto;
            max-height: 500px
        }

        .news-vetical__content-hot .item:first-child .item-info {
            padding: 0 10px 10px;
            position: absolute;
            bottom: 0
        }

        .news-vetical__content-hot .item:first-child .item-info__time {
            display: inline-block
        }

        .news-vetical__content-hot .item:first-child .item-info__title {
            height: auto;
            max-height: 60px;
            color: #ffffff;
            font-size: 20px;
            line-height: 30px
        }

.news-vetical__content-new {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

    .news-vetical__content-new .item {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 15px
    }

    .news-vetical__content-new .item-image {
        width: 300px;
        height: 200px;
        float: left
    }

        .news-vetical__content-new .item-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100%
        }

    .news-vetical__content-new .item-info {
        width: calc(100% - 300px);
        float: left;
        background: #f2f2f2;
        padding: 15px 20px;
        height: 200px
    }

    .news-vetical__content-new .item-info__time {
        float: left;
        margin-bottom: 5px;
        display: inline-block
    }

    .news-vetical__content-new .item-info__title {
        float: left;
        line-height: 25px;
        font-weight: bold;
        max-height: 50px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 10px
    }

    .news-vetical__content-new .item-info__desc {
        float: left;
        text-align: justify;
        line-height: 25px;
        height: 75px;
        overflow: hidden
    }

.news-vetical__content-pagination {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px
}

.agency {
    width: 100%;
    clear: both;
    float: left;
    padding: 60px 0;
    background: #ffffff
}

.agency-content__title {
    margin-bottom: 20px
}

    .agency-content__title h1, .agency-content__title p {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #0098d2;
        text-transform: uppercase
    }

.agency-content__box .select {
    margin-bottom: 20px
}

    .agency-content__box .select select {
        width: 100%;
        height: 50px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 10px
    }

.agency-content__box .box {
    margin-bottom: 30px
}

.agency-content__box .box-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px
}

    .agency-content__box .box-title i {
        font-size: 24px;
        color: #0098d2;
        margin-right: 15px
    }

    .agency-content__box .box-title h2, .agency-content__box .box-title p {
        text-transform: uppercase;
        color: #1d7bcb;
        font-size: 18px;
        font-weight: 700
    }

.agency-content__box .box-table table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100% !important;
    margin-bottom: 20px
}

    .agency-content__box .box-table table tr th {
        text-align: center;
        white-space: nowrap;
        padding: 5px 10px;
        color: #444444;
        font-size: 16px;
        background: #ffe9c9;
        line-height: 30px
    }

    .agency-content__box .box-table table tr td, .agency-content__box .box-table table tr th {
        padding: 10px;
        border: 1px solid #000
    }

        .agency-content__box .box-table table tr td:nth-child(1), .agency-content__box .box-table table tr th:nth-child(1) {
            width: 45%
        }

        .agency-content__box .box-table table tr td:nth-child(2), .agency-content__box .box-table table tr th:nth-child(2) {
            width: 35%
        }

        .agency-content__box .box-table table tr td:nth-child(3), .agency-content__box .box-table table tr th:nth-child(3) {
            width: 20%
        }

.agency-content__box .box-list .item {
    display: flex;
    flex-wrap: wrap
}

    .agency-content__box .box-list .item p, .agency-content__box .box-list .item h2 {
        font-size: 16px;
        flex: calc(100% / 4 - 15px);
        max-width: calc(100% / 4 - 15px);
        margin-bottom: 20px;
        margin-right: 20px;
        font-weight: normal
    }

        .agency-content__box .box-list .item p:nth-child(4n+4), .agency-content__box .box-list .item h2:nth-child(4n+4) {
            margin-right: 0
        }

    .agency-content__box .box-list .item a {
        color: #1d7bcb
    }

    .agency-content__box .box-list .item i {
        color: #333;
        font-size: 8px;
        margin-top: 7px;
        float: left;
        margin-right: 10px
    }

.prize {
    width: 100%;
    clear: both;
    float: left;
    padding: 60px 0 60px 0;
    background: #f2f2f2
}

.prize-list {
    width: 100%;
    clear: both;
    float: left;
    display: flex;
    flex-wrap: wrap
}

    .prize-list .slick-prev, .prize-list .slick-next {
        background-size: 100% !important;
        box-shadow: none;
        border: none;
        width: 30px !important;
        height: 30px !important;
        z-index: 1
    }

        .prize-list .slick-prev:before, .prize-list .slick-next:before {
            display: none
        }

    .prize-list .slick-prev {
        background: url("../img/icon/slick/slick-style-1-pre.png");
        left: -30px
    }

    .prize-list .slick-next {
        background: url("../img/icon/slick/slick-style-1-next.png");
        right: -30px
    }

    .prize-list .item {
        width: calc(100% / 3 - 27px);
        float: left;
        padding: 0 10px
    }

    .prize-list .item-image {
        width: 100%;
        height: 180px;
        border-bottom: 1px solid #dddddd;
        background: #ffffff;
        display: flex;
        align-items: center;
        padding: 5px
    }

        .prize-list .item-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto
        }

    .prize-list .item-title {
        font-weight: bold;
        line-height: 25px;
        text-align: center;
        color: #656565;
        font-size: 16px;
        background: #ffffff;
        padding: 10px 20px
    }

.slide-2-row {
    width: 100%;
    clear: both;
    float: left;
    padding: 60px 0
}

.slide-2-row__list .slick-prev, .slide-2-row__list .slick-next {
    background-size: 100% !important;
    box-shadow: none;
    border: none;
    width: 50px !important;
    height: 50px !important;
    top: -50px;
    z-index: 1
}

    .slide-2-row__list .slick-prev:before, .slide-2-row__list .slick-next:before {
        display: none
    }

.slide-2-row__list .slick-prev {
    background: url("../img/icon/slick/slick-style-2-pre.png");
    right: 60px;
    left: auto !important
}

.slide-2-row__list .slick-next {
    background: url("../img/icon/slick/slick-style-2-next.png");
    right: 0px;
    left: auto !important
}

.slide-2-row__list-item .item {
    width: calc(100% / 3);
    float: left;
    padding: 5px;
    position: relative
}

.slide-2-row__list-item .item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 250px
}

.slide-2-row__list-item .item-info {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px
}

    .slide-2-row__list-item .item-info a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 3
    }

.slide-2-row__list-item .item-info__title {
    color: #ffffff;
    display: block;
    padding: 10px;
    position: absolute;
    bottom: 0
}

.slide-2-row__list-item .item-info:after {
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.4)) !important;
    position: absolute;
    z-index: 1
}

.quality-news {
    width: 100%;
    clear: both;
    float: left;
    padding: 30px 0 60px 0
}

.quality-news__list {
    width: calc(50% - 15px);
    float: left;
    border: 1px solid #dddddd
}

    .quality-news__list:nth-child(2) {
        margin-right: 30px;
        background: #ededed
    }

.quality-news__list-left {
    width: 50%;
    float: left
}

    .quality-news__list-left .item-image {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 5px;
        position: relative
    }

        .quality-news__list-left .item-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            width: 100%;
            max-height: 200px
        }

    .quality-news__list-left .item-info {
        width: 100%;
        clear: both;
        float: left;
        padding: 0 0 10px 10px
    }

    .quality-news__list-left .item-info__text {
        font-weight: bold;
        line-height: 25px;
        font-size: 16px
    }

.quality-news__list-right {
    width: 50%;
    float: left;
    padding: 0 10px 0 20px
}

    .quality-news__list-right .item {
        width: 100%;
        clear: both;
        float: left;
        border-top: 1px solid #dddddd;
        padding: 10px 0
    }

        .quality-news__list-right .item:last-child {
            border-bottom: none
        }

    .quality-news__list-right .item-video {
        float: left;
        margin-left: 10px
    }

        .quality-news__list-right .item-video i {
            line-height: 30px;
            color: #919292;
            font-size: 30px
        }

    .quality-news__list-right .item-title {
        width: 100%;
        clear: both;
        float: left;
        margin-top: 5px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        font-weight: bold;
        font-size: 14px
    }

.quality-news__list-more {
    width: 100%;
    clear: both;
    float: left;
    padding: 5px 10px;
    text-align: right
}

.quality-news__list-video {
    width: 100%;
    clear: both;
    float: left;
    height: 410px;
    overflow: hidden
}

    .quality-news__list-video .quality-video {
        display: block;
        width: 100%;
        height: 100%;
        position: relative
    }

        .quality-news__list-video .quality-video img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100%
        }

    .quality-news__list-video .quality-video__play {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .quality-news__list-video .quality-video__play img {
            width: 100px;
            height: 100px
        }

    .quality-news__list-video .quality-video .title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
        font-size: 1.17em;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 0;
        line-height: 25px
    }

.contact {
    width: 100%;
    clear: both;
    float: left;
    padding: 60px 0
}

.contact-info {
    width: 50%;
    float: left;
    padding-right: 30px
}

.contact-info__list {
    width: 100%;
    clear: both;
    float: left
}

    .contact-info__list .item {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 30px
    }

    .contact-info__list .item-title {
        color: #333;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 20px;
        padding: 5px 0
    }

    .contact-info__list .item-address, .contact-info__list .item-phone, .contact-info__list .item-fax {
        color: #656565;
        line-height: 20px;
        padding: 5px 0
    }

        .contact-info__list .item-address i, .contact-info__list .item-phone i, .contact-info__list .item-fax i {
            margin-right: 8px;
            font-size: 16px
        }

    .contact-info__list .item-address {
        width: 100%;
        clear: both;
        float: left
    }

    .contact-info__list .item-phone {
        display: inline-block;
        margin-right: 30px
    }

    .contact-info__list .item-fax {
        display: inline-block
    }

.contact-form {
    width: 50%;
    float: left;
    padding-left: 30px
}

.contact-form__content p.error {
    line-height: 22px;
    margin-bottom: 10px;
    color: red
}

.contact-form .form-control {
    height: 40px;
    border: 1px solid #dddddd
}

    .contact-form .form-control.error {
        border: 1px solid #ff0000
    }

.contact-form .form-group {
    margin-bottom: 20px
}

    .contact-form .form-group textarea {
        height: 120px
    }

.contact-form .form-half {
    margin-bottom: 20px
}

    .contact-form .form-half .form-control {
        width: calc(50% - 10px)
    }

        .contact-form .form-half .form-control:nth-child(2n+1) {
            margin-right: 20px
        }

.contact-form .form-submit button {
    height: 40px
}

.contact-maps {
    width: 100%;
    clear: both;
    float: left;
    height: 500px
}

    .contact-maps iframe {
        width: 100% !important;
        height: 500px !important
    }
/*# sourceMappingURL=style.min.css.map */
