﻿@main-color: #08255d;
@head-color: #ed1b24;
@sub-color: #fff;

@dark-color: #243238;
@yellow-color: #fff100;
@orange-color: #fc8816;
@darkorange-color: #fa6800;
@green-color: #0acf97;
@blue-color: #08255d;
@lightblue-color: #1891F6;
@darkgreen-color: #3a660e;
@red-color: #ed1b24;
@chocolate-color: #5D140E;
@boldtext-color: #46474a;
@text-color: #8f8f8f;

@font-face {
    font-family: WebFont;
    src: url(/fonts/Roboto-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: BoldFont;
    src: url(/fonts/Roboto-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: ThinFont;
    src: url(/fonts/Quicksand-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: HeadFont;
    src: url(/fonts/WorkSans-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: TitleFont;
    src: url(/fonts/Lobster-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: HightLightFont;
    src: url(/fonts/Oswald-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: HightLightBoldFont;
    src: url(/fonts/NotoSans-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/materialicons.woff2) format('woff2');
    font-display: swap;
}

html, body, form {
	position: relative;
	height: 100%;
}
html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, header, footer {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

li {
	list-style: none;
}


body {
    font-family: WebFont;
    font-size: 15px;
    color: #666;
    background: #fff;
    min-width: 340px;

    *, *:before, *:after {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .yellow-text {
        color: @yellow-color;
    }

    .yellow-bg {
        background: @yellow-color;
    }

    .blue-text {
        color: @blue-color;
    }

    .blue-bg {
        background: @blue-color;
    }

    .ClearFix {
        zoom: 1;

        .col-left {
            float: left;
        }

        .col-right {
            float: right;
        }

        &:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }
    }

    .view-form {
        padding: 60px 0;
    }

    a {
        color: @blue-color;
        text-decoration: none;
        -webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
        -moz-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
        -o-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;

        &:hover {
            color: @dark-color;
        }
    }

    .web-size {
        max-width: 86%;
        margin: 0 auto;
    }

    b, strong {
        font-family: BoldFont;
        font-weight: normal;
    }

    .view-head {
        padding-bottom: 40px;
        letter-spacing: 0.5px;

        .head-title {
            color: #333;
            text-transform: uppercase;
            font-family: BoldFont;
            font-size: 150%;
            text-align: center;
            position: relative;

            &:after {
                position: absolute;
                left: 50%;
                bottom: -10px;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                content: '';
                display: inline-block;
                height: 3px;
                width: 50px;
                background-color: @main-color;
            }
        }

        .head-intro {
            color: #666;
            font-size: 110%;
            text-align: center;
            margin-top: 30px;

            p {
                line-height: 20px;
                margin-bottom: 10px;
            }
        }
    }

    .view-form {
        .form-title {
            font-family: HightLightFont;
            color: #333;
            font-size: 110%;
            letter-spacing: 1px;
            margin-bottom: 20px;
            text-transform: uppercase;
            padding-bottom: 10px;
            position: relative;

            &:before {
                content: '';
                position: absolute;
                top: 100%;
                width: 50px;
                height: 2px;
                background: @blue-color;
            }
        }
    }

    .color {

        .yellow-txt {
            color: @yellow-color
        }

        .yellow-bg {
            background: @yellow-color
        }

        .orange-txt {
            color: @orange-color
        }

        .orange-bg {
            background: @orange-color
        }

        .blue-txt {
            color: @blue-color;
        }

        .blue-bg {
            background: @blue-color;
        }

        .green-txt {
            color: @green-color;
        }

        .green-bg {
            background: @green-color;
        }

        .red-txt {
            color: @red-color
        }

        .red-bg {
            background: @red-color
        }
    }

    .scrollbar::-webkit-scrollbar, body::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .scrollbar::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
        background-color: @dark-color;
    }

    .scrollbar::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .scrollup {
        position: fixed;
        top: 50%;
        right: 10px;
        display: none;
        width: 40px;
        line-height: 40px;
        color: @sub-color !important;
        border-radius: 3px;
        border: solid 1px @sub-color;
        text-align: center;
        z-index: 10000;
        font-size: 120%;

        &:hover {
            background: @sub-color;

            span {
                color: #fff;
            }
        }
    }

    .head-form {
        font-family: HeadFont;
        font-size: 180%;
        letter-spacing: 5px;
        color: #1ba1e2;
        margin-bottom: 30px;
        text-align: center;
        position: relative;

        &:before {
            position: absolute;
            bottom: -10px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            content: '';
            display: inline-block;
            height: 1px;
            width: calc(100% - 30px);
            background-color: #e8e9e9;
        }

        &:after {
            position: absolute;
            left: 50%;
            bottom: -12px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            content: '';
            display: inline-block;
            height: 3px;
            width: 80px;
            background-color: #1ba1e2;
        }
    }

    .divPage {
        clear: both;
        padding-top: 50px;

        ul {
            margin: 0 !important;
            padding: 0 !important;
            display: inline-block;

            li {
                list-style: none;
                padding: 0px !important;
                margin: 5px !important;
                float: left;
                width: inherit !important;
                height: inherit !important;
                border: none !important;

                a {
                    padding: 5px 10px;
                    font-size: 90%;
                    color: #333;
                    background: #ececec;
                    border: solid 1px #ccc;
                    border-radius: 5px;
                    text-decoration: none;

                    &:hover {
                        background: @blue-color !important;
                        color: #fff !important;
                    }
                }

                .PageSeleted {
                    background: @blue-color !important;
                    color: #fff !important;
                }
            }
        }
    }

    .grid {
        .row-2 {
            display: flex;

            .row {
                width: 50%;
            }
        }

        .row-4 {
            display: flex;

            .row {
                width: 25%;
            }
        }

        .row-30-left {
            display: flex;

            .row1 {
                width: 70%;
                padding-right: 40px;
            }

            .row2 {
                width: 30%;
            }
        }

        .row-30-right {
            display: flex;

            .row1 {
                width: 30%;
            }

            .row2 {
                width: 70%;
            }
        }

        .row-20-left {
            display: flex;

            .row1 {
                width: 80%;
            }

            .row2 {
                width: 20%;
            }
        }

        .row-20-right {
            display: flex;

            .row1 {
                width: 20%;
            }

            .row2 {
                width: 80%;
            }
        }
    }

    .detail-content {
        color: #666;
        margin-bottom: 20px;
        text-align:justify;

        .content-title {
            color: @main-color;
            font-family: BoldFont;
            font-size: 130%;
            margin-bottom: 10px;
        }

        .content-intro {
            color: #333;
            font-family:BoldFont;
            font-size: 100%;
            line-height: 20px;
            letter-spacing: 0.5px;
        }

        .content-img {
            margin: 20px 0;
            text-align: center;

            img {
                width: 60%;
            }
        }

        .content-info {
            letter-spacing: 0.5px;

            p {
                margin-bottom: 10px;
                line-height: 20px;
            }

            h1 {
                color: @main-color;
                text-transform: uppercase;
                font-family: HeadFont;
                margin: 20px 0 10px 0;
                font-size: 15%;
            }

            h2 {
                color: @head-color;
                text-transform: uppercase;
                font-family: HeadFont;
                margin: 20px 0 10px 0;
                font-size: 130%;
            }

            h3 {
                color: #333;
                text-transform: uppercase;
                font-family: BoldFont;
                margin: 20px 0 10px 0;
                font-size: 120%;
            }

            h4 {
                color: #666;
                font-family: BoldFont;
                margin: 20px 0 10px 0;
                font-size: 100%;
            }

            li {
                list-style: inherit;
                margin-left: 25px;
                margin-bottom: 10px;
            }
        }
    }

    .input-form {
        margin: 15px 0px;
        position: relative;

        *:focus {
            outline: none;
        }

        .input-control {
            margin-bottom: 20px;

            p {
                margin-bottom: 5px;
                padding-left: 2px;
                color: #666;
            }

            input, select, textarea {
                width: 100%;
                padding: 5px;
                height: 40px;
                font-size: 110%;
                border-radius: 2px;
                border: solid 1px #ccc;
                color: #666;
                box-shadow: 0px 0px 1px #ccc;
                font-family: TitleFont;
            }

            .input-btn {
                display: inline-block;
                width: auto;
                background: @main-color;
                color: @sub-color;
                font-family: BoldFont;
                font-size: 110%;
                letter-spacing: 2px;
                line-height: 20px;
                border: none;
                border-radius: 2px;
                padding: 5px 15px;
                box-shadow: 0px 0px 2px #999;
                cursor: pointer;

                &:hover {
                    background: @head-color;
                    color:#fff;
                }
            }

            .tb-form {
                position: relative;

                .validate {
                    color: @red-color;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    font-size: 80%;
                }
            }
        }
    }

    .title-form {
        margin: 0px 0 40px 0;

        h1 {
            color: @main-color;
            font-size: 200%;
            font-family: HeadFont;
            text-transform: uppercase;
        }

        hr {
            display: inline-block;
            width: 70px;
            border: 0;
            border-top: 2px solid @main-color;
            margin-top: 10px;
            margin-bottom: 0;
        }
    }

    .topic-list {
        .view-form:nth-child(even) {
            background: #fff;
        }

        .view-form:nth-child(odd) {
            background: #fafafa;
        }
    }

    .list-item {
        li {
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: solid 1px #fafafa;
            line-height: 20px;
            letter-spacing: 0.5px;
            font-size: 110%;

            .title {
                position: absolute;
                width: 90px;
                font-family: BoldFont;
                color: #333;
            }

            .text {
                color: #666;
                margin-left: 100px;
            }
        }
    }

    .tbl-form {
        border: solid 1px #ececec;
        border-collapse: collapse;

        tr {
            line-height: 20px;
            border-bottom: solid 1px #ececec;

            td {
                min-height: 40px;
                padding: 10px;
                color: #666;
            }
        }

        .row-head {
            background: #ccc;
            color: #333;
            text-transform: uppercase;
            font-family: BoldFont;
        }
    }

    .social-share-button {
        background: #fafafa;
        padding: 10px 0;
        position: relative;
        text-align: right;

        p {
            position: absolute;
            top: 10px;
            left: 10px;
            font-family: BoldFont;
            margin-left: 10px;
            vertical-align: middle;
        }

        .share-form {
            display: inline-block;
            margin: 0 5px;
            vertical-align: middle;
            height: 20px;
        }
    }

    .youtube {
        iframe {
            width: 100%;
            height: 500px;
        }
    }

    .about-content {
        .youtube {
            margin: 20px 0;

            iframe {
                height: 300px;
            }
        }
    }

    .social-chat {
        position: fixed;
        bottom: 90px;
        right: 20px;
        z-index: 9999;

        .zalo-chat {
            .zalo-chat-widget {
                bottom: auto !important;
                right: auto !important;
                position: inherit !important;
                top: auto !important;
            }
        }
        /*.face-chat {
            .fb_dialog {
                position: inherit !important;
                bottom: auto !important;
                right: auto !important;
                top: auto !important;
            }
        }*/
    }

    .img-box {
        .img {
            position: relative;
            overflow: hidden;
            display: inline-block;
            width: 100%;

            &:before {
                content: "";
                display: block;
                padding-top: 60%;
            }

            img {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                border: none;
                height: 100%;
                width: 100%;
                object-fit: cover;
                -webkit-transition: 0.6s;
                -o-transition: 0.6s;
                -moz-transition: 0.6s;
                transition: 0.6s;
            }
        }

        .H-50 {
            &:before {
                padding-top: 50%;
            }
        }

        .H-70 {
            &:before {
                padding-top: 70%;
            }
        }

        .H-80 {
            &:before {
                padding-top: 80%;
            }
        }

        .H-100 {
            &:before {
                padding-top: 100%;
            }

            img {
                height: 100%;
                width: auto;
            }
        }

        .H-120 {
            &:before {
                padding-top: 120%;
            }

            img {
                height: 100%;
                width: auto;
            }
        }
    }

    .typography {
        h1 {
            font-size: 200%;
            font-family: HeadFont;
            color: @blue-color;
            margin: 20px 0px 10px 0;
        }

        h2 {
            font-size: 150%;
            font-family: TitleFont;
            color: @blue-color;
            margin: 20px 0px 10px 0;
        }

        h3 {
            font-size: 120%;
            font-family: HightLightFont;
            margin: 10px 0px;
            color: #333;
            text-transform: uppercase;
        }

        h4 {
            font-size: 105%;
            font-family: HightLightFont;
            margin: 10px 0px;
            color: #666;
        }

        h5 {
            font-size: 110%;
            font-family: ThinFont;
            margin: 10px 0px;
        }

        h6 {
            font-size: 105%;
            font-family: BoldFont;
            margin: 10px 0px;
        }

        p {
            font-size: 100%;
            margin-bottom: 10px;
        }

        ul {
            margin-bottom: 10px;

            li {
                position: relative;
                padding-left: 30px;
                margin-bottom: 10px;

                &:last-child {
                    margin-bottom: 0px;
                }
            }

            li:before {
                content: '\e649';
                position: absolute;
                display: inline-block;
                font-family: metro !important;
                font-size: 14px;
                top: 0;
                left: 10px;
                color: #ccc;
            }
        }

        img {
            width: 100%;
            margin: 10px 0;
        }

        ol {
            counter-reset: li;

            li {
                padding-left: 30px;
            }

            li:before {
                content: counter(li,decimal) ".";
                counter-increment: li;
                margin-right: 15px;
                color: #46474a;
            }
        }
    }
}

/*header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    .top-head {
        background: @yellow-color;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
        padding: 10px 0;

        .top-content {
            position: relative;

            .top-logo {
                position: absolute;
                top: 0px;
                left: 0%;
                z-index: 10;

                img {
                    width: 140px;
                    border: none;
                    position: relative;
                    z-index: 1;
                    left: 10px;
                }

                .dropshadow {
                    position: absolute;
                    top: 30px;
                    left: 0;
                    z-index: 0;
                    filter: drop-shadow(-1px 7px 4px rgba(0, 0, 0, 0.1));

                    .bottom {
                        width: 160px;
                        height: 50px;
                        clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
                        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
                        -moz-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
                        -o-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
                        background: @yellow-color;
                    }
                }
            }

            .head-contact {
                float: right;

                .contact-box {
                    display: inline-block;
                    vertical-align: top;
                    margin: 0 10px;

                    p {
                        display: inline-block;
                        font-family: HeadFont;
                        font-size: 120%;
                        color: @blue-color;
                        vertical-align: middle;

                        i {
                            font-size: 85%;
                            margin-top: 3px;
                            display: block;
                            color: #666;
                            font-style: normal;
                        }
                    }

                    span {
                        display: inline-block;
                        vertical-align: middle;
                        padding-top: 5px;
                        margin-right: 5px;
                        color: @blue-color;
                        font-size: 180%;
                    }
                }
            }

            .language {
                float: right;
                margin-left: 10px;

                a {
                    background: #fff;
                    line-height: 30px;
                    color: @blue-color;
                    text-transform: uppercase;
                    font-size: 95%;
                    font-family: BoldFont;
                    padding: 0 10px;
                    display: inline-block;
                    float: left;

                    &:first-child {
                        border-top-left-radius: 2px;
                        border-bottom-left-radius: 2px;
                    }

                    &:last-child {
                        border-top-right-radius: 2px;
                        border-bottom-right-radius: 2px;
                    }
                }

                .active {
                    background: @blue-color;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 95%;
                    font-family: BoldFont;
                }
            }

            .top-menu {
                position: relative;
                float: right;

                .menu-form {
                    display: inline-block;
                    vertical-align: middle;

                    .main-menu {
                        display: inline-block;

                        li {
                            display: inline-block;
                            font-family: BoldFont;

                            a {
                                display: inline-block;
                                color: @blue-color;
                                line-height: 30px;
                                letter-spacing: 0.5px;
                                padding: 0 10px;
                                text-transform: uppercase;
                                letter-spacing: 0.5px;
                                font-size: 110%;

                                &:hover {
                                    color: #fff;
                                }
                            }

                            .active {
                                color: #fff;
                            }
                        }
                    }
                }
            }

            .sub-menu {
                float: right;
                display: none;
                margin-left: 10px;

                .dropdown-menu {
                    .head-menu-icon {
                        font-style: normal;

                        .icon-list {
                            color: #fff;
                            display: inline-block;
                            background: @blue-color;
                            line-height: 30px;
                            padding: 0 10px;
                            cursor: pointer;
                        }
                    }
                }

                .head-submenu {
                    padding: 20px 10px;
                    position: absolute;
                    width: 300px;
                    top: 100%;
                    margin-top: 10px;
                    right: 0;
                    background: @blue-color;
                    z-index: 10000;

                    li {
                        margin-bottom: 10px;
                        padding-bottom: 10px;
                        border-bottom: solid 1px #f2f2f2;

                        &:last-child {
                            margin-bottom: 0px;
                            padding-bottom: 0px;
                            border-bottom: none;
                        }

                        a {
                            color: #fff;
                            display: block;

                            &:hover {
                                color: @yellow-color;
                            }
                        }
                    }
                }
            }
        }
    }
}*/
header {
    .top-head {
        background: #fff;
        padding: 10px 0;

        .logo {
            a {
                display: flex;
                align-items: center;

                img {
                    height: 60px;
                    border: none;
                }

                p {
                    margin-left: 20px;

                    span {
                        display: block;
                        font-family: HightLightFont;
                        color: #333;
                        font-size: 120%;
                        letter-spacing: 2px;
                    }

                    b {
                        font-family: HightLightBoldFont;
                        text-transform: uppercase;
                        font-size: 220%;
                        color: @blue-color;
                    }
                }
            }
        }

        .item {
            .social-icon {
                margin-top: 10px;

                .hot {
                    color: @head-color;
                    font-family: 'TitleFont';
                    font-size: 150%;
                    letter-spacing: 1px;
                    line-height: 40px;
                    margin-right: 10px;
                }

                a {
                    display: inline-block;
                    margin-left: 10px;
                    color: #fff;

                    span {
                        display: block;
                        width: 40px;
                        background: @head-color;
                        color: #fff;
                        line-height: 40px;
                        border-radius: 50%;
                        text-align: center;
                        font-size: 120%;
                    }

                    &:hover {
                        span {
                            background: @red-color;
                        }
                    }
                }
            }
        }
    }

    .menu {
        background: @main-color;
        position: relative;

        .main {
            li {
                float: left;
                position: relative;

                &:last-child {
                    margin-right: 0px;
                }

                a {
                    display: grid;
                    font-family: ThinFont;
                    font-size: 110%;
                    text-transform: uppercase;
                    color: #fff;
                    line-height: 50px;
                    padding: 0 20px;
                    cursor: pointer;
                    align-items: center;

                    span {
                        font-size: 120%;
                    }
                }

                > .active, a:hover {
                    background: #fff;
                    color: @head-color;
                    font-weight: 600;
                }
            }
        }

        .list-item {
            position: absolute;
            right: 0;
            top: 13px;

            .language {
                margin-left: 10px;
                display: inline-block;
                vertical-align: middle;

                a {
                    line-height: 25px;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 80%;
                    font-family: BoldFont;
                    padding: 0 5px;
                    display: inline-block;
                    float: left;
                    border: solid 1px #fff;

                    &:first-child {
                        border-top-left-radius: 3px;
                        border-bottom-left-radius: 3px;
                    }

                    &:last-child {
                        border-top-right-radius: 3px;
                        border-bottom-right-radius: 3px;
                    }
                }

                .active {
                    background: @head-color;
                    color: #FFF;
                    text-transform: uppercase;
                    font-family: BoldFont;
                }
            }

            .social-icon {
                display: none;
                vertical-align: middle;

                .hot {
                    color: #fff;
                    font-family: 'TitleFont';
                    font-size: 100%;
                    letter-spacing: 1px;
                    line-height: 30px;
                    margin-right: 10px;
                }

                a {
                    display: inline-block;
                    margin-left: 5px;

                    span {
                        display: block;
                        width: 25px;
                        line-height: 25px;
                        border-radius: 50%;
                        text-align: center;
                        font-size: 80%;
                        color: #fff;
                        background: @blue-color;
                    }

                    &:hover span {
                        background: @yellow-color;
                        color: @blue-color;
                    }
                }
            }
        }


        .sub {
            position: relative;
            display: none;

            .sub-icon {
                color: @sub-color;
                cursor: pointer;
                line-height: 50px;
                font-size: 200%;
            }

            .sub-menu {
                position: fixed;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                color: #fff;
                z-index: 9999999;
                background: @head-color;
                overflow-y: auto;
                display: none;

                .close-btn {
                    color: @sub-color;
                    position: absolute;
                    top: 20px;
                    right: 20px;
                    font-size: 150%;
                    cursor: pointer;
                }

                .sub-logo {
                    padding: 10px;
                    background: @main-color;
                    border-bottom: solid 1px #fff;

                    a {
                        display: flex;
                        align-items: center;

                        img {
                            height: 50px;
                            border: none;
                        }

                        p {
                            margin-left: 10px;

                            span {
                                display: block;
                                font-family: HightLightFont;
                                color: #fff;
                                font-size: 90%;
                                letter-spacing: 0.5px;
                            }

                            b {
                                font-family: HightLightBoldFont;
                                text-transform: uppercase;
                                font-size: 150%;
                                color: #fff;
                            }
                        }
                    }
                }

                .sub-main {
                    position: relative;
                    padding: 5px 20px;

                    p {
                        font-family: BoldFont;
                        text-transform: uppercase;
                        font-size: 120%;
                        line-height: 50px;
                        cursor: pointer;

                        a {
                            color: #fff;
                        }
                    }
                }

                .sub-item {
                    a {
                        display: block;
                        color: #fff;
                        font-family: ThinFont;
                        font-size: 110%;
                        padding-left: 40px;
                        line-height: 30px;

                        &:hover {
                            background: @lightblue-color
                        }
                    }
                }

                .ClosedItem {
                    .sub-main {
                        span {
                            &:before {
                                content: "\e69b";
                                font-family: metro, serif;
                            }
                        }
                    }
                }
            }
        }
    }
}

footer {
    background: url(../images/design/foot-bg.png) no-repeat top center;
    position: relative;

    .foot-content {
        position: relative;
        z-index: 1;
        height: 300px;

        .foot-right {
            position: absolute;
            bottom: 20px;
            right: 0;

            img {
                height: 60px;
                margin-bottom: 10px;
            }

            .social-list {
                text-align: center;

                a {
                    display: inline-block;
                    vertical-align: top;
                    margin-left: 30px;
                    color: @blue-color;
                    font-size: 130%;

                    img {
                        height: 20px;
                        border: none;
                    }

                    &:first-child {
                        margin-left: 0px;
                    }
                }
            }
        }

        .foot-left {
            position: absolute;
            bottom: 20px;
            left: 0;

            .foot-logo {
                margin-bottom: 10px;

                img {
                    height: 60px;
                }
            }

            .foot-info {
                letter-spacing: 0.5px;
                color: #fff;

                h4 {
                    text-transform: uppercase;
                    font-size: 120%;
                    font-family: BoldFont;
                    margin-bottom: 15px;
                    color: @blue-color;
                }

                p {
                    margin-bottom: 5px;
                    font-size: 90%;
                    color: #333;
                }

                .icon {
                    text-transform: uppercase;
                    font-size: 110%;
                    font-family: BoldFont;
                    margin-right: 10px;
                    color: @blue-color;
                }
            }
        }
    }

    .foot-bottom {
        background: @main-color;
        padding: 20px 0;
        margin-top: 20px;

        .content {
            color: @sub-color;
            font-size: 90%;
            letter-spacing: 0.5px;
        }

        .menu {
            ul {
                color: #fff;

                li {
                    display: inline-block;

                    a {
                        text-transform: uppercase;
                        color: @sub-color;
                        font-size: 85%;

                        &:hover {
                            text-decoration: underline;
                        }
                    }
                }

                span {
                    display: inline-block;
                    font-family: BoldFont;
                    vertical-align: middle;
                    margin: 0 10px;
                    color: @sub-color;
                }
            }
        }
    }
}
.banner {
    position: relative;
    width: 100%;
    z-index: 10;
    overflow: hidden;

    .show-banner {
        height: 100%;
        width: 100%;

        .item {
            display: flex;
            align-items: center;
            align-content: center;

            &:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                /*background: rgba(0,0,0,0.1);*/
                z-index: 1;
            }

            .content {
                width: 100%;
                text-align: center;
                margin: 0 20%;
                z-index: 2;

                h3 {
                    font-family: HightLightBoldFont;
                    text-transform: uppercase;
                    font-size: 300%;
                    color: #fff;
                    margin-bottom: 10px;
                }

                p {
                    font-family: ThinFont;
                    font-size: 150%;
                    letter-spacing: 0.5px;
                    color: #fff;
                    margin-bottom: 30px;
                }

                a {
                    display: inline-block;
                    line-height: 60px;
                    border-radius: 60px;
                    padding: 0 40px;
                    font-family: BoldFont;
                    font-size: 150%;
                    color: #fff;
                    background: @blue-color;

                    &:hover {
                        background: @red-color;
                    }
                }
            }

            .left {
                text-align: left;
                margin: 0 10%;
                padding-right: 30%;
            }

            .right {
                text-align: right;
                margin: 0 10%;
                padding-left: 30%;
            }
        }
    }

    .sub-banner {
        height: 100%;
        width: 100%;
    }
}
.main-banner {
    position: relative;

    .banner-bg {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        &:after {
            background: @head-color;
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.8;
        }

        .banner-content {
            padding: 100px 0 150px 0;

            .head-title:after {
                bottom: -15px;
                background-color: #fff;
            }
        }
    }

    .head-title:after {
        background-color: #fff !important;
    }

    .banner-content {
        padding: 100px 0 150px 0;
    }
}

.logo-list {
	padding: 20px 0;
	text-align: center;

	li {
		display: inline-block;
		margin: 20px;

		img {
			height: 180px;
		}
	}
}

.main-service {
    .main-service-item {
        margin: 10px;
        background: @main-color;

        .item-img {
            position: relative;
            overflow: hidden;

            &:before {
                content: "";
                display: block;
                padding-top: 80%;
            }

            img {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                border: none;
                height: 100%;
                width: auto;
            }
        }

        .item-content {
            margin-top: 20px;
            color: @sub-color;
            padding: 20px;

            h4 {
                text-transform: uppercase;
                font-family: BoldFont;
                font-size: 120%;
                position: relative;
                color: @sub-color;

                &:after {
                    position: absolute;
                    left: 0;
                    bottom: -20px;
                    content: '';
                    display: inline-block;
                    height: 3px;
                    width: 30px;
                    background-color: @sub-color;
                }
            }

            .intro {
                margin-top: 40px;
                font-size: 90%;
                letter-spacing: 0.5px;
                line-height: 20px;
            }

            .item-btn {
                display: inline-block;
                background: @sub-color;
                color: @main-color;
                font-size: 80%;
                padding: 0 30px 0px 10px;
                position: relative;
                border-radius: 10px;
                line-height: 20px;
                margin-top: 30px;

                &:hover {
                    background: @head-color;
                    color: #fff;
                }

                span {
                    position: absolute;
                    top: 2px;
                    right: 5px;
                    line-height: 16px;
                    width: 16px;
                    text-align: center;
                    display: inline-block;
                    border-radius: 50%;
                    background: @blue-color;
                    color: #fff;
                    font-size: 80%
                }
            }
        }
    }
}

.service-list {
    margin:0 -1%;

    .main-service-item{
        width:48%;
        margin:1%;
        float:left;
    }
}

.main-product {
    .product-item {
        margin: 20px;
    }
}

.product-list {
	.product-item {
		vertical-align: top;
		padding: 20px 10px;
        float:left;
        width:25%;
	}
}

.product-item {
    .product-item-img {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;

        &:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border: none;
            height: auto;
            width: 100%;
        }

        .sale {
            position: absolute;
            padding: 20px 16px;
            border-radius: 50%;
            z-index: 999;
            background: @head-color;
            color: @sub-color;
            font-weight: bold;
            top: 0;
            right: 0;
            font-size: 90%;
        }
    }

    .product-item-content {
        h4 {
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            font-family: HeadFont;
            font-size: 120%;
            height: 30px;
            color: @main-color;

            &:after {
                position: absolute;
                left: 0;
                bottom: 0;
                content: '';
                display: inline-block;
                height: 3px;
                width: 30px;
                background-color: @main-color;
            }
        }

        p {
            color: #666;
            margin-top: 10px;
            font-size: 90%;
            letter-spacing: 0.5px;
            position: relative;
            display: inline-block;
            line-height: 20px;
        }

        h3 {
            color: @red-color;
            font-family: TitleFont;
            text-align: right;
            font-size: 150%;
            margin-top: 10px;
        }

        .item-btn {
            margin-top: 10px;

            a {
                display: inline-block;
                background: @main-color;
                color: @sub-color;
                font-size: 95%;
                padding: 0 40px 0px 10px;
                position: relative;
                border-radius: 15px;
                line-height: 25px;
                margin-top: 20px;



                span {
                    position: absolute;
                    top: 2px;
                    right: 5px;
                    width: 20px;
                    line-height: 20px;
                    text-align: center;
                    border-radius: 50%;
                    background: #fff;
                    color: @main-color;
                    font-size: 90%;
                }

                &:hover {
                    background: @head-color;
                    color: #fff;

                    span {
                    }
                }
            }
        }

        .price-sale {
            i {
                font-size: 70%;
                margin-right: 10px;
                text-decoration: line-through;
                color: #999;
                font-style: normal;
                font-family: 'ThinFont';
            }
        }
    }
}

.product-page {
    .product-list {
        margin: 0 -1%;

        .product-item {
            border: solid 1px #f2f2f2;
            margin: 1%;
            width: 23%;

            &:hover {
                box-shadow: 0 0 5px #ececec;
            }
        }
    }

    .product-tab {
        position: relative;
        margin-bottom: 20px;

        ul {
            text-align: center;
            border-bottom: solid 2px @main-color;
            position: relative;
            padding: 0 10px;

            li {
                display: inline-block;
                position: relative;
                padding: 10px 20px;
                list-style: none;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                cursor: pointer;
                background: #fff;
                border-left: solid 1px @main-color;
                border-top: solid 1px @main-color;
                border-right: solid 1px @main-color;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;

                h1 {
                    font-size: 100%;
                    text-transform: uppercase;
                    font-family: BoldFont;

                    a {
                        color: @main-color;
                    }
                }
            }

            .active {
                background: @main-color;

                a {
                    color: @sub-color;
                }
            }
        }
    }
}

.product-detail {
    .product-content {
        color: #666;

        .product-img {
            position: relative;

            img {
                width: 100%;
            }

            .sale {
                position: absolute;
                padding: 20px 16px;
                border-radius: 50%;
                z-index: 999;
                background: @red-color;
                color: #fff;
                font-weight: bold;
                top: 0;
                right: 0;
                font-size: 90%;
            }
        }

        .product-title {
            color: @main-color;
            font-family: BoldFont;
            font-size: 200%;
            text-transform: uppercase;
        }

        .product-group {
            color: #333;
            font-size: 110%;
            margin: 10px 0;

            span {
                color: #666;
                margin: 0 5px 0 20px;
            }
        }

        .price {
            text-align: right;
            padding: 20px;

            p {
                color: @red-color;
                position: relative;
                font-size: 250%;
                font-family: TitleFont;
                position: relative;

                span {
                    position: absolute;
                    font-size: 70%;
                    top: -5px;
                    right: -15px;
                }

                i {
                    font-size: 60%;
                    margin-right: 10px;
                    text-decoration: line-through;
                    color: #999;
                    font-style: normal;
                    font-family: 'ThinFont';
                }
            }
        }
    }
}

.product-other {
    h3 {
        border-bottom: solid 2px @main-color;
        color: @sub-color;
        margin-bottom: 20px;
        padding-bottom:10px;
        font-size: 110%;

        span {
            line-height: 30px;
            padding: 0 10px;
            background: @main-color;
            display: inline-block;
            margin-left: 10px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }
    }

    .product-item {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #ccc;

        .product-item-img {
            width: 20%;
            vertical-align: top;

            &:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

            .product-item .product-item-img img {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                border: none;
                height: auto;
                width: 100%;
            }
        }

        .product-item-content {
            display: inline-block;
            width: 55%;
            margin: 0 5%;
            vertical-align: top;
            margin-top: 10px;

            h4 {
                overflow: hidden;
                white-space: nowrap;
                position: relative;
                font-family: BoldFont;
                font-size: 120%;
                height: 30px;

                &:after {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    content: '';
                    display: inline-block;
                    height: 3px;
                    width: 30px;
                    background-color: @main-color;
                }
            }

            p {
                color: #666;
                margin-top: 10px;
                font-size: 90%;
                position: relative;
                display: inline-block;
                line-height: 20px;
            }
        }

        .item-btn {
            position: absolute;
            width: 14%;
            height: 100%;
            top: 0;
            right: 0;
            padding-bottom: 20px;

            a {
                display: block;
                height: 100%;
                color: @sub-color;
                text-align: center;
                background: @main-color;
                position: relative;
                font-size: 90%;

                b {
                    line-height: 20px;
                    width: 100%;
                    text-align: center;
                    display: block;
                    top: 50%;
                    left: 0;
                    margin-top: -10px;
                    position: absolute;
                    text-transform: uppercase;
                }

                &:hover {
                    color: #fff;
                    background: @head-color;
                }
            }
        }
    }
}

.product-file {
    h3 {
        font-family:TitleFont;
        color:@blue-color;
        font-size:150%;
        margin-bottom:20px;
    }

    .list-file {
        p{
            font-family:BoldFont;
            letter-spacing:0.5px;
            padding:10px;
        }
        .blank{
            color:#999;
            text-align:center;
            font-style:italic;
            padding:20px;
        }
    }
}

.service-page {
    .service-menu {
        background: @yellow-color;
        padding: 20px;
        margin-bottom: 20px;

        li {
            margin-bottom: 20px;

            &:last-child {
                margin-bottom: 20px;
            }

            a {
                color: @blue-color;
                font-family: BoldFont;
                display: block;

                &:hover {
                    text-decoration: underline;
                }

                span {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                }
            }

            .active {
                text-decoration: underline;
            }

            h1 {
                font-family: BoldFont;
                text-transform: uppercase;
                font-size: 120%;
            }

            h2 {
                font-size: 100%;
            }
        }
    }

    .service-list {
        .list-item {
            margin-bottom: 20px;
        }
    }

    .service-other {
        h1 {
            position: relative;
            font-family: BoldFont;
            text-transform: uppercase;
            color: #333;
            font-size: 130%;
            margin-bottom: 30px;

            &:after {
                position: absolute;
                left: 0;
                bottom: -10px;
                content: '';
                display: inline-block;
                height: 3px;
                width: 50px;
                background-color: @main-color;
            }
        }

        h2 {
            font-family: ThinFont;
            font-size: 90%;
            color: #333;
        }

        .list-item {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: solid 1px #ccc;

            h2 {
                font-family: HeadFont;
                color: @blue-color;
                font-size: 100%;
            }

            &:last-child {
                border-bottom: none;
            }

            h3 {
                font-size: 85%;
                letter-spacing: 0.5px;
            }
        }
    }

    .main-program {
        margin: 80px 0;

        .item {
            -webkit-box-direction: reverse;
            display: -webkit-box;

            .form {
                -ms-flex-preferred-size: 50%;
                -webkit-flex-basis: 50%;
                flex-basis: 50%;
                max-width: 50%;
            }

            .img-box {
                .img {
                    display: block;
                    position: relative;
                    overflow: hidden;
                    width: 100%;

                    &:before {
                        content: "";
                        display: block;
                        padding-top: 60%;
                    }

                    img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        border: none;
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                        -webkit-transition: 0.6s;
                        -o-transition: 0.6s;
                        -moz-transition: 0.6s;
                        transition: 0.6s;
                        border-radius: 10px;
                    }
                }
            }


            .content {
                position: relative;
                text-align: right;

                .info {
                    width: 100%;
                    position: absolute;
                    padding-right: 20px;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);

                    h3 {
                        font-family: HightLightBoldFont;
                        font-size: 150%;
                        text-transform: uppercase;
                        margin-bottom: 10px;
                        position: relative;

                        a {
                            color: @head-color;

                            &:hover {
                                color: @main-color;
                            }
                        }

                        &:before {
                            content: '';
                            width: 30px;
                            height: 30px;
                            border-radius: 50%;
                            background: @main-color;
                            position: absolute;
                            top: 0;
                            right: -35px;
                        }
                    }

                    p {
                        font-family: ThinFont;
                        font-size: 105%;
                        color: #333;
                    }

                    .item-btn {
                        display: inline-block;
                        background: @sub-color;
                        color: #fff;
                        font-size: 85%;
                        padding: 0 40px 0px 20px;
                        position: relative;
                        border-radius: 20px;
                        line-height: 30px;
                        margin-top: 30px;

                        &:hover {
                            background: @main-color;
                            color:@sub-color;
                        }

                        span {
                            position: absolute;
                            top: 6px;
                            right: 5px;
                            line-height: 16px;
                            width: 16px;
                            text-align: center;
                            display: inline-block;
                            border-radius: 50%;
                            background: #fff;
                            color: @sub-color;
                            font-size: 80%
                        }
                    }
                }
            }

            &:nth-child(odd) {
                -webkit-box-direction: inherit !important;

                .content {
                    text-align: left;

                    .info {
                        padding-left: 20px;
                        padding-right: 0px;

                        h3 {
                            &:before {
                                left: -35px;
                            }
                        }
                    }
                }
            }
        }

        .right {
            -webkit-box-direction: inherit !important;

            .img-box {
                padding-right: 20px;
            }

            .content {
                .info {
                    padding-left: 20px;

                    h3 {
                        &:before {
                            left: -55px;
                        }
                    }
                }
            }
        }

        .left {
            .img-box {
                padding-left: 20px;
            }

            .content {
                .info {
                    padding-right: 20px;
                    text-align: right;
                    left: inherit;
                    right: 0;

                    h3 {
                        &:before {
                            right: -55px;
                        }
                    }
                }
            }
        }
    }
}

.blog-page {
    background: #fff;
    padding: 40px 0;

    .blog-list {
        .item {
            min-height: 100px;
            position: relative;
            display: grid;
            grid-template-columns: 35% 65%;
            align-items: stretch;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: solid 1px #ccc;

            &:last-child {
                margin-bottom: 0px;
                padding-bottom: 0px;
                border-bottom: none;
            }

            .content {
                margin-left: 20px;

                h3 {
                    font-family: TitleFont;
                    font-size: 120%;

                    a {
                        color: @head-color;

                        &:hover {
                            color: @main-color;
                        }
                    }
                }

                p {
                    font-family: ThinFont;
                    color: #333;
                }

                .group {
                    font-family: HightLightFont;
                    font-size: 90%;
                    letter-spacing: 1px;
                }
            }

            .btn {
                margin-top: 20px;

                a {
                    display: inline-block;
                    line-height: 25px;
                    padding: 0 20px;
                    border-radius: 25px;
                    background: @main-color;
                    color: @sub-color;
                    font-size: 85%;
                    font-family: ThinFont;

                    &:hover {
                        background: @head-color;
                        color:#fff;
                    }
                }
            }
        }
    }

    .blog-menu-list {
        li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 10px;

            a {
                font-family: BoldFont;
                text-transform: uppercase;
                font-size: 95%;
                color: #666;

                &:hover {
                    color: @green-color;
                }
            }

            .active {
                color: @darkgreen-color;
            }

            &:last-child {
                margin-bottom: 0px;
            }
        }

        li:before {
            content: '\e649';
            position: absolute;
            display: inline-block;
            font-family: metro !important;
            font-size: 14px;
            top: 0;
            left: 0px;
            color: #333;
        }
    }

    .bar {
        margin: 5px 0;
        padding: 5px;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        color: #999;

        p {
            display: inline-block;
            margin-right: 20px;
            font-size: 90%;
            color: #777;

            span {
                margin-right: 5px;
            }

            a {
                font-family: BoldFont;
                color: #666;
                font-size: 90%;

                &:hover {
                    color: #333;
                }
            }
        }
    }
}

.recent-post {
    .post {
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: 100px auto;
        grid-gap: 10px;
        align-items: flex-start;


        .img {
            display: inline-block;
            position: relative;
            overflow: hidden;

            &:before {
                content: "";
                display: block;
                padding-top: 80%;
            }

            img {
                position: absolute;
                top: 0;
                left: 0;
                border: none;
                height: 100%;
                width: auto;
            }
        }

        .content {
            h3 {
                font-family: TitleFont;
                font-size: 95%;

                a {
                    color: @blue-color;

                    &:hover {
                        color: @red-color;
                    }
                }
            }

            p {
                font-size: 80%;
                color: #666;
                font-family: ThinFont;
                margin-top:10px;

                b {
                    margin-right: 5px;

                    a {
                        color: #666;

                        &:hover {
                            color: #333;
                        }
                    }
                }

                span {
                    margin-right: 5px;
                }
            }
        }
    }
}

.page-banner {
	position: relative;

	.head-bg {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-attachment: local;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;

		/*&:after {
			position: absolute;
			z-index: 0;
			width: 100%;
			height: 100%;
			background: #000;
			opacity: 0.3;
			content: '';
		}*/
	}

	.page-banner-content {
		padding: 120px 20px 140px 20px;
		text-align: center;

		h1 {
			font-size: 200%;
			font-family: BoldFont;
			color: @main-color;
			text-transform: uppercase;
		}

		h2 {
			display: block;
			font-size: 120%;
			font-family: TitleFont;
			color: #fff;
			text-transform: none;
			margin-top: 10px;
			position: relative;

			/*&:after {
				position: absolute;
				left: 50%;
				bottom: -20px;
				-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
				content: '';
				display: inline-block;
				height: 3px;
				width: 50px;
				background-color: #fff;
			}*/
		}
	}
}

.page-menu {
	padding: 20px 0;
	font-size: 110%;

	li {
		display: inline-block;
		vertical-align: middle;
		color: #333;
		font-family: BoldFont;

		a {
			color: #666;

			&:hover {
				color: @yellow-color;
			}
		}
	}

	.page-menu span {
		display: inline-block;
		margin: 0px 5px;
		vertical-align: middle;
		color: #333;
	}
}

.about-list {
	.about-left {
		float: left;
		width: 48%;
	}

	.about-right {
		float: right;
		width: 48%;
	}

	.about-item {
		h4 {
			position: relative;
			font-family: BoldFont;
			text-transform: uppercase;
			color: #fff;
			font-size: 130%;
			margin-bottom: 40px;

			&:after {
				position: absolute;
				left: 0;
				bottom: -20px;
				content: '';
				display: inline-block;
				height: 3px;
				width: 50px;
				background-color: #fff;
			}
		}
	}
}

.why-list {    
    margin:40px 0;

    .why-list-item{
        margin:10px;
        text-align:center;
        color:#fff;
        letter-spacing:1px;

        span{
            display:inline-block;
            font-size:200%;
            background:@blue-color;
            color:#fff;
            width:50px;
            line-height:50px;
            text-align:center;
            border-radius:50%;
        }
        h4{
            font-family:HeadFont;
            font-size:130%;
            text-transform:uppercase;
            margin:20px 0;
        }
        p{
            color:#f2f2f2;
        }
    }
}

.list-item {
	.list-img {
		position: relative;
		overflow: hidden;
		display: inline-block;

		&:before {
			content: "";
			display: block;
			padding-top: 90%;
		}

		img {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			border: none;
			height: 100%;
			width: auto;
		}
	}
}

.list-content {
    margin-top: 5px;

    h2 {
        color: @main-color;
        font-size: 110%;
        font-family: BoldFont;

        a {
            color: @main-color;

            &:hover {
                color: @head-color;
            }
        }
    }

    h3 {
        font-size: 90%;
        color: #666;
        margin: 10px 0 20px 0;
    }

    .content-btn {
        a {
            display: inline-block;
            background: @blue-color;
            color: #fff;
            font-size: 95%;
            padding: 0 40px 0px 10px;
            position: relative;
            border-radius: 15px;
            line-height: 25px;
            margin-top: 20px;

            &:hover {
                background: #333;
            }

            span {
                position: absolute;
                top: 2px;
                right: 5px;
                width: 20px;
                line-height: 20px;
                text-align: center;
                border-radius: 50%;
                background: #fff301;
                color: #134392;
                font-size: 90%;
            }
        }
    }
}

.page-number {
    padding: 10px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;

    .left {
        float: left;

        p {
            font-family: TitleFont;
            font-size: 95%;
            display: inline-block;
            vertical-align: middle;
        }

        .btn {
            display: none;
            vertical-align: middle;
            margin-right: 10px;

            input, i {
                width: 30px !important;
                height: 30px !important;
            }

            i {
                width: 30px !important;
                line-height: 30px !important;

                span {
                    margin-right: 0px !important;
                }
            }
        }
    }

    .right {
        float: right;
    }

    ul {
        text-align: center;

        li {
            display: inline-block;
            margin: 0 5px;

            a {
                display: inline-block;
                text-align: center;
                line-height: 25px;
                width: 27px;
                font-size: 95%;
                font-family: ThinFont;
                color: #999;
                border: solid 1px #999;
                border-radius: 50%;

                &:hover {
                    background: @yellow-color;
                    color: @blue-color;
                    border: solid 1px @yellow-color;
                }
            }

            .active {
                background: @blue-color;
                color: #fff;
                border: solid 1px @blue-color;
            }
        }
    }
}

.content-detail {
    text-align: justify;

    .img {
        margin-bottom: 10px;

        img {
            width: 100%;
        }
    }

    .title {
        margin-bottom: 10px;
        font-family: TitleFont;
        color: @blue-color;
        font-size: 180%;
        letter-spacing: 1px;
    }

    .intro {
        font-size: 105%;
        margin-bottom: 20px;
        font-family: BoldFont;
        color: #333;
        margin: 10px 0;
    }

    table {
        width: 100%;
        border-collapse: collapse;

        tr {
            td {
                padding: 10px;

                p {
                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
}

.social-share-button {
    p {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }

    .btn-share {
        vertical-align: top;
        display: inline-block;
        margin: 5px;

        a {
            display: inline-block;
            width: 30px;
            line-height: 30px;
            font-size: 95%;
            color: #fff;
            border-radius: 50%;
            background: #ccc;

            &:hover {
                background: @blue-color;
                color: #fff;
            }
        }
    }
}
/* ------ Popup --------- */
.sale-popup {
    position: fixed !important;
    background: rgba(0, 0, 0, 0.5);
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;

    .popup-content {
        width: 60%;
        position: relative;

        .close-btn {
            height: 30px;
            position: absolute;
            top: 0;
            right: 0;
        }

        .sale-link {
            border: none;
            text-decoration: none;
            display:block;
            img {
                width: 100%;
            }
        }
    }
}
.panelPopup {
    position: fixed !important;
    background: rgba(0,0,0,0.5);
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;

    .popup-content {
        width: 80%;
        height: 400px;
        position: absolute;
        top: 50%;
        margin-top: -220px;
        left: 50%;
        margin-left: -40%;
        background: #fff;
        overflow-y: auto;

        .popup-title {
            background: #1ba1e2;
            color: #fff;
            font-size: 110%;
            padding: 5px 10px;
            line-height: 35px;
            margin: 0;

            .popup-cancel {
                position: absolute;
                color: #fff;
                font-size: 120%;
                top: 3px;
                right: 10px;
            }
        }

        .popup-inner {
            padding: 20px;

            .pop-title {
                text-align: center;
                font-size: 120%;

                p {
                    display: inline-block;
                }

                b {
                    font-family: BoldFont;
                    font-size: 150%;
                    color: #34a853;
                    margin-left: 5px;

                    i {
                        font-style: normal;
                        margin-left: 5px;
                        color: #666;
                        font-size: 70%;
                    }
                }
            }

            .confirm {
                padding: 20px;
                margin-bottom: 20px;
                text-align: center;

                p {
                    margin-bottom: 40px;
                    font-size: 250%;
                    color: red;
                }

                h2 {
                    font-size: 110%;
                    color: #666;
                }

                h3 {
                    font-family: BoldFont;
                    font-size: 150%;
                    color: #1ba1e2;
                    margin: 10px;
                }
            }

            .popup-btn-bar {
                text-align: right;
                padding: 8px 10px;
                margin: 10px 0;
                background: #ececec;

                .input-form {
                    display: inline-block;
                }
            }

            .notify-form {
                padding: 40px;
                text-align: center;

                span {
                    display: inline-block;
                    font-size: 300%;
                    margin-bottom: 20px;
                    color: @yellow-color;
                }

                p {
                    font-size: 110%;
                    line-height: 20px;
                    letter-spacing: 0.5px;
                    margin-bottom: 10px;
                }

                .button {
                    a {
                        display: inline-block;
                        line-height: 40px;
                        background: @blue-color;
                        padding: 0 40px;
                        border-radius: 5px;
                        color:#fff;
                        font-size:120%;
                        text-transform:uppercase;
                        &:hover{
                            background:@yellow-color;
                            color:@blue-color;
                        }
                    }
                }
            }
        }
    }
}

.loading-form {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.5);

    .form-content {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -55px;
        text-align: center;
        z-index: 100;

        span {
            font-size: 50px;
            color: @yellow-color;
            display: inline-block;
        }

        p {
            font-size: 14px;
            color: #fff;
            font-family: BoldFont;
        }
    }
}
/* ----------------------------------------*/
/* ----- Responsive -----*/
@media screen and (max-width:980px) {
    header {
        .top-head {
            .logo {
                a {
                    img {
                        height: 55px;
                    }
                }
            }

            .item {
                .social-icon {
                    margin-top: 10px;

                    .hot {
                        font-size: 120%;
                    }
                }
            }
        }

        .menu {
            .main {
                li {
                    a, span {
                        font-size: 90%;
                        padding: 0 10px;
                    }
                }
            }
        }
    }
    footer {
        .foot-bottom {
            .content {
                float: inherit !important;
                text-align: center;
            }

            .menu {
                margin-top:10px;
                float: inherit !important;
                text-align: center;
            }
        }
    }
}

@media screen and (max-width: 820px) {
    header {
        .top-head {
            .item {
                .social-icon {
                    b {
                        display: none;
                    }
                }
            }
        }

        .menu {
            .main {
                display: none;
            }

            .list-item {

                .social-icon {
                    display: inline-block;
                }
            }


            .sub {
                display: inline-block;
            }
        }
    }
    .banner {
       height:80%;

        .show-banner {
            display: none;
        }

        .sub-banner {
            display: block;
        }
    }
    .top-content {
        .sub-menu {
            display: inline-block !important;
        }

        .top-menu{
            display:none;
        }
    }
    .about-content {
        flex-direction:column;

        .row1 {
            width: 100% !important;
        }

        .row2 {
            width: 100% !important;

            img {
                display: none !important;
            }

            .youtube {
                iframe {
                    width: 100% !important;
                }
            }
        }
    }
    .product-page .product-list .product-item {
        width: 48%;
    }
    .service-page {
        .row-30-left {
            flex-direction: column;

            .row1, .row2 {
                width: 100% !important;
            }
        }

        .flex-row {
            display: block !important;
            margin-bottom: 20px !important;

            .form {
                max-width: 100% !important;
                position: relative !important;
                text-align: left !important;


                .info {
                    position: relative !important;
                    transform: none !important;
                    -webkit-transform: none !important;
                    padding-left: 20px !important;
                    padding-right: 0px !important;
                    margin-top: 20px !important;

                    h3 {
                        &:before {
                            width: 20px !important;
                            height: 20px !important;
                            left: -30px !important;
                            top: 5px !important;
                            right: inherit !important;
                        }
                    }
                }
            }
        }
    }
    .blog-list {
        .item {
            grid-template-columns: 100% !important;
            grid-gap:20px;
        }
    }

    .detail-content .content-img img {
        width: 100% !important;
    }
    .tbl-form
    {
        width:100% !important;
    }

    .view-head {
        .main-img{
            width:100% !important;
        }
    }
    .youtube iframe {
        height: 450px !important;
    }

    .grid {
        .row-30-left {
            display: block !important;

            .row1 {
                width: 100% !important;
                padding-right: 0px !important;
            }

            .row2 {
                width: 100% !important;
                margin-top: 60px;
            }
        }

        .row-30-right {
            display:block !important;
            .row1 {
            }

            .row2 {
            }
        }
    }

    .TabbedPanelsTabGroup {
        text-align:center;
        .TabbedPanelsTab {
            b {
                margin-right: 0;
            }

            span {
                display: none;
            }
        }
    }
    
}

@media screen and (max-width: 620px) {
    .service-list {
        .list-item {
            flex-direction: column;
            margin-bottom: 40px !important;

            .row1 {
                width: 100% !important;
            }

            .row2 {
                width: 100% !important;
                margin-top: 20px;

                .list-content {
                    padding: 0 !important;
                }
            }
        }
    }
    .product-page .product-list .product-item {
        width: 98%;
    }
    .service-list {

        .main-service-item {
            width: 98%;
        }
    }

    .product-page .product-tab ul {
        border-bottom: none;
    }
    .product-page .product-tab ul li {
        display: block;
        border-radius:5px !important;
    }
    .product-page .product-tab ul li:last-child {
        border-bottom: solid 1px @blue-color;
    }
    .product-detail {
        .product-content {
            flex-direction: column;

            .product-img , .detail-content {
                width: 100% !important;
            }
        }
    }

    .product-other {
        .product-item-img {
            width: 100% !important;
            display: block;
        }

        .product-item-content {
            display: block;
            width: 100% !important;
            margin: 0 !important;
            padding: 20px !important;
        }

        .item-btn {
            position: relative !important;
            width: 100% !important;
            height: 40px !important;
            top: inherit !important;
            right: inherit !important;
            padding-bottom: 0px !important;
        }
    }
    .youtube iframe {
        height: 300px !important;
    }
    footer {
        .foot-content {
            height: auto;
            font-size: 90%;

            .foot-right {
                position: relative;
                top: inherit;
                right: inherit;
                text-align: center;
                padding-top: 20px;
            }

            .foot-left {
                position: relative;
                top: inherit;
                left: inherit;
                text-align: center;
                padding-top: 100px;
            }
        }

        .foot-bottom {
            font-size: 90%;
        }
    }

    .sale-popup {
        .popup-content {
            width: 96%;
        }
    }
}