﻿/* main color: #354e5c blue*/
/* sendcon color: #ed7c40 gold */
/*#region ======== Font*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Oswald&family=Roboto&family=Roboto+Condensed');
/*#endregion*/

/*#region ======== General*/
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    body * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.content {
    position: relative;
    padding: 10px 0;
}

.description {
    max-width: 100%;
    margin: auto;
}

.clear {
    font-size: 0;
    line-height: 0;
    clear: both;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

    a:hover {
        text-decoration: underline;
    }

img {
    max-width: 100%;
}

    img.imgLazy {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-image: url('/App_Themes/Web/loading.gif');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto;
    }

    img.error {
        background-image: url('/App_Themes/Web/no_image.jpg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    img.loaded {
        background: transparent;
    }

.khungAnh {
    position: relative;
    z-index: 1;
}

    .khungAnh:before {
        content: "";
        display: block;
        padding-bottom: calc(9/16*100%);
    }

    .khungAnh .media_embed {
        width: 100%;
        height: 100%;
    }

    .khungAnh iframe {
        width: 100%;
        height: 100%;
    }

.slick-list .item a {
    outline: 0;
}

.khungAnhCrop, .khungAnhCrop1 {
    display: inline-block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .khungAnhCrop img, .khungAnhCrop1 img {
        width: 100%;
        height: 100%;
        z-index: 1;
        o-object-fit: cover;
        object-fit: cover;
        font-family: object-fit:cover;
    }

/*#region ======== Figure*/
figure {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

    figure::before {
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    figure:hover::before, .khungAnh:hover figure::before {
        -webkit-animation: shine 1s;
        animation: shine 1s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/*#endregion*/

.form .box {
    position: relative;
}

input, select, textarea {
    outline: 0;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
}

.btn_top {
    position: fixed;
    z-index: 9999999;
    bottom: 60px;
    right: 25px;
    cursor: pointer;
    opacity: .8;
    font-size: 42px;
    color: #c53622;
}

    .btn_top:hover {
        opacity: 1;
    }

.slick-list .item a {
    outline: 0;
}

.post_page {
    text-align: center;
}

    .post_page a {
        color: #c53622;
    }

        .post_page a:hover {
            color: #c53622;
        }

    .post_page span b {
        padding: 5px 7px;
        border: solid 1px #c53622;
        color: #c53622;
    }

.hidden {
    display: none;
}

.cPager {
    text-align: center;
    width: 100%;
    margin-top: 26px;
    background: transparent;
}

    .cPager div {
        display: inline-block;
        font-size: 0px;
        letter-spacing: 0;
        overflow: hidden;
    }

    .cPager a {
        display: inline-block;
        font-size: 14px;
        padding: 0 14px;
        margin: 0 2px;
        line-height: 34px;
        color: #3a302b;
        background: #eee;
        border-radius: 4px;
        position: relative;
    }

        .cPager a:hover {
            background: #ed7c40;
            color: #fff;
            text-decoration: none;
        }

    .cPager span b {
        display: inline-block;
        font-size: 14px;
        padding: 0 14px;
        margin: 0 2px;
        line-height: 34px;
        background: #3a302b;
        color: #fff;
        border-radius: 4px;
    }

.space_10px {
    height: 10px;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.space_20px {
    height: 20px;
    font-size: 0;
    overflow: hidden;
    clear: both;
}
/*#endregion*/

/*#region ======== Header Box*/
.headerBox {
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    transition: all linear 300ms;
}

    /*#region ======== Top Bar*/
    .headerBox .top {
        background: #000;
        padding: 9px 0;
        color: #fff;
    }

        .headerBox .top .topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            font-size: 12px;
        }

            .headerBox .top .topbar .contact {
                display: flex;
                flex: 1;
            }

                .headerBox .top .topbar .contact .item {
                    display: flex;
                    position: relative;
                    align-items: center;
                    padding-left: 16px;
                    padding-right: 15px;
                    cursor: pointer;
                }

                    .headerBox .top .topbar .contact .item:before {
                        content: '';
                        width: 0;
                        height: 100%;
                        left: 0;
                        position: absolute;
                        border-left: 1px solid #555;
                    }

                    .headerBox .top .topbar .contact .item a:link, .headerBox .top .topbar .contact .item a:visited {
                        color: #ccc;
                        transition: all linear 100ms;
                    }

                    .headerBox .top .topbar .contact .item a:hover {
                        color: #fff;
                        text-decoration: none;
                    }

                    .headerBox .top .topbar .contact .item .fa {
                        margin-right: 8px;
                        font-size: 16px;
                    }

                .headerBox .top .topbar .contact .phone .fa {
                    -webkit-animation: rotatePhone 1s infinite ease-in-out;
                    -moz-animation: rotatePhone 1s infinite ease-in-out;
                    animation: rotatePhone 1s infinite ease-in-out;
                }

            .headerBox .top .topbar .social {
                display: flex;
            }

                .headerBox .top .topbar .social .item {
                    display: flex;
                    position: relative;
                    align-items: center;
                    padding-left: 16px;
                    padding-right: 15px;
                    cursor: pointer;
                }

                    .headerBox .top .topbar .social .item:before {
                        content: '';
                        width: 0;
                        height: 100%;
                        right: 0;
                        position: absolute;
                        border-left: 1px solid #555;
                    }

                    .headerBox .top .topbar .social .item a:link, .headerBox .top .topbar .social .item a:visited {
                        color: #ccc;
                        transition: all linear 100ms;
                    }

                    .headerBox .top .topbar .social .item a:hover {
                        color: #fff;
                        text-decoration: none;
                    }

                    .headerBox .top .topbar .social .item .fa {
                        margin-right: 8px;
                        font-size: 14px;
                    }
    /*#endregion*/

    /*#region ======== Nav Bar*/
    .headerBox .nav {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        background: #fff;
    }

        .headerBox .nav .navbar {
            height: 40px;
            transition: all .2s ease;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .headerBox .nav .navbar .navMenu {
                flex: 1 0 0%;
            }

            .headerBox .nav .navbar .navRight {
                display: flex;
                justify-content: flex-end;
                align-items: center;
            }

            .headerBox .nav .navbar .menuMain {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: center;
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .headerBox .nav .navbar .menuMain li {
                    margin: 0 30px 0 0;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    position: relative;
                }

                    .headerBox .nav .navbar .menuMain li a {
                        font-size: 15px;
                        color: #000;
                        text-transform: capitalize;
                    }

                    .headerBox .nav .navbar .menuMain li .openSub {
                        width: 0;
                        height: 0;
                        margin-left: 6px;
                        border-left: 4px solid transparent;
                        border-right: 4px solid transparent;
                        border-top: 4px solid #999;
                    }

                    .headerBox .nav .navbar .menuMain li a:hover,
                    .headerBox .nav .navbar .menuMain li a.active,
                    .headerBox .nav .navbar li:hover a,
                    .headerBox .nav .navbar li.active a:first-child {
                        color: #ed7c40;
                        text-decoration: none;
                    }

                    .headerBox .nav .navbar .menuMain li:hover .subMenu {
                        transform: translateY(0);
                        opacity: 1;
                        pointer-events: auto;
                    }

                .headerBox .nav .navbar .menuMain .subMenu {
                    position: absolute;
                    z-index: 90;
                    background: #fff;
                    top: calc(100% + 0px);
                    width: 260px;
                    left: -50%;
                    transform: translateY(30px);
                    opacity: 0;
                    pointer-events: none;
                    transition: .3s;
                    padding: 20px 0 10px 0;
                    box-shadow: 0 30px 30px 0 rgb(29 10 81 / 10%);
                    border-radius: 0 0 8px 8px;
                }

                    .headerBox .nav .navbar .menuMain .subMenu li {
                        margin: 0;
                    }

                        .headerBox .nav .navbar .menuMain .subMenu li a {
                            font-size: 13px;
                            color: #3a302b;
                            display: flex;
                            flex-wrap: wrap;
                            align-items: center;
                            text-transform: capitalize;
                            padding: 8px 20px 8px 20px;
                        }

                            .headerBox .nav .navbar .menuMain .subMenu li a img {
                                width: 20px;
                                margin-right: 12px;
                            }

                        .headerBox .nav .navbar .menuMain .subMenu li:hover {
                            background: #f2f2f2;
                        }

                            .headerBox .nav .navbar .menuMain .subMenu li:hover a {
                                color: #ed7c40;
                                text-decoration: none;
                            }

        /*#endregion*/

        /*#region ======== Nav: Search Box*/
        .headerBox .nav .searchBox {
            margin-left: 16px;
            width: 140px;
            height: 36px;
            padding: 0 4px;
            background: #eaeaea;
            border-radius: 4px;
            display: flex;
            align-items: center;
            position: relative;
        }

            .headerBox .nav .searchBox input {
                height: 40px;
                line-height: 40px;
                padding: 0;
                border: none;
                padding: 0 5px;
                background: transparent !important;
                overflow: hidden;
                transition: .5s;
                -webkit-transition: .5s;
                border-radius: 4px 4px 0 0;
            }

            .headerBox .nav .searchBox .btnSearch {
                padding: 0 6px;
                color: #000;
            }
        /*#endregion*/

        /*#region ======== Nav: Cart Box*/
        .headerBox .nav .cartBox {
            margin-left: 16px;
            display: flex;
            align-items: center;
            position: relative;
            cursor: pointer;
        }

            .headerBox .nav .cartBox .fa {
                font-size: 20px;
            }

            .headerBox .nav .cartBox .cartCounter {
                color: #ccc;
                width: 26px;
                height: 26px;
                line-height: 26px;
                right: -34px;
                position: absolute;
                text-align: center;
                background: #3a302b;
                border-radius: 4px;
            }

                .headerBox .nav .cartBox .cartCounter:before {
                    content: "";
                    position: absolute;
                    left: -4px;
                    top: calc(50% - 4px);
                    width: 0;
                    height: 0;
                    border-bottom: 4px solid transparent;
                    border-top: 4px solid transparent;
                    border-right: 4px solid #3a302b;
                }

            .headerBox .nav .cartBox:hover .cartCounter,
            .headerBox .nav .cartBox:active .cartCounter {
                background: #ed7c40;
                color: #3a302b;
            }

                .headerBox .nav .cartBox:hover .cartCounter:before {
                    border-right-color: #ed7c40;
                }

            .headerBox .nav .cartBox .cartTemp {
                position: absolute;
                background: #fff;
                border-radius: 5px;
                top: calc(100% + 25px);
                left: -100px;
                border: 1px solid #3a302b;
                transform: translateY(-30px);
                opacity: 0;
                pointer-events: none;
                transition: .5s;
                color: #000;
                width: 250px;
                z-index: 400;
            }

                .headerBox .nav .cartBox .cartTemp:before {
                    content: '';
                    display: inline-block;
                    height: 0;
                    width: 0;
                    position: absolute;
                    top: -28px;
                    left: calc(50% - 14px);
                    z-index: 2;
                    border: 14px solid transparent;
                    border-right-color: #3a302b;
                    transition: all 300ms linear;
                    transform: rotate(90deg);
                }

                .headerBox .nav .cartBox .cartTemp:after {
                    content: '';
                    visibility: visible;
                    height: 30px;
                    width: 100%;
                    background: transparent;
                    z-index: 2;
                    position: absolute;
                    top: -30px;
                }

            .headerBox .nav .cartBox:hover .cartTemp {
                transform: translateY(0);
                opacity: 1;
                pointer-events: auto;
            }

            .headerBox .nav .cartBox .cartTemp .itemBox {
                border-bottom: solid 1px #eee;
                padding: 10px;
            }

                .headerBox .nav .cartBox .cartTemp .itemBox img {
                    float: left;
                    margin-right: 10px;
                    width: 50px;
                    height: 50px;
                }

            .headerBox .nav .cartBox .cartTemp .temp-buy {
                padding: 20px;
                background: #f2f2f2;
                box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
                border-radius: 0 0 5px 5px;
            }

                .headerBox .nav .cartBox .cartTemp .temp-buy p {
                    margin: 0 0 10px 0;
                    padding: 0;
                }

                .headerBox .nav .cartBox .cartTemp .temp-buy b {
                    color: #006274;
                    font-weight: bold;
                }

                .headerBox .nav .cartBox .cartTemp .temp-buy a {
                    display: block;
                    background: #006274;
                    text-align: center;
                    color: #fff;
                    padding: 10px 0;
                    border-radius: 2px;
                    position: relative;
                    box-shadow: 0 1px 2px rgba(0,0,0,.1);
                    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
                    transition: all .6s cubic-bezier(.165,.84,.44,1);
                }

                    .headerBox .nav .cartBox .cartTemp .temp-buy a:hover {
                        background: #C7982C;
                        text-decoration: none;
                    }
/*#endregion*/

/*#region ======== SVG Logo*/
.svgLogo {
    flex: 0 0 auto;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .svgLogo .svg-wrapper {
        width: 100px;
        height: 32px;
        margin: auto;
        background: transparent;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .svgLogo .svg-wrapper svg {
            width: 100px;
            height: 32px;
            position: absolute;
            overflow: visible;
        }

            .svgLogo .svg-wrapper svg .gPath {
                transform-origin: 0 32px;
                animation: gPathAnim 8s 1s infinite;
            }

                .svgLogo .svg-wrapper svg .gPath path {
                    fill: transparent;
                    stroke: #e2e2e2;
                    stroke-width: 1px;
                }

                .svgLogo .svg-wrapper svg .gPath .pCls1 {
                    animation: pPathAnim1 8s 1s infinite;
                }

                .svgLogo .svg-wrapper svg .gPath .pCls2 {
                    animation: pPathAnim2 8s 1s infinite;
                }

                .svgLogo .svg-wrapper svg .gPath .pCls3 {
                    stroke-miterlimit: 10;
                    stroke-dasharray: 250;
                    stroke-dashoffset: 250;
                    animation: pPathAnim3 8s 1s infinite;
                    animation-fill-mode: forwards;
                }

                .svgLogo .svg-wrapper svg .gPath .pCls4 {
                    animation: pPathAnim4 8s 1s infinite;
                }

                .svgLogo .svg-wrapper svg .gPath .pCls5 {
                    animation: pPathAnim5 8s 1s infinite;
                }

@keyframes gPathAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    5% {
        opacity: 0.5;
        transform: translateY(0);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pPathAnim5 {
    to {
        stroke: none;
    }

    0% {
        transform: rotate(360deg);
        fill: transparent;
    }

    10% {
        transform: rotate(0);
        fill: transparent;
    }

    15% {
        transform: rotate(-5deg) translateX(20px);
        fill: #ccc;
    }

    35% {
        transform: rotate(0) translateX(0);
        fill: #000;
    }

    100% {
        fill: #000;
    }
}

@keyframes pPathAnim4 {
    to {
        stroke: none;
    }

    0% {
        transform: rotate(360deg);
        fill: transparent;
    }

    5% {
        transform: rotate(360deg);
        fill: transparent;
    }

    10% {
        transform: rotate(0);
        fill: transparent;
    }

    15% {
        transform: rotate(5deg) translateX(20px);
        fill: #ccc;
    }

    35% {
        transform: rotate(0) translateX(0);
        fill: #000;
    }

    100% {
        fill: #000;
    }
}

@keyframes pPathAnim3 {
    from {
    }

    to {
        stroke: none;
    }

    10% {
        stroke: #000;
        fill: transparent;
    }

    30% {
        stroke-dashoffset: 0;
        fill: #000;
    }

    100% {
        fill: #000;
    }
}

@keyframes pPathAnim2 {
    to {
        stroke: none;
    }

    0% {
        transform: rotate(-360deg);
        fill: transparent;
    }

    5% {
        transform: rotate(-360deg);
        fill: transparent;
    }

    10% {
        transform: rotate(0);
        fill: transparent;
    }

    15% {
        transform: rotate(-10deg) translateX(-20px);
        fill: #ccc;
    }

    35% {
        transform: rotate(0) translateX(0);
        fill: #000;
    }

    100% {
        fill: #000;
    }
}

@keyframes pPathAnim1 {
    to {
        stroke: none;
    }

    0% {
        transform: rotate(-360deg);
        fill: transparent;
    }

    10% {
        transform: rotate(0);
        fill: transparent;
    }

    15% {
        transform: rotate(5deg) translateX(-20px);
        fill: #ccc;
    }

    35% {
        transform: rotate(0) translateX(0);
        fill: #000;
    }

    100% {
        fill: #000;
    }
}
/*#endregion*/

/*#endregion*/

/*#region ======== Slider Main*/
.slideMain {
    background: #fff;
    overflow: hidden;
    position: relative;
}

    .slideMain .khungAnh:before {
        padding-bottom: calc((485/1440)*100%);
    }

    .slideMain .slick-dots {
        display: table !important;
        margin: 0;
        padding: 0;
        font-size: 0;
        z-index: 3;
        position: absolute;
        text-align: center;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

        .slideMain .slick-dots li {
            display: inline-block;
            overflow: hidden;
        }

            .slideMain .slick-dots li button {
                outline: 0;
                text-align: left;
                color: inherit;
                margin: 0;
                padding: 0;
                font-size: 0;
                line-height: 0;
                width: 10px;
                height: 10px;
                margin: 7px;
                background: 0 0;
                border: 1px solid #fff;
                border-radius: 50%;
                cursor: pointer;
            }

            .slideMain .slick-dots li.slick-active button,
            .slideMain .slick-dots li:hover button {
                background-color: #fff;
                width: 16px;
                height: 16px;
                margin: 4px;
            }

    .slideMain .slick-arrow {
        position: absolute;
        z-index: 9;
        width: 36px;
        height: 36px;
        border: none;
        top: calc(50% - 10px);
        outline: 0;
        cursor: pointer;
        color: #070707;
        font-size: 28px;
        padding: 0;
        text-align: center;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 7px 10px 0 rgba(0,0,0,.2);
    }

        .slideMain .slick-arrow:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin-left: -2px;
            box-sizing: border-box;
            border-top: 2px solid #3a302b;
            border-left: 2px solid #3a302b;
            transform-origin: center;
            transform: translate(-50%,-50%) rotate(135deg);
        }

        .slideMain .slick-arrow:hover {
            background: #f2f2f2;
            color: #165DA7;
        }

        .slideMain .slick-arrow.slick-next {
            right: 16px;
            border-radius: 4px;
        }

        .slideMain .slick-arrow.slick-prev {
            left: 16px;
            border-radius: 4px;
        }

            .slideMain .slick-arrow.slick-prev:before {
                transform: translate(-50%,-50%) rotate(-45deg);
            }
/*#endregion*/

/*#region ======== Best Home*/
.bestHome {
    padding: 0;
    position: relative;
}

/*#region ======== The Best*/
.theBest {
    background: #3a4754;
}

    .theBest .groupItem {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

        .theBest .groupItem .bestItem {
            padding: 16px 0;
            display: flex;
            align-items: center;
        }

            .theBest .groupItem .bestItem .bfa {
                float: left;
                height: 60px;
                width: 60px;
                color: #ed7c40;
                border: solid 1px #f9f9f9;
                border-radius: 50%;
                text-align: center;
                margin-right: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 32px;
            }

    .theBest .bestItem .numberGrow {
        font-family: 'Oswald';
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
    }

    .theBest .bestItem .textGrow {
        color: #a4acb5;
        font-size: 15px;
        line-height: 1;
        margin-top: 10px;
        font-weight: normal;
        text-transform: capitalize;
    }
/*#endregion*/

/*#region ======== Content Best*/
.contentBest {
    padding: 80px 0;
    background: #eee;
    background-image: url(/App_Themes/Web/bg-cheo-2.png);
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

    .contentBest .bRow {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }

    .contentBest .bAbout {
        position: relative;
        padding-left: 90px;
        font-size: 20px;
        color: #999;
    }

        .contentBest .bAbout:before {
            content: "";
            width: 80px;
            height: 1px;
            background: #999;
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    .contentBest .bTitle {
        font-family: 'Oswald';
        font-size: 38px;
        line-height: 1;
        text-transform: uppercase;
        color: #000;
        padding: 20px 0 26px 0;
        margin: 0;
        letter-spacing: 0.05em;
    }

    .contentBest .bContent {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        color: #3a302b;
        font-weight: 100;
    }

    .contentBest p a:link, .bestHome .contentBest p a:visited {
        color: #3a302b;
    }

    .contentBest .mor {
        display: inline-block;
        margin-top: 8px;
        padding: 10px 72px 10px 36px;
        background: #fff;
        overflow: hidden;
        position: relative;
        transition: all 300ms linear;
        color: #3a4754;
        font-size: 15px;
        letter-spacing: 0.05em;
    }

        .contentBest .mor span {
            background: #3a4754;
            color: #fff;
            position: absolute;
            right: 0;
            top: 0;
            width: 30px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .contentBest .mor span:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 21px 41px 0;
                border-color: transparent #3a4754 transparent transparent;
                position: absolute;
                top: 0;
                right: 30px;
            }

        .contentBest .mor:hover {
            background: #3a4754;
            color: #fff;
            text-decoration: none;
            padding: 10px 36px 10px 72px;
        }

            .contentBest .mor:hover span {
                animation: 300ms forwards 0s btnMoreAnim;
            }

                .contentBest .mor:hover span:before {
                    left: 30px;
                    border-color: transparent transparent #fff transparent;
                }

    .contentBest .bRowRight {
        display: flex;
    }

        .contentBest .bRowRight .itemBox {
            flex: 0 0 calc((100% - 0px)/3);
            transition: all 500ms ease;
            overflow: hidden;
        }

            .contentBest .bRowRight .itemBox .actItem {
                display: block;
                height: 100%;
                width: 100%;
                background-size: cover;
                background-position: center center;
                position: relative;
                transition: all 300ms ease;
            }

                .contentBest .bRowRight .itemBox .actItem:before {
                    content: '';
                    display: block;
                    z-index: 10;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    transition: all 0.3s ease;
                    background: linear-gradient( 180deg, rgba(255,255,255,0) 50%, rgba(44,44,44,0.8) 100%);
                }

            .contentBest .bRowRight .itemBox svg {
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 15;
            }

                .contentBest .bRowRight .itemBox svg .shape {
                    fill: transparent;
                    z-index: 15;
                }

            .contentBest .bRowRight .itemBox:hover svg .shape {
                stroke: #ed7c40;
                stroke-width: 12px;
                stroke-miterlimit: 10;
                stroke-dasharray: 3200;
                stroke-dashoffset: 3200;
                animation: actItemAnim 2s 0s;
                animation-fill-mode: forwards;
            }

            .contentBest .bRowRight .itemBox .actDetail {
                position: absolute;
                z-index: 20;
                display: block;
                right: 20px;
                bottom: 40px;
                left: 20px;
            }

                .contentBest .bRowRight .itemBox .actDetail .atc1 {
                    line-height: 1;
                    color: #eee;
                    text-transform: capitalize;
                }

                .contentBest .bRowRight .itemBox .actDetail .atc2 {
                    font-family: 'Oswald';
                    font-size: 24px;
                    line-height: 32px;
                    color: #fff;
                    text-transform: uppercase;
                    margin: 10px 0 0 0;
                }

        .contentBest .bRowRight .active {
            flex: 0 0 60%;
        }

            .contentBest .bRowRight .active .actItem:before {
                background: linear-gradient( 180deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.9) 100%);
            }

            .contentBest .bRowRight .active .actDetail .atc1 {
                color: #444;
            }

            .contentBest .bRowRight .active .actDetail .atc2 {
                color: #000;
            }

        .contentBest .bRowRight .deactive {
            flex: 0 0 20%;
        }

@keyframes actItemAnim {
    from {
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes btnMoreAnim {
    from {
        left: 100%;
    }

    to {
        left: 0%;
        background: #fff;
        color: #3a4754;
    }
}

* {
}
/*#endregion*/
/*#endregion*/

/*#region ======== San Pham Home*/
.sanPhamHome {
    padding: 40px 0 0;
    position: relative;
    background: #f9f9f9;
}

    .sanPhamHome .sanphamTitleBg {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .sanPhamHome .sanphamTitleBg .title {
            font-family: 'Oswald';
            font-size: 26px;
            font-weight: normal;
            color: #3a302b;
            text-align: center;
            letter-spacing: 1px;
            position: relative;
            margin: 0;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

            .sanPhamHome .sanphamTitleBg .title:before {
                content: "";
                position: absolute;
                width: 80px;
                bottom: -18px;
                z-index: 1;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 5px #ed7c40;
                border-radius: 18px;
            }

            .sanPhamHome .sanphamTitleBg .title:after {
                content: "";
                position: absolute;
                width: 240px;
                bottom: -16px;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 1px #ccc;
            }

        .sanPhamHome .sanphamTitleBg .description {
            max-width: 800px;
            margin: auto;
            padding: 16px;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #3a302b;
        }

    .sanPhamHome .groupItem {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px;
    }

        .sanPhamHome .groupItem .itemBox {
            position: relative;
            transition: all .3s ease;
        }

            .sanPhamHome .groupItem .itemBox .khungAnh {
                position: relative;
            }

                .sanPhamHome .groupItem .itemBox .khungAnh:before {
                    padding-bottom: calc(4/6*100%);
                }

            .sanPhamHome .groupItem .itemBox .itemName {
                position: absolute;
                display: inline-block;
                bottom: 0;
                left: 0;
                z-index: 20;
                padding: 8px 72px 8px 18px;
                background: #fff;
                overflow: hidden;
                transition: all 300ms linear;
                color: #3a4754;
                font-size: 14px;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                opacity: 0.9;
            }

                .sanPhamHome .groupItem .itemBox .itemName span {
                    background: #3a4754;
                    color: #fff;
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 30px;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .sanPhamHome .groupItem .itemBox .itemName span:before {
                        content: "";
                        display: block;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 0 21px 41px 0;
                        border-color: transparent #3a4754 transparent transparent;
                        position: absolute;
                        top: 0;
                        right: 30px;
                    }

            .sanPhamHome .groupItem .itemBox .khungAnh:hover .itemName {
                background: #3a4754;
                color: #fff;
                text-decoration: none;
                padding: 8px 36px 8px 72px;
                right: 0;
            }

                .sanPhamHome .groupItem .itemBox .khungAnh:hover .itemName span {
                    animation: 300ms forwards 0s btnMoreAnim;
                }

                    .sanPhamHome .groupItem .itemBox .khungAnh:hover .itemName span:before {
                        left: 30px;
                        border-color: transparent transparent #fff transparent;
                    }

        .sanPhamHome .groupItem .right {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 16px;
        }

            .sanPhamHome .groupItem .right .khungAnh:before {
                padding-bottom: calc((368/2)/600*100%);
            }

    .sanPhamHome .groupCat {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 12px;
    }

        .sanPhamHome .groupCat .itemBox {
            padding: 16px;
            background: #fff;
            position: relative;
        }

            .sanPhamHome .groupCat .itemBox .khungAnh:before {
                padding-bottom: calc(100%);
            }

            .sanPhamHome .groupCat .itemBox .itemName {
                text-align: center;
                margin: 22px 0 0;
                color: #000;
                font-size: 16px;
                font-weight: normal;
            }

            .sanPhamHome .groupCat .itemBox:hover {
                color: #ed7c40;
                text-decoration: none;
                box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
            }

    .sanPhamHome .viewMore {
        text-align: center;
        margin: 40px auto 0;
    }

        .sanPhamHome .viewMore .mor {
            display: inline-block;
            margin-top: 8px;
            padding: 12px 72px 12px 36px;
            background: #3a4754;
            overflow: hidden;
            position: relative;
            transition: all 300ms linear;
            color: #fff;
            font-size: 15px;
            letter-spacing: 0.05em;
        }

            .sanPhamHome .viewMore .mor span {
                background: #fff;
                color: #3a4754;
                position: absolute;
                right: 0;
                top: 0;
                width: 30px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .sanPhamHome .viewMore .mor span:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 21px 42px 0;
                    border-color: transparent #fff transparent transparent;
                    position: absolute;
                    top: 0;
                    right: 30px;
                }

            .sanPhamHome .viewMore .mor:hover {
                background: #3a4754;
                color: #fff;
                text-decoration: none;
                padding: 12px 36px 12px 72px;
            }

                .sanPhamHome .viewMore .mor:hover span {
                    animation: 300ms forwards 0s btnMoreAnim;
                }

                    .sanPhamHome .viewMore .mor:hover span:before {
                        left: 30px;
                        border-color: transparent transparent #fff transparent;
                    }
/*#endregion*/

/*#region ======== DK Dai Ly*/
.daiLyDK {
    padding: 40px 0 40px;
    background: #f9f9f9;
    position: relative;
}

    /*.daiLyDK:before {
        content: '';
        bottom: -20px;
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        z-index: 2;
        position: absolute;
        transform: rotate(45deg);
        background: transparent;
        background: linear-gradient(135deg, transparent 50%, #f9f9f9 50%);
    }*/

    .daiLyDK .ourGroup {
        display: flex;
        flex-wrap: wrap;
    }

    .daiLyDK .fistGroup, .daiLyDK .secondGroup {
        position: relative;
        flex: 0 0 50%;
        max-width: 50%;
        background: transparent;
    }

    .daiLyDK .fistGroup {
        padding-right: 20px;
    }

    .daiLyDK .secondGroup {
        padding-left: 20px;
    }

    .daiLyDK .fistGroup * {
        position: relative;
        z-index: 2;
    }

    .daiLyDK .fistGroup .tilTop {
        color: #ed7c40;
        font-size: 16px;
        margin-bottom: 12px;
        display: block;
    }

    .daiLyDK .fistGroup .tilMid {
        color: #000;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
        display: block;
    }

    .daiLyDK .fistGroup .tilBot {
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding: 16px 32px;
        margin: 0 30px 0 0;
        background: #3a302b;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        overflow: hidden;
    }

        .daiLyDK .fistGroup .tilBot .ov1,
        .daiLyDK .fistGroup .tilBot .ov2,
        .daiLyDK .fistGroup .tilBot .ov3,
        .daiLyDK .fistGroup .tilBot .ov4 {
            transition: 500ms;
            position: absolute;
            z-index: 2;
        }

        .daiLyDK .fistGroup .tilBot .ov1 {
            left: 100%;
            top: 4px;
            width: 100%;
            height: 1px;
            border-bottom: solid 1px #fff;
        }

        .daiLyDK .fistGroup .tilBot .ov2 {
            top: 100%;
            right: 4px;
            height: 100%;
            width: 1px;
            border-left: solid 1px #fff;
        }

        .daiLyDK .fistGroup .tilBot .ov3 {
            right: 100%;
            bottom: 4px;
            width: 100%;
            height: 1px;
            border-top: solid 1px #fff;
        }

        .daiLyDK .fistGroup .tilBot .ov4 {
            left: 4px;
            bottom: 100%;
            height: 100%;
            width: 1px;
            border-right: solid 1px #fff;
        }

        .daiLyDK .fistGroup .tilBot:hover .ov1 {
            left: 0%;
        }

        .daiLyDK .fistGroup .tilBot:hover .ov2 {
            top: 0%;
        }

        .daiLyDK .fistGroup .tilBot:hover .ov3 {
            right: 0%;
        }

        .daiLyDK .fistGroup .tilBot:hover .ov4 {
            bottom: 0%;
        }

    .daiLyDK .fistGroup .tilBot2 {
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding: 16px 32px;
        margin: auto;
        background: #666;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        overflow: hidden;
    }

        .daiLyDK .fistGroup .tilBot2:hover {
            background: #3a302b;
        }

    .daiLyDK .secondGroup .groupItem {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

        .daiLyDK .secondGroup .groupItem .itemBox {
            position: relative;
        }

            .daiLyDK .secondGroup .groupItem .itemBox .itemTop {
                position: absolute;
                font-size: 120px;
                top: -40px;
                right: 0;
                color: #dcb526;
                font-weight: bold;
                background: #f9f9f9 url(/App_Themes/Web/bg-cheo-2.png) top center;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                letter-spacing: 2px;
                z-index: 1;
            }

            .daiLyDK .secondGroup .groupItem .itemBox .itemBot {
                font-size: 30px;
                color: #ed7c40;
                margin-bottom: 12px;
            }

            .daiLyDK .secondGroup .groupItem .itemBox .itemDetail {
                position: relative;
                z-index: 2;
            }

                .daiLyDK .secondGroup .groupItem .itemBox .itemDetail .itemTitle {
                    color: #000;
                    text-transform: uppercase;
                    font-size: 16px;
                }

                .daiLyDK .secondGroup .groupItem .itemBox .itemDetail .itemDescription {
                    margin-top: 12px;
                    color: #3a302b;
                    text-align: justify;
                    font-size: 14px;
                    line-height: 22px;
                    height: 135px;
                    overflow: hidden;
                }

    .daiLyDK .fistGroup img {
        margin-top: 20px;
    }
/*#endregion*/

/*#region ======== Dich Vu Home*/
.dichVuHome {
    padding: 40px 0;
    background: #eee;
    position: relative;
    overflow: hidden;
}

    .dichVuHome .dichvuTitleBg {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .dichVuHome .dichvuTitleBg .title {
            font-family: 'Oswald';
            font-size: 26px;
            font-weight: normal;
            color: #3a302b;
            text-align: center;
            letter-spacing: 1px;
            position: relative;
            margin: 0;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

            .dichVuHome .dichvuTitleBg .title:before {
                content: "";
                position: absolute;
                width: 80px;
                bottom: -18px;
                z-index: 1;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 5px #ed7c40;
                border-radius: 18px;
            }

            .dichVuHome .dichvuTitleBg .title:after {
                content: "";
                position: absolute;
                width: 240px;
                bottom: -16px;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 1px #ccc;
            }

        .dichVuHome .dichvuTitleBg .description {
            max-width: 800px;
            margin: auto;
            padding: 16px;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #3a302b;
        }

    .dichVuHome .groupItem {
        overflow: hidden;
    }

    .dichVuHome .slick-list {
        margin-right: -20px;
    }

    .dichVuHome .item {
        cursor: grab;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .dichVuHome .groupItem .itemBox {
        position: relative;
        transition: all .3s ease;
    }

        .dichVuHome .groupItem .itemBox .khungAnh:before {
            padding-bottom: calc(4/6*100%);
        }

        .dichVuHome .groupItem .itemBox .khungAnh img {
            transition: all 200ms linear;
        }

        .dichVuHome .groupItem .itemBox .itemDetail .itemTitle {
            font-size: 18px;
            line-height: 26px;
            color: #000;
            margin-top: 20px;
        }

        .dichVuHome .groupItem .itemBox .itemDetail .itemDescription {
            color: #666;
            margin-top: 12px;
        }

    .dichVuHome .slick-dots {
        display: table !important;
        margin: 28px auto;
        padding: 0;
        font-size: 0;
    }

        .dichVuHome .slick-dots li {
            float: left;
            height: 12px;
            overflow: hidden;
        }

            .dichVuHome .slick-dots li button {
                height: 12px;
                width: 12px;
                background-color: #d3d3d3;
                border-radius: 50%;
                margin: 0 3px;
                font-size: 0;
                border: none;
                padding: 0;
                cursor: pointer;
                outline: 0;
                vertical-align: top;
            }

            .dichVuHome .slick-dots li.slick-active button, .doiNgu .slick-dots li:hover button {
                background-color: #ed7c40;
            }

    .dichVuHome .slick-arrow {
        display: none !important;
    }
/*#endregion*/

/*#region ======== Tai Sao*/
.taiSao {
    background: #f9f9f9;
    background-size: cover;
    overflow: hidden;
}

    .taiSao .theWhy {
        position: relative;
        display: flex;
        align-items: center;
    }

    /*#region ======== Img Why*/
    .taiSao .imgWhy {
        flex: 0 0 calc(1/3*100%);
        max-width: calc(1/3*100%);
        padding-right: 40px;
    }
    /*#endregion*/

    /*#region ======== Content Why*/
    .taiSao .contentWhy {
        position: relative;
    }

    .taiSao .slogan {
        font-family: 'Dancing Script', cursive;
        font-weight: bold;
        font-size: 30px;
        position: relative;
        margin: 0 0 16px;
        color: #3a302b;
    }

    .taiSao .subslogan {
        font-family: 'Dancing Script', cursive;
        font-size: 20px;
        color: #ed7c40;
    }

    .taiSao .groupItem {
        margin: 30px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }

    .taiSao .itemBox {
        cursor: pointer;
        position: relative;
        transition: all .2s ease;
        display: flex;
    }

        .taiSao .itemBox .itemLeft {
            flex: 0 0 80px;
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .taiSao .itemBox .itemLeft:before {
                content: '';
                position: absolute;
                width: 76px;
                height: 76px;
                border-radius: 50%;
                border: dashed 2px #3a4754;
            }

            .taiSao .itemBox .itemLeft i {
                font-size: 36px;
                color: #ed7c40;
            }

        .taiSao .itemBox .itemDetail {
            flex: 1;
            margin-left: 20px;
        }

            .taiSao .itemBox .itemDetail .itemTitle {
                color: #3a4754;
                font-weight: bold;
                font-size: 16px;
                letter-spacing: 1px;
                text-transform: uppercase;
            }

            .taiSao .itemBox .itemDetail .itemDescription {
                margin-top: 6px;
                color: #666;
                text-align: justify;
                font-size: 14px;
                line-height: 20px;
                height: 55px;
                overflow: hidden;
            }

        .taiSao .itemBox:hover {
            border-color: #ed7c40;
        }

            .taiSao .itemBox:hover .itemLeft:before {
                animation: spin 15s infinite linear;
            }

/*#endregion*/
/*#endregion*/

/*#region ======== Popup DK Dai Ly*/
.popupDkDaiLy {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999;
    background: rgba(0, 0, 0, 0.60);
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    line-height: unset;
    justify-content: center;
}

    .popupDkDaiLy.active {
        display: flex;
    }

    .popupDkDaiLy .main {
        max-width: 500px;
        height: auto;
        margin: auto;
        padding: 30px;
        position: relative;
        background: #f9f9f9;
        border-radius: 10px;
        transition: all 300ms linear;
        border: solid 2px #fff;
    }

    .popupDkDaiLy .dialogClose {
        position: absolute;
        top: -2px;
        right: 30px;
        font-size: 30px;
        background: #dcb526;
        color: #000;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        vertical-align: middle;
        line-height: unset;
        justify-content: center;
        border-radius: 0 0 4px 4px;
    }

        .popupDkDaiLy .dialogClose:hover {
            background: #ececec;
            color: #ed7c40;
            text-decoration: none;
        }

    .popupDkDaiLy .title {
        color: #3a302b;
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: 1px;
        font-weight: normal;
        position: relative;
        text-transform: uppercase;
    }

        .popupDkDaiLy .title strong {
            color: #ed7c40;
        }

        .popupDkDaiLy .title:before {
            content: "";
            position: absolute;
            width: 80px;
            bottom: -16px;
            left: 50%;
            z-index: 1;
            transform: translateX(-50%);
            border-bottom: solid 4px #ed7c40;
        }

        .popupDkDaiLy .title:after {
            content: "";
            position: absolute;
            width: 240px;
            bottom: -16px;
            left: 50%;
            transform: translateX(-50%);
            border-bottom: solid 4px #ccc;
        }

    .popupDkDaiLy .form {
        width: 100%;
        margin-top: 12px;
    }

        .popupDkDaiLy .form .input {
            height: 40px;
            font-size: 14px;
            line-height: 40px;
            margin-bottom: 20px;
            background: #f1f1f1;
            border: none;
        }

            .popupDkDaiLy .form .input:hover,
            .popupDkDaiLy .form .input:active {
                background: #fff;
            }

    .popupDkDaiLy .btnSend {
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        width: 50%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        display: inline-block;
        background: #3a302b;
        border: none;
        cursor: pointer;
        border-radius: 20px;
    }

        .popupDkDaiLy .btnSend:hover, .popupDkDaiLy .btnSend:active {
            color: #000;
            background: #ed7c40;
        }
/*#endregion*/

/*#region ======== Slider Mid Home*/
.slideMidHome .khungAnh {
    position: relative;
}

    .slideMidHome .khungAnh:before {
        padding-bottom: calc((5/20)*100%);
    }

    .slideMidHome .khungAnh .content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px 0;
        z-index: 1;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
    }

.slideMidHome .slick-dots {
    display: none;
}
/*#endregion*/

/*#region ======== Doi Ngu*/
.doiNgu {
    padding: 40px 0 40px;
    background: #f9f9f9;
    overflow: hidden;
}

    .doiNgu .meberTitleBg {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .doiNgu .meberTitleBg .title {
            font-family: 'Oswald';
            font-size: 26px;
            font-weight: normal;
            color: #3a302b;
            text-align: center;
            letter-spacing: 1px;
            position: relative;
            margin: 0;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

            .doiNgu .meberTitleBg .title:before {
                content: "";
                position: absolute;
                width: 80px;
                bottom: -18px;
                z-index: 1;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 5px #ed7c40;
                border-radius: 18px;
            }

            .doiNgu .meberTitleBg .title:after {
                content: "";
                position: absolute;
                width: 240px;
                bottom: -16px;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 1px #ccc;
            }

        .doiNgu .meberTitleBg .description {
            max-width: 800px;
            margin: auto;
            padding: 16px;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #3a302b;
        }

    .doiNgu .groupItem {
        overflow: hidden;
        margin-top: 20px;
    }

    .doiNgu .slick-list {
        margin-top: 25px;
        margin-right: -30px;
    }

    .doiNgu .item {
        cursor: grab;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .doiNgu .groupItem .itemBox {
        padding: 20px;
        position: relative;
        background: #fff;
        transition: all .3s ease;
    }

        .doiNgu .groupItem .itemBox .khungAnh {
            width: 60%;
            overflow: hidden;
            border-radius: 50%;
            margin: 20px auto;
        }

            .doiNgu .groupItem .itemBox .khungAnh:before {
                padding-bottom: calc(100%);
            }

            .doiNgu .groupItem .itemBox .khungAnh img {
                transition: all 200ms linear;
            }

        .doiNgu .groupItem .itemBox:hover .khungAnh img {
            transform: scale(1.2);
        }

        .doiNgu .groupItem .itemBox .itemDetail {
            position: relative;
            overflow: hidden;
            text-align: center;
        }

            .doiNgu .groupItem .itemBox .itemDetail .itemTitle {
                color: #000;
                font-size: 20px;
                line-height: 28px;
                text-transform: uppercase;
            }

            .doiNgu .groupItem .itemBox .itemDetail .itemDescription {
                color: #ed7c40;
                font-size: 14px;
                line-height: 22px;
                margin: 4px 0 0;
                text-transform: capitalize;
            }

        .doiNgu .groupItem .itemBox .itemCotent {
            padding: 10px 0;
            height: 180px;
            color: #3a302b;
            overflow: hidden;
            line-height: 20px;
        }

        .doiNgu .groupItem .itemBox::before {
            content: '';
            width: calc(100% - 8px);
            height: calc(100% - 8px);
            position: absolute;
            top: 0px;
            left: 0px;
            border: solid 4px #000;
            opacity: 0;
        }

        .doiNgu .groupItem .itemBox:hover::before {
            opacity: 0.1;
            visibility: visible;
        }

    .doiNgu .viewMore {
        text-align: center;
        margin: 0 auto 0;
    }

        .doiNgu .viewMore .mor {
            display: inline-block;
            margin-top: 8px;
            padding: 12px 72px 12px 36px;
            background: #3a4754;
            overflow: hidden;
            position: relative;
            transition: all 300ms linear;
            color: #fff;
            font-size: 15px;
            letter-spacing: 0.05em;
        }

            .doiNgu .viewMore .mor span {
                background: #fff;
                color: #3a4754;
                position: absolute;
                right: 0;
                top: 0;
                width: 30px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .doiNgu .viewMore .mor span:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 21px 42px 0;
                    border-color: transparent #fff transparent transparent;
                    position: absolute;
                    top: 0;
                    right: 30px;
                }

            .doiNgu .viewMore .mor:hover {
                background: #3a4754;
                color: #fff;
                text-decoration: none;
                padding: 12px 36px 12px 72px;
            }

                .doiNgu .viewMore .mor:hover span {
                    animation: 300ms forwards 0s btnMoreAnim;
                }

                    .doiNgu .viewMore .mor:hover span:before {
                        left: 30px;
                        border-color: transparent transparent #fff transparent;
                    }

    .doiNgu .slick-dots {
        display: table !important;
        margin: 28px auto;
        padding: 0;
        font-size: 0;
    }

        .doiNgu .slick-dots li {
            float: left;
            height: 12px;
            overflow: hidden;
        }

            .doiNgu .slick-dots li button {
                height: 12px;
                width: 12px;
                background-color: #d3d3d3;
                border-radius: 50%;
                margin: 0 3px;
                font-size: 0;
                border: none;
                padding: 0;
                cursor: pointer;
                outline: 0;
                vertical-align: top;
            }

            .doiNgu .slick-dots li.slick-active button, .doiNgu .slick-dots li:hover button {
                background-color: #ed7c40;
            }

    .doiNgu .slick-arrow {
        display: none !important;
    }
/*#endregion*/

/*#region ======== Review*/
.review {
    background: url(/App_Themes/Web/img/review-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

    .review:before {
        content: '';
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        background: rgba(0, 0, 0, 0.75);
    }

    .review .groupItem {
        margin: 60px 0 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        position: relative;
        z-index: 2;
    }

        .review .groupItem .itemBox {
            position: relative;
        }

            .review .groupItem .itemBox:after {
                content: "";
                top: 0;
                left: 0;
                position: absolute;
                border-radius: 5px;
                width: calc(100% - 4px);
                height: calc(100% - 4px);
                border: solid 2px #ccc;
                transition: all 300ms linear;
            }

            .review .groupItem .itemBox .khungAnh {
                position: absolute;
                bottom: -55px;
                left: 50%;
                transform: translateX(-50%);
            }

                .review .groupItem .itemBox .khungAnh:before {
                    padding-bottom: 0;
                }

                .review .groupItem .itemBox .khungAnh .khungAnhCrop {
                    position: relative;
                    height: auto;
                }

                .review .groupItem .itemBox .khungAnh img {
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    margin: 0 auto;
                    border: solid 4px #fff;
                }

            .review .groupItem .itemBox .itemDescription {
                padding: 30px;
                position: relative;
                font-style: italic;
                line-height: 25px;
                text-align: justify;
                color: #fff;
            }

                .review .groupItem .itemBox .itemDescription .itemTitle {
                    margin: 10px 0 0;
                    text-align: center;
                    font-family: 'Dancing Script', cursive;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 22px;
                    font-weight: bold;
                    color: #ed7c40;
                    overflow: hidden;
                }

                .review .groupItem .itemBox .itemDescription .itemGrade {
                    margin: 0 0 40px;
                    font-size: 12px;
                    line-height: 22px;
                    color: #ccc;
                    text-align: center;
                    overflow: hidden;
                }

            .review .groupItem .itemBox:hover .itemDescription {
                border-radius: 5px;
            }

                .review .groupItem .itemBox:hover .itemDescription:before {
                    border-right-color: #3a302b;
                }

                .review .groupItem .itemBox:hover .itemDescription:after {
                    visibility: visible;
                }

    .review .reviewContact {
        margin-top: 100px;
        padding: 30px 0;
        background: #3a475490;
        color: #fff;
        z-index: 2;
        font-size: 18px;
        position: relative;
    }

        .review .reviewContact .container {
            position: relative;
        }

        .review .reviewContact .reviewtel {
            margin: 20px 0 0;
            font-family: 'Oswald';
            font-size: 26px;
        }

            .review .reviewContact .reviewtel .fa {
                -webkit-animation: rotatePhone 1s infinite ease-in-out;
                -moz-animation: rotatePhone 1s infinite ease-in-out;
                animation: rotatePhone 1s infinite ease-in-out;
            }

            .review .reviewContact .reviewtel .phone {
                color: #ed7c40;
                letter-spacing: 0.05em;
            }

        .review .reviewContact .revs {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            padding: 10px 72px 10px 36px;
            background: #fff;
            overflow: hidden;
            transition: all 300ms linear;
            color: #3a4754;
            font-size: 15px;
            letter-spacing: 0.05em;
        }

            .review .reviewContact .revs span {
                background: #ed7c40;
                color: #fff;
                position: absolute;
                right: 0;
                top: 0;
                width: 30px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .review .reviewContact .revs span:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 21px 41px 0;
                    border-color: transparent #ed7c40 transparent transparent;
                    position: absolute;
                    top: 0;
                    right: 30px;
                }

            .review .reviewContact .revs:hover {
                background: #ed7c40;
                color: #fff;
                text-decoration: none;
                padding: 10px 36px 10px 72px;
            }

                .review .reviewContact .revs:hover span {
                    animation: 300ms forwards 0s btnMoreAnim;
                }

                    .review .reviewContact .revs:hover span:before {
                        left: 30px;
                        border-color: transparent transparent #fff transparent;
                    }
/*#endregion*/

/*#region ======== Advertise End Home*/
.advEndHome {
    margin: 20px 0 40px;
}
/*#endregion*/

/*#region ======== Tin Tuc Home*/
.tinTucHome {
    padding: 20px 0 60px;
    overflow: hidden;
}

    .tinTucHome .newsTitleBg {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .tinTucHome .newsTitleBg .title {
            font-family: 'Oswald';
            font-size: 26px;
            font-weight: normal;
            color: #3a302b;
            text-align: center;
            letter-spacing: 1px;
            position: relative;
            margin: 0;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

            .tinTucHome .newsTitleBg .title:before {
                content: "";
                position: absolute;
                width: 80px;
                bottom: -18px;
                z-index: 1;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 5px #ed7c40;
                border-radius: 18px;
            }

            .tinTucHome .newsTitleBg .title:after {
                content: "";
                position: absolute;
                width: 240px;
                bottom: -16px;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 1px #ccc;
            }

        .tinTucHome .newsTitleBg .description {
            max-width: 800px;
            margin: auto;
            padding: 16px;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #3a302b;
        }

    .tinTucHome .rows {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    .tinTucHome .cols {
        position: relative;
        overflow: hidden;
        padding: 20px;
        background: #eee;
        background-image: url(/App_Themes/Web/bg-cheo-1.png);
        background-repeat: no-repeat;
        background-position: top right;
    }

        .tinTucHome .cols .bAbout {
            position: relative;
            padding-left: 90px;
            font-size: 18px;
            color: #999;
        }

            .tinTucHome .cols .bAbout:before {
                content: "";
                width: 80px;
                height: 1px;
                background: #999;
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }

        .tinTucHome .cols .title {
            overflow: hidden;
            position: relative;
            color: #000;
            font-family: 'Oswald';
            font-size: 22px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin: 4px 0 20px;
        }

        .tinTucHome .cols .groupItem {
            overflow: hidden;
        }

            .tinTucHome .cols .groupItem .itemBox {
                border-top: solid 0.5px #ccc;
                margin-top: 10px;
                padding-top: 10px;
                overflow: hidden;
            }

                .tinTucHome .cols .groupItem .itemBox .khungAnh {
                    display: none;
                    background: transparent;
                }

                    .tinTucHome .cols .groupItem .itemBox .khungAnh:before {
                        padding-bottom: calc(4/6*100%);
                    }

                .tinTucHome .cols .groupItem .itemBox .itemDetail {
                    overflow: hidden;
                    text-align: left;
                    position: relative;
                }

                    .tinTucHome .cols .groupItem .itemBox .itemDetail .fa {
                        margin-right: 10px;
                    }

                    .tinTucHome .cols .groupItem .itemBox .itemDetail a {
                        font-size: 14px;
                        line-height: 22px;
                        color: #3a302b;
                    }

                        .tinTucHome .cols .groupItem .itemBox .itemDetail a:hover {
                            color: #ed7c40;
                        }

                .tinTucHome .cols .groupItem .itemBox:first-child {
                    border: none;
                    margin-top: 0;
                    padding-top: 0;
                }

                    .tinTucHome .cols .groupItem .itemBox:first-child .khungAnh {
                        display: block;
                    }

                    .tinTucHome .cols .groupItem .itemBox:first-child .itemDetail {
                        text-align: justify;
                        position: relative;
                        padding-top: 10px;
                        height: 58px;
                        max-height: unset;
                    }

                        .tinTucHome .cols .groupItem .itemBox:first-child .itemDetail .fa {
                            display: none;
                        }

                        .tinTucHome .cols .groupItem .itemBox:first-child .itemDetail a {
                            font-size: 18px;
                            line-height: 24px;
                            color: #3a302b;
                        }

    .tinTucHome .khungAnh .btnPlay {
        width: 80px;
        height: 80px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        position: absolute;
        z-index: 5;
    }

        .tinTucHome .khungAnh .btnPlay .icon {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            position: absolute;
            z-index: 5;
            height: 57px;
            width: 57px;
            z-index: 6;
            display: block;
            background: rgba(0,0,0,.4) url(/App_Themes/Web/videoIcon.png) no-repeat left 20px center;
            background-size: 24px auto;
            border-radius: 50%;
        }

        .tinTucHome .khungAnh .btnPlay .border {
            height: 80px;
            width: 80px;
            display: block;
            border: 1px solid #fff;
            -webkit-animation: roundScale 1.6s linear infinite;
            -moz-animation: roundScale 1.6s linear infinite;
            animation: roundScale 1.6s linear infinite;
            border-radius: 50%;
        }

    .tinTucHome .viewMore {
        text-align: center;
        margin: 40px auto 0;
    }

        .tinTucHome .viewMore .mor {
            display: inline-block;
            margin-top: 8px;
            padding: 8px 72px 8px 36px;
            background: #3a4754;
            overflow: hidden;
            position: relative;
            transition: all 300ms linear;
            color: #fff;
            font-size: 15px;
            letter-spacing: 0.05em;
        }

            .tinTucHome .viewMore .mor span {
                background: #fff;
                color: #3a4754;
                position: absolute;
                right: 0;
                top: 0;
                width: 30px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .tinTucHome .viewMore .mor span:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 21px 42px 0;
                    border-color: transparent #fff transparent transparent;
                    position: absolute;
                    top: 0;
                    right: 30px;
                }

            .tinTucHome .viewMore .mor:hover {
                background: #3a4754;
                color: #fff;
                text-decoration: none;
                padding: 8px 36px 8px 72px;
            }

                .tinTucHome .viewMore .mor:hover span {
                    animation: 300ms forwards 0s btnMoreAnim;
                }

                    .tinTucHome .viewMore .mor:hover span:before {
                        left: 30px;
                        border-color: transparent transparent #fff transparent;
                    }
/*#endregion*/

/*#region ======== Thu Vien Home*/
.thuVienHome {
    width: calc(100% - 1060/1600*100% - 20px);
    float: left;
}

    .thuVienHome .header {
        border-bottom: 1px solid #e2e2e2;
        position: relative;
        list-style: none;
    }

        .thuVienHome .header .title {
            margin: 0;
        }

            .thuVienHome .header .title a {
                font-size: 24px;
                text-transform: uppercase;
                display: inline-block;
                position: relative;
                padding-bottom: 10px;
                color: #3a302b;
            }

                .thuVienHome .header .title a:before {
                    content: '';
                    width: 100%;
                    height: 1px;
                    left: 0;
                    bottom: -1px;
                    position: absolute;
                    background-color: #3a302b;
                }

                .thuVienHome .header .title a:hover {
                    color: #ed7c40;
                    text-decoration: none;
                }

                    .thuVienHome .header .title a:hover:before {
                        background-color: #ed7c40;
                    }

    .thuVienHome .content {
        background-color: #f4f4f4;
        padding: 0 0 3px;
        margin-top: 20px;
        overflow: hidden;
    }

        .thuVienHome .content .itemBox {
            cursor: grab;
        }

    .thuVienHome .khungAnh .btnPlay {
        width: 80px;
        height: 80px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        position: absolute;
        z-index: 5;
    }

        .thuVienHome .khungAnh .btnPlay .icon {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            position: absolute;
            z-index: 5;
            height: 57px;
            width: 57px;
            z-index: 6;
            display: block;
            background: rgba(0, 0, 0, 0.40) url(/App_Themes/Web/videoIcon.png) no-repeat left 20px center;
            background-size: 24px auto;
            border-radius: 50%;
        }

        .thuVienHome .khungAnh .btnPlay .border {
            height: 80px;
            width: 80px;
            display: block;
            border: 1px solid #fff;
            -webkit-animation: roundScale 1.6s linear infinite;
            -moz-animation: roundScale 1.6s linear infinite;
            animation: roundScale 1.6s linear infinite;
            border-radius: 50%;
        }

    .thuVienHome .itemTitle {
        height: 45px;
        line-height: 0;
        overflow: hidden;
        margin-top: 15px;
        padding: 0 20px;
    }

        .thuVienHome .itemTitle a {
            font-size: 14px;
            line-height: 24px;
            font-weight: bold;
            color: #3a302b;
        }

            .thuVienHome .itemTitle a:hover {
                color: #ed7c40;
            }

    .thuVienHome .link {
        margin: 11px 0 0;
        padding: 0 20px;
        list-style: none;
    }

        .thuVienHome .link li {
            border-top: 1px solid #e4e4e4;
            float: left;
            width: 100%;
            padding: 16px 0;
        }

        .thuVienHome .link a {
            font-size: 16px;
            line-height: 26px;
            color: #3a302b;
            text-transform: uppercase;
            letter-spacing: .025em;
            transition: all .3s linear;
        }

            .thuVienHome .link a img {
                float: left;
                margin-right: 10px;
            }

            .thuVienHome .link a span {
                margin-left: 10px;
                color: #3a302b;
            }

            .thuVienHome .link a:hover, .thuVienHome .link a:hover span {
                color: #ed7c40;
                text-decoration: none;
                letter-spacing: .075em;
            }

    .thuVienHome .item {
        padding: 0 5px;
    }

    .thuVienHome .slick-list {
        margin: 0 -5px;
    }

    .thuVienHome .slick-dots {
        display: none !important;
    }

    .thuVienHome .slick-arrow {
        position: absolute;
        z-index: 9;
        width: 36px;
        height: 36px;
        border: none;
        top: calc(50% - 50px);
        outline: 0;
        cursor: pointer;
        color: #070707;
        font-size: 28px;
        padding: 0;
        text-align: center;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 7px 10px 0 rgba(0,0,0,.2);
    }

        .thuVienHome .slick-arrow:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin-left: -2px;
            box-sizing: border-box;
            border-top: 2px solid #3a302b;
            border-left: 2px solid #3a302b;
            transform-origin: center;
            transform: translate(-50%,-50%) rotate(135deg);
        }

        .thuVienHome .slick-arrow:hover {
            background: #f2f2f2;
            color: #165DA7;
        }

        .thuVienHome .slick-arrow.slick-next {
            right: 0;
            border-radius: 4px 0 0 4px;
        }

        .thuVienHome .slick-arrow.slick-prev {
            left: 0;
            border-radius: 0 4px 4px 0;
        }

            .thuVienHome .slick-arrow.slick-prev:before {
                transform: translate(-50%,-50%) rotate(-45deg);
            }

/*#endregion*/

/*#region ======== Doi Tac*/
.doiTac {
    padding: 40px 0;
    background: #eee;
    background-image: url(/App_Themes/Web/bg-cheo-2.png);
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

    .doiTac .bRow {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }

    .doiTac .bAbout {
        position: relative;
        padding-left: 90px;
        font-size: 20px;
        color: #999;
    }

        .doiTac .bAbout:before {
            content: "";
            width: 80px;
            height: 1px;
            background: #999;
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    .doiTac .bTitle {
        font-family: 'Oswald';
        font-size: 38px;
        line-height: 1;
        text-transform: uppercase;
        color: #000;
        padding: 20px 0 26px 0;
        margin: 0;
        letter-spacing: 0.05em;
    }

    .doiTac .bContent {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        color: #3a302b;
        font-weight: 100;
    }

    .doiTac .groupItem {
        overflow: hidden;
        position: relative;
    }

    .doiTac .slick-list {
        margin: 0 -30px;
        cursor: grab;
    }

    .doiTac .itemBox {
        margin: 15px;
        padding: 15px;
    }

    .doiTac .khungAnh {
    }

        .doiTac .khungAnh:before {
            padding-bottom: calc(4/6*100%);
        }

    .doiTac img {
        object-fit: scale-down;
        transition: all 300ms linear;
    }

        .doiTac img:hover {
        }

    .doiTac .slick-dots {
        position: absolute;
        padding: 0;
        font-size: 0;
        top: 0;
        right: 30px;
    }

        .doiTac .slick-dots li {
            float: left;
            height: 14px;
            overflow: hidden;
        }

            .doiTac .slick-dots li button {
                height: 14px;
                width: 4px;
                background-color: #d3d3d3;
                margin: 0 3px;
                font-size: 0;
                border: none;
                padding: 0;
                cursor: pointer;
                outline: 0;
                vertical-align: top;
            }

            .doiTac .slick-dots li.slick-active button, .doiNgu .slick-dots li:hover button {
                background-color: #ed7c40;
            }

    .doiTac .slick-arrow {
        position: absolute;
        z-index: 9;
        width: 16px;
        height: 16px;
        border: none;
        top: 0;
        outline: 0;
        cursor: pointer;
        padding: 0;
        background: transparent;
    }

        .doiTac .slick-arrow:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin-left: -2px;
            box-sizing: border-box;
            border-top: 2px solid #3a302b;
            border-left: 2px solid #3a302b;
            transform-origin: center;
            transform: translate(-50%,-50%) rotate(135deg);
        }

        .doiTac .slick-arrow:hover:before {
            border-color: #ed7c40;
        }

        .doiTac .slick-arrow.slick-next {
            right: 0;
        }

        .doiTac .slick-arrow.slick-prev {
            right: 65px;
        }

            .doiTac .slick-arrow.slick-prev:before {
                transform: translate(-50%,-50%) rotate(-45deg);
            }
/*#endregion*/

/*#region ======== Footer Box*/
.footerBox {
    background: transparent;
    background-size: cover;
    background-position: center;
}

.footerG {
    padding-top: 40px;
    background: #3a4754;
}

.footerBox .top {
    position: relative;
    clear: both;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

    .footerBox .top .newLetterBox {
        flex: 1;
    }

        /*#region ======== SVG*/
        .footerBox .top .newLetterBox .svgLogoB {
            margin-bottom: 20px;
        }

            .footerBox .top .newLetterBox .svgLogoB .svg-wrapper {
                width: 100%;
                height: 60px;
                background: transparent;
                position: relative;
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }

                .footerBox .top .newLetterBox .svgLogoB .svg-wrapper svg {
                    width: auto;
                    height: 60px;
                    position: absolute;
                    animation: gPathAnim 4s 1s infinite;
                }

                    .footerBox .top .newLetterBox .svgLogoB .svg-wrapper svg .top path {
                        fill: transparent;
                        stroke: #fff;
                        stroke-width: 2px;
                        stroke-miterlimit: 10;
                        stroke-dasharray: 3200;
                        stroke-dashoffset: 3200;
                        animation: topLogo 4s 1s infinite;
                        animation-fill-mode: forwards;
                    }

                    .footerBox .top .newLetterBox .svgLogoB .svg-wrapper svg .bottom path {
                        stroke: none;
                        fill: #fff;
                    }

@keyframes topLogo {
    from {
    }

    to {
        stroke-dashoffset: 0;
        stroke: none;
    }

    10% {
        stroke: #fff;
    }

    25% {
        fill: transparent;
    }

    100% {
        fill: #fff;
    }
}
/*#endregion*/

.footerBox .top .newLetterBox h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
    padding: 0 0 8px 0;
    position: relative;
}

    .footerBox .top .newLetterBox h4:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 2px;
        background: #ccc;
        z-index: 1;
    }

.footerBox .top .newLetterBox ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

    .footerBox .top .newLetterBox ul li {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding: 0 0 4px 8px;
        position: relative;
    }

        .footerBox .top .newLetterBox ul li:before {
            content: '';
            width: 3px;
            height: 3px;
            background-color: #ccc;
            position: absolute;
            left: 0;
            top: 9px;
        }

        .footerBox .top .newLetterBox ul li a:link, .footerBox .top .newLetterBox ul li a:visited {
            color: #ccc;
        }

.footerBox .top .newLetterBox .schemaHTML {
    margin: 10px 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
}

    .footerBox .top .newLetterBox .schemaHTML a {
        color: #fff;
        font-size: 13px;
    }

        .footerBox .top .newLetterBox .schemaHTML a:hover {
            color: #ed7c40;
            text-decoration: none;
        }

.footerBox .top .newLetterBox #csdreviewValue,
.footerBox .top .newLetterBox #bestRating,
.footerBox .top .newLetterBox #csdreviewCount {
    display: none;
}

.footerBox .top .newLetterBox #csdratingpercent {
    display: block;
    width: 65px;
    height: 13px;
    background: url(/App_Themes/Web/star-rating-sprite.png) 0 0;
}

.footerBox .top .footerMenuBox {
    position: relative;
    flex: 0 0 200px;
    margin: 0 40px;
}

    .footerBox .top .footerMenuBox h4 {
        font-family: 'Oswald';
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0 0 8px 0;
        position: relative;
        letter-spacing: 0.1em;
    }

    .footerBox .top .footerMenuBox ul {
        margin: 10px 0 0 0;
        padding: 0;
        list-style: none;
    }

        .footerBox .top .footerMenuBox ul li {
            padding-bottom: 6px;
        }

            .footerBox .top .footerMenuBox ul li a {
                color: #ccc;
                line-height: 22px;
            }

.footerBox .top .footerOther {
    position: relative;
}

    .footerBox .top .footerOther h4 {
        font-family: 'Oswald';
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0 0 8px 0;
        position: relative;
        letter-spacing: 0.1em;
    }

    .footerBox .top .footerOther .counter {
        position: relative;
    }

        .footerBox .top .footerOther .counter .groupItem {
            position: relative;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 10px;
            margin: 10px 0;
            color: #ccc;
        }

            .footerBox .top .footerOther .counter .groupItem .itemBox {
                font-size: 12px;
                color: #ccc;
            }

    .footerBox .top .footerOther .facebookP {
        overflow: hidden;
        border: solid 3px #fff;
    }

        .footerBox .top .footerOther .facebookP .fb-page {
            background: #fff;
            height: 100%;
        }

.footerBox .bot {
    width: 1024px;
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
    color: #ccc;
    line-height: 22px;
}
/*#endregion*/

/*#region ======== Action Footer*/
.actionFooter {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 9999;
    display: flex;
    align-items: stretch;
    align-content: space-between;
    transition: all linear 300ms;
}

    .actionFooter .telBox {
        display: flex;
        align-items: stretch;
        align-content: space-between;
        background: #ed7c40;
        border-radius: 4px;
    }

        .actionFooter .telBox .phone {
            margin: 0 10px;
            color: #fff;
            font-size: 20px;
            line-height: 36px;
        }

            .actionFooter .telBox .phone i {
                -webkit-animation: rotatePhone 1s infinite ease-in-out;
                -moz-animation: rotatePhone 1s infinite ease-in-out;
                animation: rotatePhone 1s infinite ease-in-out;
            }

        .actionFooter .telBox .numberPhone {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            margin-right: 10px;
            line-height: 36px;
            letter-spacing: 0.5px;
        }

    .actionFooter .btnTop {
        display: block;
        cursor: pointer;
        opacity: .8;
        margin-left: 14px;
        font-size: 20px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 4px;
        color: #fff;
        background: #333;
    }

        .actionFooter .btnTop:hover {
            opacity: 1;
        }
/*#endregion*/

/*#region ======== Banner Box in Page*/
.bannerBox {
    overflow: hidden;
    display: block;
    position: relative;
}

    .bannerBox .khungAnh:before {
        padding-bottom: 250px;
    }

    .bannerBox .sportLight {
        position: absolute;
        color: #fff;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

        .bannerBox .sportLight::before {
            width: 350px;
            height: 350px;
            content: "";
            position: absolute;
            transform: rotate(45deg);
            left: -130px;
            top: -100px;
            z-index: 2;
            background: rgba(255, 255, 255, 0.55);
            border-right: solid 300px rgba(255, 255, 255, 0);
            border-top: solid 300px rgba(255, 255, 255, 0);
        }

        .bannerBox .sportLight::after {
            width: 400px;
            height: 400px;
            content: "";
            position: absolute;
            transform: rotate(45deg);
            left: -130px;
            top: -125px;
            z-index: 2;
            visibility: visible;
            background: rgba(255, 255, 255, 0.35);
            border-right: solid 300px rgba(255, 255, 255, 0);
            border-top: solid 300px rgba(255, 255, 255, 0);
        }

        .bannerBox .sportLight .container {
            position: absolute;
            top: 55%;
            left: 0;
            right: 0;
            z-index: 5;
            color: #000;
        }

        .bannerBox .sportLight h6 {
            font-size: 20px;
            letter-spacing: 2px;
            margin: 0;
            text-transform: uppercase;
            text-shadow: 2px 2px 4px #fff !important;
        }

        .bannerBox .sportLight p {
            font-size: 16px;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-shadow: 2px 2px 4px #fff !important;
        }

/*#endregion*/

/*#region ======== BreadCrumbBox*/
.breadCrumbBox {
    padding: 32px 0;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .breadCrumbBox ol {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .breadCrumbBox ol li {
            display: inline-block;
            position: relative;
            margin: 0 13px;
        }

            .breadCrumbBox ol li:after {
                content: "";
                position: absolute;
                top: 50%;
                right: -20px;
                width: 6px;
                height: 6px;
                box-sizing: border-box;
                border-top: 2px solid #ccc;
                border-left: 2px solid #ccc;
                transform-origin: center;
                transform: translate(-50%,-50%) rotate( 135deg);
            }

            /*.breadCrumbBox ol li:first-child:before {
                content: "\f015";
                margin-right: 4px;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }*/

            .breadCrumbBox ol li:last-child:after {
                display: none;
            }

            .breadCrumbBox ol li a {
                font-size: 12px;
                color: #3a302b;
                text-decoration: none;
            }

                .breadCrumbBox ol li a:hover {
                    color: #ed7c40;
                }

            .breadCrumbBox ol li:last-child a {
                font-weight: bold;
            }

    .breadCrumbBox .title {
        font-size: 32px;
        font-weight: normal;
        color: #222;
        margin: 15px 0 0;
        text-transform: capitalize;
    }
/*#endregion*/

/*#region ======== Page ALl*/
.masterPage {
    display: flow-root;
    padding: 0;
}

    .masterPage .container {
        display: flow-root;
    }

.pageMain {
    width: calc(100% - 360px);
    float: left;
}

    .pageMain .header {
        border-bottom: 2px solid #e2e2e2;
        position: relative;
    }

        .pageMain .header .title {
            font-size: 16px;
            line-height: 30px;
            font-weight: bold;
            text-transform: uppercase;
            display: inline-block;
            position: relative;
            margin: 0;
            padding-bottom: 4px;
            color: #165DA7;
        }

            .pageMain .header .title:before {
                content: '';
                width: 100%;
                left: 0;
                bottom: -2px;
                position: absolute;
                border-bottom: 2px solid #ed7c40;
            }

            .pageMain .header .title:hover {
                color: #ed7c40;
                text-decoration: none;
            }

                .pageMain .header .title:hover:before {
                    border-color: #ed7c40;
                }

.sideBar {
    width: 320px;
    float: right;
}

    .sideBar .sideBarCont {
        position: relative;
    }

        .sideBar .sideBarCont .sideBarItem {
            margin-bottom: 20px;
        }

    .sideBar .header {
        border-bottom: 1px solid #e2e2e2;
        position: relative;
        list-style: none;
    }

        .sideBar .header .title {
            margin: 0;
        }

            .sideBar .header .title a {
                font-size: 22px;
                line-height: 30px;
                text-transform: uppercase;
                display: inline-block;
                position: relative;
                padding-bottom: 10px;
                color: #000;
            }

                .sideBar .header .title a:before {
                    content: '';
                    width: 100%;
                    height: 2px;
                    left: 0;
                    bottom: -1px;
                    position: absolute;
                    background-color: #000;
                }

                .sideBar .header .title a:hover {
                    text-decoration: none;
                }

    .sideBar .title a:hover:before {
        background-color: #ed7c40;
    }

/*#region ======== News Right*/
.newsRightItem {
    margin-top: 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

    .newsRightItem .itemBox {
        position: relative;
        display: flex;
        align-items: flex-start;
    }

        .newsRightItem .itemBox .khungAnh {
            flex: 0 0 calc(40% - 5px);
            max-width: calc(40% - 5px);
            margin-right: 5px;
        }

            .newsRightItem .itemBox .khungAnh:before {
                padding-bottom: calc(2/3*100%);
            }

        .newsRightItem .itemBox .itemDetail {
            flex: 0 0 calc(60% - 5px);
            max-width: calc(60% - 5px);
            margin-left: 5px;
        }

            .newsRightItem .itemBox .itemDetail .itemTitle {
                display: block;
                max-height: 58px;
                font-size: 12px;
                font-weight: bold;
                line-height: 18px;
                overflow: hidden;
                text-align: left;
                color: #3a302b;
            }

            .newsRightItem .itemBox .itemDetail .itemTime {
                color: #999;
                font-size: 12px;
                margin: 6px 0 12px;
            }

/*#endregion*/

.advRight {
    overflow: hidden;
}
/*#endregion*/

/*#region ======== Page News*/
.newsCategory {
    padding-bottom: 40px;
    background: #f9f9f9;
}

    .newsCategory h1 {
        margin-top: 0;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

.newsTrend {
    overflow: hidden;
    margin-bottom: 30px;
}

    .newsTrend .itemBox {
        position: relative;
        overflow: hidden;
    }

        .newsTrend .itemBox:first-child {
            width: calc(380/540*100%);
            float: left;
            padding-right: 8px;
        }

        .newsTrend .itemBox .khungAnh:before {
            padding-bottom: calc(284/380*100%);
        }

        .newsTrend .itemBox .khungAnh:after {
            content: '';
            z-index: 1;
            width: 100%;
            height: 100%;
            background: linear-gradient( 180deg, transparent 40%, rgba(44,44,44,0.6) 100%);
            bottom: 0;
            left: 0;
            position: absolute;
        }

        .newsTrend .itemBox .itemDetail {
            position: absolute;
            width: calc(100% - 32px);
            bottom: 16px;
            left: 16px;
            z-index: 2;
        }

        .newsTrend .itemBox .itemTitle {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            line-height: 24px;
        }

        .newsTrend .itemBox .itemTime {
            color: #ddd;
            font-size: 12px;
            margin: 6px 0 12px;
        }

        .newsTrend .itemBox .readMore {
            color: #fff;
        }

        .newsTrend .itemBox:not(:first-child) {
            width: calc(160/540*100%);
            float: left;
            margin-bottom: 8px;
        }

            .newsTrend .itemBox:not(:first-child) .khungAnh:before {
                padding-bottom: calc(9/16*100%);
            }

            .newsTrend .itemBox:not(:first-child) .itemDetail {
                bottom: 8px;
                left: 8px;
                width: calc(100% - 16px);
            }

            .newsTrend .itemBox:not(:first-child) .itemTitle {
                font-size: 14px;
                font-weight: normal;
                line-height: 20px;
                max-height: 42px;
                overflow: hidden;
            }

            .newsTrend .itemBox:not(:first-child) .itemTime {
                color: #ddd;
                margin: 6px 0 0;
            }

            .newsTrend .itemBox:not(:first-child) .readMore {
                display: none;
            }

        .newsTrend .itemBox:last-child {
            margin: 0;
        }

.newsCate {
    background: #f9f9f9;
    padding-bottom: 40px;
}

    .newsCate .newsCateHeader {
        position: relative;
        margin-bottom: 20px;
    }

        .newsCate .newsCateHeader a {
            color: #3a302b;
            font-family: "Oswald";
            font-size: 20px;
            padding-bottom: 8px;
            text-transform: uppercase;
            border-bottom: solid 2px #3a302b;
        }

    .newsCate .groupItem {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

        .newsCate .groupItem .itemBox {
            background: #fff;
            position: relative;
            border-radius: 4px;
            transition: all 300ms linear;
        }

            .newsCate .groupItem .itemBox:hover {
                z-index: 1;
                background: #eee;
                box-shadow: 0px 1px 6px 0px #3a302b;
            }

            .newsCate .groupItem .itemBox .khungAnh:before {
                padding-bottom: calc(4/6*100%);
            }

            .newsCate .groupItem .itemBox .khungAnh img {
                border-radius: 4px 4px 0 0;
            }

            .newsCate .groupItem .itemBox .itemDetail {
                padding: 10px;
            }

                .newsCate .groupItem .itemBox .itemDetail .itemTitle {
                    display: block;
                    max-height: 36px;
                    font-size: 12px;
                    font-weight: bold;
                    letter-spacing: 0.05em;
                    line-height: 18px;
                    overflow: hidden;
                    text-align: justify;
                    color: #070707;
                }

                .newsCate .groupItem .itemBox .itemDetail .itemDescripton {
                    margin: 8px 0 0;
                    font-size: 12px;
                    max-height: 68px;
                    overflow: hidden;
                    color: #333;
                }

/*#region ======== 3. Nha Dep*/
.nColor, .nSeason {
    background: #f9f9f9 !important;
}

    .nColor .header, .nSeason .header {
        background: transparent;
        border: solid 1px #ddd;
    }

        .nColor .header .title, .nSeason .header .title {
            color: #070707;
            text-transform: capitalize;
        }

    .nColor .content {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 8px;
    }

        .nColor .content .itemBox a {
            display: block;
            padding: 6px;
            color: #fff;
            text-align: center;
            border: solid 1px #f2f2f2;
            transition: all 300ms linear;
        }

            .nColor .content .itemBox a.red {
                background-color: red;
            }

            .nColor .content .itemBox a.orange {
                background-color: orange;
            }

            .nColor .content .itemBox a.yellow {
                color: #070707;
                background-color: yellow;
            }

            .nColor .content .itemBox a.blue {
                background-color: blue;
            }

            .nColor .content .itemBox a.green {
                background-color: green;
            }

            .nColor .content .itemBox a.pink {
                background-color: pink;
            }

            .nColor .content .itemBox a.violet {
                background-color: violet;
            }

            .nColor .content .itemBox a.white {
                color: #070707;
                background-color: white;
            }

            .nColor .content .itemBox a.black {
                background-color: black;
            }

            .nColor .content .itemBox a:hover {
                text-decoration: none;
                box-shadow: 0px 1px 6px 0px #165DA7;
            }

.nRoom .content {
    grid-template-columns: repeat(2, 1fr);
}

    .nRoom .content .itemBox a {
        color: #070707;
        background: #fff;
    }

.nSeason .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
}

    .nSeason .content .itemBox a {
        display: block;
        color: #070707;
        text-align: center;
        background: #fff;
        transition: all 300ms linear;
    }

        .nSeason .content .itemBox a:hover {
            text-decoration: none;
            box-shadow: 0px 1px 6px 0px #165DA7;
        }

        .nSeason .content .itemBox a .iname {
            padding: 6px;
        }
/*#endregion*/
/*#endregion*/

/*#region ======== Page NewsCate*/
.newsCate {
}

    .newsCate h1 {
        margin-top: 0;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
/*#endregion*/

/*#region ======== Page News Post*/
.newsPost {
    background: #f9f9f9;
    padding-bottom: 40px;
}

    .newsPost h1 {
        margin-top: 0;
    }

    .newsPost .noidung {
        font-size: 16px;
        line-height: 24px;
        color: #333;
    }

        .newsPost .noidung a:link, .newsPost .noidung a:visited {
            color: #ed7c40;
        }

        .newsPost .noidung a:hover {
            text-decoration: underline;
        }

    .newsPost .khungAnh .khungAnhCropimg {
        max-width: fit-content;
    }

.nguontin {
    position: relative;
    height: 80px;
}

    .nguontin .dmcaProtect {
        text-align: right;
        margin-top: 20px;
    }

.writer .writerName {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f2f2f2;
    color: #999;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
}

.writer .writerLink {
    position: absolute;
    display: none;
    right: 0;
    bottom: 50px;
    width: 280px;
    color: #999;
    padding: 0 12px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.25));
}

    .writer .writerLink:before {
        content: '';
        border-top: 25px solid #fff;
        border-left: 25px solid transparent;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -12px;
        right: 0;
    }

.writer:hover .writerLink {
    display: block;
}

/*#region ======== Head of Contents*/
.headOfContent {
    background: #eee;
    padding: 16px;
    margin-bottom: 16px;
}

    .headOfContent .toc-title {
        text-align: center;
        font-family: "Oswald";
        font-size: 18px;
    }

    .headOfContent .toc-box {
        margin: 12px 0 0 0;
        padding: 0;
        list-style: none;
    }

    .headOfContent .toc-item {
        position: relative;
        line-height: 22px;
    }

    .headOfContent .toc-H2 {
        font-size: 16px;
    }

    .headOfContent .toc-H3 {
        font-size: 14px;
        padding-left: 12px;
        font-weight: normal;
    }

        .headOfContent .toc-H3 * {
            font-weight: normal;
        }

        .headOfContent .toc-H3:before {
            content: '';
            width: 4px;
            height: 4px;
            background-color: #3a302b;
            position: absolute;
            left: 0;
            top: 8px;
        }

    .headOfContent .toc-H4 {
        font-size: 12px;
        padding-left: 24px;
    }

        .headOfContent .toc-H4 * {
            font-weight: normal;
        }

        .headOfContent .toc-H4:before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 12px;
            border-bottom: dashed 1px #3a302b;
            transform: translateY(-50%);
        }

    .headOfContent .toc-item a:link, .headOfContent .toc-item a:visited {
        color: #000;
        text-decoration: none;
    }

    .headOfContent .toc-item a:hover {
        color: #ed7c40;
        text-decoration: underline;
    }

    .headOfContent .toc-item.active a {
        color: #ed7c40;
    }
/*#endregion*/
/*#region ======== Thong Ke*/
.thongKe {
    overflow: hidden;
    padding-bottom: 2px;
    margin: 15px 0 20px;
}

    .thongKe .left {
        float: left;
    }

        .thongKe .left .thongKeNgay {
            float: left;
            line-height: 26px;
            color: #999;
        }

    .thongKe .right {
        float: right;
        line-height: 26px;
    }

        .thongKe .right .coChu {
            float: left;
            margin-right: 5px;
        }

            .thongKe .right .coChu a {
                color: #999;
                float: left;
                margin-right: 3px;
            }

                .thongKe .right .coChu a.NormalSize {
                    margin-right: 8px;
                }

                .thongKe .right .coChu a.SmallSize, .thongKe .right .coChu a.LargeSize {
                    width: 20px;
                    height: 20px;
                    background-color: #e8e8e8;
                    border-radius: 4px;
                    font-size: 10px;
                    text-align: center;
                    transform: translateY(3px);
                }

                    .thongKe .right .coChu a.SmallSize i, .thongKe .right .coChu a.LargeSize i {
                        transform: translateY(-2px);
                    }

                    .thongKe .right .coChu a.SmallSize:hover, .thongKe .right .coChu a.LargeSize:hover {
                        background-color: #165DA7;
                        color: #fff;
                    }

                .thongKe .right .coChu a:hover {
                    color: #ed7c40;
                }

        .thongKe .right .fbPlugin {
            float: left;
            transform: translateY(2px);
        }
/*#endregion*/
/*#region ======== Cuoi Tin*/
.commonCuoiChiTietTin {
    padding: 5px 0;
    margin-top: 20px;
    overflow: hidden;
}

    .commonCuoiChiTietTin .left {
        float: left;
        transform: translateY(2px);
    }

        .commonCuoiChiTietTin .left a {
            line-height: 26px;
            color: #999;
            float: left;
            margin-right: 25px;
        }

            .commonCuoiChiTietTin .left a i {
                font-size: 11px;
            }

            .commonCuoiChiTietTin .left a:hover {
                color: #ed7c40;
            }

            .commonCuoiChiTietTin .left a.email i {
                transform: translateY(-1px);
            }

    .commonCuoiChiTietTin .right {
        float: right;
        margin-top: 5px;
    }

        .commonCuoiChiTietTin .right .shareSocial {
            float: left;
            margin-right: -5px;
        }
/*#endregion*/
/*#region ======== Facebook Comment*/
.fbComment {
    margin-top: 12px;
}

    .fbComment .title {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .fbComment .content {
        border: 1px solid #dddfe2;
        border-radius: 4px;
        padding: 20px 27px;
    }

    .fbComment .fb_iframe_widget_fluid {
        display: inline-block;
    }

    .fbComment .fb_iframe_widget_fluid_desktop iframe {
        width: 100% !important;
    }
/*#endregion*/
/*#region ======== Bai Viet Khac*/
.baiVietKhac {
    margin: 30px 0 40px;
    overflow: hidden;
}

    .baiVietKhac .title {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .baiVietKhac ul {
        margin: 12px 0 0;
        padding: 0;
        list-style: none;
    }

        .baiVietKhac ul li {
            padding-left: 10px;
            position: relative;
        }

            .baiVietKhac ul li a {
                color: #070707;
                line-height: 24px;
            }

            .baiVietKhac ul li:before {
                content: '';
                width: 4px;
                height: 4px;
                background-color: #ed7c40;
                position: absolute;
                left: 0;
                top: 10px;
            }
/*#endregion*/
/*#endregion*/

/*#region ======== Page Products*/
.spAll {
    padding: 20px 0;
    background: #f9f9f9;
    position: relative;
}

    .spAll .groupItem {
        width: 100%;
        margin: 20px 0 40px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 12px;
    }

        .spAll .groupItem .itemBox {
            padding: 16px;
            background: #fff;
            border: solid 1px #ccc;
            position: relative;
        }

            .spAll .groupItem .itemBox .khungAnh:before {
                padding-bottom: calc(100%);
            }

            .spAll .groupItem .itemBox .itemName {
                text-align: center;
                margin: 16px 0 0;
                color: #000;
                font-size: 16px;
                font-weight: normal;
            }

            .spAll .groupItem .itemBox:hover {
                color: #ed7c40;
                text-decoration: none;
                box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
            }

.titleBg {
    margin: 20px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
}

    .titleBg * {
        z-index: 1;
        font-family: 'Oswald';
        font-size: 26px;
        font-weight: normal;
        color: #3a302b;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        margin: 0;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

        .titleBg *:hover {
            text-decoration: none;
        }

        .titleBg *:before {
            content: "";
            position: absolute;
            width: 80px;
            bottom: -18px;
            z-index: 1;
            left: 50%;
            transform: translateX(-50%);
            border-bottom: solid 5px #ed7c40;
            border-radius: 18px;
        }

        .titleBg *:after {
            content: "";
            position: absolute;
            width: 240px;
            bottom: -16px;
            left: 50%;
            transform: translateX(-50%);
            border-bottom: solid 1px #ccc;
        }

.projMaster {
    display: flow-root;
    background: #f9f9f9;
}

    .projMaster .sideBar {
        float: left;
    }

    .projMaster .pageMain {
        float: right;
    }

.projBox {
    display: flow-root;
    margin-bottom: 30px;
}

    .projBox .projBoxHeader {
        display: flow-root;
        position: relative;
        line-height: 34px;
        margin-bottom: 16px;
    }

        .projBox .projBoxHeader .left {
            float: left;
            overflow: hidden;
            position: relative;
            height: 34px;
        }

            .projBox .projBoxHeader .left * {
                color: #3a302b;
                font-size: 14px;
                font-weight: bold;
                text-transform: capitalize;
            }

            .projBox .projBoxHeader .left a:hover {
                text-decoration: none;
            }

        .projBox .projBoxHeader .right {
            float: right;
        }

            .projBox .projBoxHeader .right .more {
                color: #3a302b;
                font-size: 12px;
                font-weight: normal;
                letter-spacing: 0;
                text-transform: inherit;
                position: relative;
                margin-right: 30px;
            }

                .projBox .projBoxHeader .right .more:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: -20px;
                    width: 6px;
                    height: 6px;
                    box-sizing: border-box;
                    border-top: 2px solid #3a302b;
                    border-left: 2px solid #3a302b;
                    transform-origin: center;
                    transform: translate(-50%,-50%) rotate( 135deg);
                }

            .projBox .projBoxHeader .right .coChu {
                float: left;
                line-height: 34px;
            }

            .projBox .projBoxHeader .right .fbPlugin {
                float: left;
                margin-left: 10px;
            }

    .projBox .groupItem {
        position: relative;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 12px;
    }

        .projBox .groupItem .itemBox {
            padding: 10px;
            background: #fff;
            transition: all 300ms linear;
            position: relative;
            border: solid 1px #ccc;
            text-align: center;
        }

            .projBox .groupItem .itemBox:hover {
                box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
            }

            .projBox .groupItem .itemBox .itemLabel {
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 2;
                overflow: hidden;
                pointer-events: none;
            }

            .projBox .groupItem .itemBox .isNew {
                position: absolute;
                z-index: 2;
                font-size: 10px;
                font-style: italic;
                color: #fff;
            }

            .projBox .groupItem .itemBox .isNew {
                top: 10px;
                right: 5px;
                padding: 2px 8px;
                background: #00aaff;
                border-radius: 8px 0 0 0;
            }

                .projBox .groupItem .itemBox .isNew:before {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-top: 5px solid #3a4754;
                    border-right: 5px solid transparent;
                    bottom: -5px;
                    right: 0px;
                    z-index: -1;
                }

            .projBox .groupItem .itemBox .isHot {
                background: #3a302b;
                color: #fff;
                font-family: 'Oswald';
                font-size: 10px;
                line-height: 20px;
                letter-spacing: 0.1em;
                display: inline-block;
                position: absolute;
                padding: 0 30px;
                top: 0;
                left: 0;
                right: initial;
                bottom: initial;
                transform: translate3d(-30px, 10px, 0) rotate(-45deg);
            }

            .projBox .groupItem .itemBox .khungAnh {
                background: transparent;
            }

                .projBox .groupItem .itemBox .khungAnh:before {
                    padding-bottom: calc(100%);
                }

                .projBox .groupItem .itemBox .khungAnh img {
                    transition: all .3s linear;
                }

            .projBox .groupItem .itemBox:hover img {
                transform: scale(1.1);
            }

            .projBox .groupItem .itemBox .itemRating {
                margin-top: 12px;
                display: flow-root;
                color: #ccc;
                font-size: 9px;
            }

                .projBox .groupItem .itemBox .itemRating .checked {
                    color: orange;
                }

            .projBox .groupItem .itemBox .itemTitle {
                margin-top: 8px;
                height: 44px;
                max-height: 44px;
                overflow: hidden;
                position: relative;
            }

                .projBox .groupItem .itemBox .itemTitle a {
                    font-size: 15px;
                    line-height: 22px;
                    color: #000;
                }

                    .projBox .groupItem .itemBox .itemTitle a:hover {
                        color: #354e5c;
                    }

            .projBox .groupItem .itemBox .itemPrice {
                margin: 8px 0;
                overflow: hidden;
                font-family: 'Oswald';
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.05em;
                color: #ed7c40;
            }

.loadMore {
    margin: 20px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
}

    .loadMore * {
        z-index: 1;
        display: inline-table;
        padding: 10px 26px;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        background: #ed7c40;
        border-radius: 50px;
        transition: all 300ms linear;
        border: solid 2px #3a302b;
    }

        .loadMore *:hover {
            border: solid 2px #ed7c40;
            text-decoration: none;
        }

    .loadMore::after {
        content: "";
        position: absolute;
        left: 25%;
        width: 50%;
        border-bottom: solid 1px #ccc;
        bottom: 50%;
        visibility: visible;
    }

blockquote {
    padding: 1.2em 40px;
    position: relative;
    border-left: 4px solid #ed7c40;
    font-style: italic;
    color: #555555;
    background: #EDEDED;
}

    blockquote p {
        text-align: center;
    }

    blockquote:before {
        content: "\201C";
        color: #ed7c40;
        font-size: 4em;
        position: absolute;
        left: 10px;
        top: 30px;
    }

    blockquote:after {
        content: "\201E";
        color: #ed7c40;
        font-size: 4em;
        position: absolute;
        right: 10px;
        bottom: 30px;
        z-index: 1;
    }

.proiCateDes {
    font-size: 15px;
    margin-top: 30px;
    text-align: justify;
}

    .proiCateDes table {
        width: 100%;
        max-width: 100%;
        border: 1px solid #d7d7d7;
    }

        .proiCateDes table tbody tr td {
            text-align: left;
            vertical-align: middle;
            border-bottom: 1px solid #dddddd;
            border-right: 1px solid #dddddd;
            padding: 4px;
        }

            .proiCateDes table tbody tr td:last-child {
                border-right: none;
            }

        .proiCateDes table tbody tr:last-child td {
            border-bottom: none;
        }

        .proiCateDes table tr:first-child td {
            color: #3a302b;
            font-weight: normal;
            text-align: center;
            text-transform: uppercase;
            background-color: #f9f9f9;
            vertical-align: middle;
        }

/*#region ======== Category Menu Right*/
.cateR {
    display: flow-root;
}

    .cateR .cateMenu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .cateR .cateMenu li {
            list-style: none;
            width: 100%;
            border-bottom: solid 1px #f9f9f9;
            float: left;
        }

            .cateR .cateMenu li a {
                display: block;
                line-height: 40px;
                color: #3a302b;
                position: relative;
                transition: all 0.3s linear;
            }

                .cateR .cateMenu li a::before {
                    content: '';
                    width: 8px;
                    height: 8px;
                    left: -3px;
                    top: calc(50% - 5px);
                    position: absolute;
                    background: transparent;
                    background: linear-gradient(45deg, transparent 50%, #3a302b 50%);
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    visibility: hidden;
                    transition: all 300ms linear;
                }

                .cateR .cateMenu li a:hover,
                .cateR .cateMenu li:hover a,
                .cateR .cateMenu li a.pageactive {
                    color: #3a302b;
                    text-decoration: none;
                    padding: 0 15px;
                }

                    .cateR .cateMenu li a:hover::before,
                    .cateR .cateMenu li:hover a::before,
                    .cateR .cateMenu li a.pageactive::before {
                        visibility: visible;
                    }

        .cateR .cateMenu > li:hover > ul.sub {
            visibility: visible;
        }
        /*Sub lv1 menu items */
        .cateR .cateMenu .sub {
            position: absolute;
            visibility: hidden;
            width: 273px;
            list-style: none;
            z-index: 100;
            background: #ffffff;
            margin: -40px 0 0 273px;
            padding: 0;
            border: 1px solid #3a302b;
            border-left: none;
        }

        .cateR .cateMenu li ul.sub a {
            background: #f2f2f2;
            font-weight: normal;
            color: #3a302b;
            padding: 0 0 0 15px;
        }

            .cateR .cateMenu li ul.sub a:hover {
                background: #f2f2f2;
                color: #ed7c40;
                text-decoration: underline;
            }
/*#endregion*/
/*#endregion*/

/*#region ======== Page Product Item*/
.projItemTop {
    position: relative;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
}

    .projItemTop .projItemImages {
        position: relative;
        overflow: hidden;
        flex: 0 0 50%;
    }

        .projItemTop .projItemImages .khungAnh:before {
            padding-bottom: 100%;
        }

        .projItemTop .projItemImages .groupItem {
            position: relative;
            list-style: none outside none;
        }

            .projItemTop .projItemImages .groupItem .itemBox img {
                background: #fff;
            }

            .projItemTop .projItemImages .groupItem .khungAnh .khungAnhCrop:after {
                content: "";
                width: calc(100% - 2px);
                height: calc(100% - 2px);
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                opacity: 1;
                visibility: visible;
                border: solid 1px #ccc;
            }

    .projItemTop .slick-list {
        margin-right: -10px;
    }

    .projItemTop .item {
        padding-right: 10px;
        cursor: zoom-in;
    }

    .projItemTop .stickImage .slick-dots {
        display: table !important;
        margin: 28px auto;
        padding: 0;
        font-size: 0;
    }

        .projItemTop .stickImage .slick-dots li {
            float: left;
            height: 12px;
            overflow: hidden;
        }

            .projItemTop .stickImage .slick-dots li button {
                height: 12px;
                width: 12px;
                background-color: #d3d3d3;
                border-radius: 50%;
                margin: 0 3px;
                font-size: 0;
                border: none;
                padding: 0;
                cursor: pointer;
                outline: 0;
                vertical-align: top;
            }

            .projItemTop .stickImage .slick-dots li.slick-active button,
            .projItemTop .stickImage .slick-dots li:hover button {
                background-color: #ed7c40;
            }

    .projItemTop .slick-arrow {
        position: absolute;
        z-index: 9;
        width: 36px;
        height: 36px;
        border: none;
        top: calc(50% - 18px);
        outline: 0;
        cursor: pointer;
        color: #070707;
        font-size: 28px;
        padding: 0;
        text-align: center;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 7px 10px 0 rgba(0,0,0,.2);
    }

        .projItemTop .slick-arrow:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin-left: -2px;
            box-sizing: border-box;
            border-top: 2px solid #3a302b;
            border-left: 2px solid #3a302b;
            transform-origin: center;
            transform: translate(-50%,-50%) rotate(135deg);
        }

        .projItemTop .slick-arrow:hover {
            background: #f2f2f2;
            color: #165DA7;
        }

        .projItemTop .slick-arrow.slick-next {
            right: 0;
            border-radius: 4px 0 0 4px;
        }

        .projItemTop .slick-arrow.slick-prev {
            left: 0;
            border-radius: 0 4px 4px 0;
        }

            .projItemTop .slick-arrow.slick-prev:before {
                transform: translate(-50%,-50%) rotate(-45deg);
            }

    .projItemTop .projItemContent {
        flex: 0 0 calc(45% - 40px);
    }

        .projItemTop .projItemContent .projItemName {
            font-size: 20px;
            letter-spacing: 0.05em;
        }

        .projItemTop .projItemContent .itemRating {
            margin: 12px 0;
            display: flow-root;
            color: #ccc;
            font-size: 10px;
        }

            .projItemTop .projItemContent .itemRating .checked {
                color: orange;
            }

            .projItemTop .projItemContent .itemRating a {
                color: #999;
                margin-left: 20px;
            }

        .projItemTop .projItemContent .pri-pice {
            align-items: center;
            justify-content: center;
            position: relative;
            margin: 10px 0;
            height: 44px;
            line-height: 44px;
            border-top: dashed 2px #ccc;
            font-family: "Oswald";
            font-size: 22px;
            letter-spacing: 0.1em;
        }

            .projItemTop .projItemContent .pri-pice .pri-pices {
                color: #ed7c40;
            }

            .projItemTop .projItemContent .pri-pice .pri-picet {
                text-decoration: line-through;
                color: #ccc;
                font-weight: normal;
            }

        .projItemTop .projItemContent .priContent {
            margin: 12px 0;
            font-size: 16px;
            line-height: 24px;
            color: #3a302b;
            text-align: justify;
            position: relative;
            overflow: hidden;
            max-height: 80px;
        }

            .projItemTop .projItemContent .priContent .expander {
                width: 100%;
                display: flex;
                align-items: flex-end;
                justify-content: center;
                height: 40px;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                pointer-events: none;
                background: linear-gradient(to bottom, transparent, #f9f9f9);
            }

                .projItemTop .projItemContent .priContent .expander .expBtn {
                    padding: 2px 10px 2px 20px;
                    min-width: 20px;
                    min-height: 20px;
                    background: #3a4754;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    line-height: 1;
                    pointer-events: auto;
                    cursor: pointer;
                    transition: all .1s ease-out;
                    border-radius: 4px;
                }

                    .projItemTop .projItemContent .priContent .expander .expBtn:hover {
                        background: #ed7c40;
                    }

                    .projItemTop .projItemContent .priContent .expander .expBtn::before {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 10px;
                        width: 6px;
                        height: 6px;
                        box-sizing: border-box;
                        border-bottom: 2px solid #fff;
                        border-left: 2px solid #fff;
                        transform-origin: center;
                        transform: translate(-50%,-50%) rotate(-45deg);
                    }

            .projItemTop .projItemContent .priContent.active {
                max-height: inherit;
            }

                .projItemTop .projItemContent .priContent.active .expBtn::before {
                    transform: translate(-50%,-50%) rotate(135deg);
                }

            .projItemTop .projItemContent .priContent p {
                margin: 8px 0;
                padding: 0;
            }

            .projItemTop .projItemContent .priContent ul {
                margin: 0 0 20px;
                padding: 0;
                list-style: none;
            }

                .projItemTop .projItemContent .priContent ul li {
                    line-height: 24px;
                    padding-left: 17px;
                    position: relative;
                }

                    .projItemTop .projItemContent .priContent ul li i {
                        display: none;
                    }

                    .projItemTop .projItemContent .priContent ul li:before {
                        content: '';
                        width: 6px;
                        height: 6px;
                        background-color: #3a302b;
                        position: absolute;
                        left: 0;
                        top: 11px;
                    }

        .projItemTop .projItemContent .pri-buy {
            overflow: hidden;
            display: flex;
        }

            .projItemTop .projItemContent .pri-buy .pri-buy-quantily {
                display: inline-flex;
                margin-right: 1em;
                white-space: nowrap;
                vertical-align: top;
            }

                .projItemTop .projItemContent .pri-buy .pri-buy-quantily .minus,
                .projItemTop .projItemContent .pri-buy .pri-buy-quantily .plus {
                    overflow: hidden;
                    position: relative;
                    background-color: #f9f9f9;
                    text-shadow: 1px 1px 1px #fff;
                    color: #666;
                    border: 1px solid #ddd;
                    text-transform: none;
                    font-weight: normal;
                    display: inline-block;
                    vertical-align: top;
                    margin: 0;
                    width: 25px;
                    cursor: pointer;
                }

                .projItemTop .projItemContent .pri-buy .pri-buy-quantily .minus {
                    border-right: none;
                }

                .projItemTop .projItemContent .pri-buy .pri-buy-quantily .plus {
                    border-left: none;
                }

                    .projItemTop .projItemContent .pri-buy .pri-buy-quantily .minus:hover,
                    .projItemTop .projItemContent .pri-buy .pri-buy-quantily .plus:hover {
                        background-color: #ccc;
                    }

                .projItemTop .projItemContent .pri-buy .pri-buy-quantily .numbers {
                    max-width: 4em;
                    width: 4em;
                    text-align: center;
                    border-radius: 0 !important;
                    -webkit-appearance: textfield;
                    -moz-appearance: textfield;
                    appearance: textfield;
                    font-size: 1em;
                }

        .projItemTop .projItemContent .btnBuy {
            margin: 0;
            padding: 0 40px;
            font-size: 1em;
            background-color: #ed7c40;
            outline: none;
            color: #fff;
            cursor: pointer;
            transition: all 300ms linear;
            box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
            display: block;
            height: 34px;
            line-height: 34px;
            text-align: center;
        }

            .projItemTop .projItemContent .btnBuy:hover {
                background: #000;
            }

    .projItemTop .projItemWarranty {
        flex: 0 0 25%;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 8px;
        border: solid 1px #354e5c;
    }

        .projItemTop .projItemWarranty .projW-Header {
            text-align: center;
            color: #354e5c;
            font-size: 12px;
            padding-bottom: 10px;
            font-weight: bold;
            position: relative;
            letter-spacing: 0.05em;
        }

            .projItemTop .projItemWarranty .projW-Header:before {
                content: '';
                width: 25%;
                height: 2px;
                bottom: 0;
                left: 50%;
                position: absolute;
                transform: translateX(-50%);
                background: #354e5c;
            }

        .projItemTop .projItemWarranty .projW-Info {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 20px;
            font-weight: bold;
            padding-bottom: 16px;
            margin: 16px 0;
            border-bottom: dashed 1px #ccc;
        }

            .projItemTop .projItemWarranty .projW-Info:last-child {
                border: none;
                padding: 0;
            }

            .projItemTop .projItemWarranty .projW-Info i {
                flex: 0 0 40px;
                color: #ed7c40;
                font-size: 40px;
                margin-right: 12px;
            }

.projDtlTitle {
    font-family: "Oswald";
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: justify;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.projDetail {
    font-size: 16px;
    line-height: 22px;
}

    .projDetail a:link, .projDetail a:visited {
        color: #ed7c40;
    }

    .projDetail a:hover {
        text-decoration: underline;
    }
/*#endregion*/

/*#region ======== Product Other*/
.productOther {
    padding: 0 0 40px;
    overflow: hidden;
    background: #f9f9f9;
}

    .productOther .header {
        border-bottom: 1px solid #e2e2e2;
        position: relative;
        list-style: none;
    }

        .productOther .header .title a {
            font-size: 20px;
            line-height: 30px;
            text-transform: uppercase;
            display: inline-block;
            position: relative;
            padding-bottom: 10px;
            color: #000;
        }

            .productOther .header .title a:before {
                content: '';
                width: 100%;
                height: 2px;
                left: 0;
                bottom: -1px;
                position: absolute;
                background-color: #000;
            }

            .productOther .header .title a:hover {
                color: #c53622;
                text-decoration: none;
            }

    .productOther .title a:hover:before {
        background-color: #c53622;
    }

    .productOther .groupItem {
        margin-top: 20px;
        grid-template-columns: repeat(5, 1fr);
    }

/*#endregion*/

/*#region ======== Shopping Cart*/
.cartInfo {
    padding: 40px 0;
    background: #fff;
}

    .cartInfo .ci {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
    }

        .cartInfo .ci .cartLeft {
            position: relative;
            flex: 0 0 70%;
            max-width: 70%;
            overflow: hidden;
            padding-right: 30px;
        }

        .cartInfo .ci .cartRight {
            position: relative;
            flex: 0 0 30%;
            max-width: 30%;
            overflow: hidden;
            padding-left: 30px;
        }

    .cartInfo h1 {
        color: #000;
        margin-top: 0;
        text-transform: uppercase
    }

    .cartInfo .cart-mes, .cartInfo .cart-countitem {
        padding: 16px;
        background: #f2f2f2;
        border-radius: 4px;
    }

        .cartInfo .cart-mes div:first-child {
            font-weight: bold;
            color: #ed7c40;
        }

        .cartInfo .cart-mes div:last-child {
            font-size: 12px;
            line-height: 20px;
            color: #999;
        }

        .cartInfo .cart-mes div a {
            color: #3a302b;
            text-decoration: underline;
        }

    .cartInfo .cart-countitem {
        margin: 12px 0;
    }

        .cartInfo .cart-countitem div:first-child {
            font-weight: bold;
            color: #3a302b;
        }

        .cartInfo .cart-countitem div:last-child {
            font-size: 12px;
            line-height: 20px;
            color: #666;
        }

    .cartInfo .TableView {
        border: none;
        color: #3a302b;
    }

        .cartInfo .TableView tr {
            border-collapse: collapse;
        }

        .cartInfo .TableView .trHeader {
            color: #000;
            font-weight: bold;
            height: 30px;
            text-align: center;
            border-bottom: solid 1px #f2f2f2;
        }

            .cartInfo .TableView .trHeader td {
                border-top: none;
            }

                .cartInfo .TableView .trHeader td:first-child {
                    border-top: none;
                }

                .cartInfo .TableView .trHeader td:last-child {
                    border-top: none;
                }

        .cartInfo .TableView td {
            padding: 10px;
            border: none;
            border-top: 1px solid #f2f2f2;
            border-left: 1px solid #f2f2f2;
        }

            .cartInfo .TableView td:first-child {
                border-left: none;
                padding-left: 0;
            }

            .cartInfo .TableView td img {
                float: left;
                width: 90px;
                margin-right: 10px;
                border: solid 1px #f2f2f2;
            }

            .cartInfo .TableView td a {
                color: #3a302b;
            }

            .cartInfo .TableView td .cart-projPrice {
                font-weight: bold;
            }

            .cartInfo .TableView td .dels {
                font-size: 12px;
                color: #7a0b0b;
            }

        .cartInfo .TableView .trOdd /* Dòng lẻ */ {
            line-height: 25px;
            background: #fff;
        }

        .cartInfo .TableView .trEven /* Dòng chẵn */ {
            line-height: 25px;
            background: #f9f9f9;
        }

    .cartInfo .cart-func {
        border-top: solid 1px #f2f2f2;
        padding-top: 30px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
    }

        .cartInfo .cart-func .btnBuy {
            text-transform: uppercase;
            margin-right: 0;
            font-size: 1em;
            outline: none;
            color: #fff;
            cursor: pointer;
            transition: all 300ms linear;
            display: block;
            height: 35px;
            line-height: 35px;
            text-align: center;
            padding: 0 15px;
        }

        .cartInfo .cart-func .btnC {
            border: solid 1px #ed7c40;
            color: #ed7c40;
        }

        .cartInfo .cart-func .btnR {
            border: solid 1px #165DA7;
            color: #165DA7;
        }

        .cartInfo .cart-func .btnD {
            background-color: #3a302b;
            color: #fff;
        }

        .cartInfo .cart-func .btnBuy:hover {
            text-decoration: none;
        }

    .cartInfo .stRight {
        background: #3a302b;
        padding: 16px;
    }

    .cartInfo .c-right-name {
        font-size: 16px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .cartInfo .c-right-if {
        color: #ccc;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        overflow: hidden;
    }

        .cartInfo .c-right-if .if1 {
            float: left;
        }

        .cartInfo .c-right-if .if2 {
            float: right;
            font-weight: bold;
        }

    .cartInfo .totals {
        height: auto;
        font-size: 20px;
        border-top: solid 1px #ccc;
        padding-top: 10px;
        margin: 10px 0;
    }

        .cartInfo .totals .if1 {
            line-height: 36px;
        }

        .cartInfo .totals .if2 {
            color: #fff;
        }

    .cartInfo .c-right-mes {
        color: #ccc;
        font-size: 12px;
    }

    .cartInfo .cart-checkout {
        margin: 20px 0;
    }

        .cartInfo .cart-checkout .btnBuy {
            width: 100%;
            padding: 10px 0;
            text-transform: uppercase;
            margin-right: 0;
            font-size: 1em;
            background: #ed7c40;
            outline: none;
            color: #fff;
            cursor: pointer;
            transition: all 300ms linear;
            box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
            display: block;
            text-align: center;
        }

            .cartInfo .cart-checkout .btnBuy:hover {
                text-decoration: none;
            }

    .cartInfo .cart-noitem {
        margin: auto;
        max-width: 500px;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
    }

.payMent .ci .cartLeft {
    flex: 0 0 50%;
    max-width: 50%;
}

.payMent .ci .cartRight {
    flex: 0 0 50%;
    max-width: 50%;
    border: none;
    padding: 0;
}

    .payMent .ci .cartRight .stRight {
        padding: 20px;
    }

.payMent .TableView {
    font-size: 12px;
    border-bottom: solid 1px #ccc;
}

    .payMent .TableView .trHeader {
        color: #ccc;
        text-transform: uppercase;
    }

    .payMent .TableView td:first-child {
        text-align: left;
    }

    .payMent .TableView td:last-child {
        text-align: right;
    }

    .payMent .TableView .trOdd {
        color: #ccc;
        background: transparent;
    }

    .payMent .TableView .trEven {
        color: #ccc;
        background: #3a3022;
    }

    .payMent .TableView td a {
        color: #ccc;
    }

.payMent .c-right-pay {
    border-top: solid 1px #ccc;
    padding-top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
}

    .payMent .c-right-pay .c-pay {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        padding: 20px;
        margin-right: 20px;
        border: solid 1px #ccc;
        transition: all 300ms linear;
    }

        .payMent .c-right-pay .c-pay:last-child {
            margin: 0;
        }

        .payMent .c-right-pay .c-pay .c-pay-de {
            position: relative;
        }

            .payMent .c-right-pay .c-pay .c-pay-de i {
                display: block;
                width: 100%;
                margin: 10px 0;
                font-size: 30px;
            }

        .payMent .c-right-pay .c-pay:hover {
            border-color: #ed7c40;
        }

        .payMent .c-right-pay .c-pay input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        .payMent .c-right-pay .c-pay label {
            position: relative;
            cursor: pointer;
            height: 25px;
            line-height: 25px;
            display: block;
            padding-left: 40px;
            font-size: 12px;
            text-transform: capitalize;
            font-weight: bold;
            color: #fff;
        }

            .payMent .c-right-pay .c-pay label::after {
                content: "";
                position: absolute;
                display: none;
                left: 9px;
                top: 5px;
                width: 5px;
                height: 10px;
                border: solid white;
                border-width: 0 3px 3px 0;
                background: transparent;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .payMent .c-right-pay .c-pay label::before {
                content: "";
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                width: 25px;
                height: 25px;
                border: solid 1px #fff;
                border-radius: 3px;
            }

        .payMent .c-right-pay .c-pay input:checked ~ label,
        .payMent .c-right-pay .c-pay input:hover ~ label {
            color: #ed7c40;
        }

            .payMent .c-right-pay .c-pay input:checked ~ label::before {
                background: #ed7c40;
                border-color: #ed7c40;
            }

            .payMent .c-right-pay .c-pay input:checked ~ label::after {
                display: block;
            }
/*#endregion*/

/*#region ======== Page Search*/
.newsLook {
}

.cateList .newsLook .itemBox {
    float: left;
    width: calc((100% - 60px)/3);
    padding: 0 20px 20px;
    margin-right: 30px;
    border-radius: 0 0 4px 4px;
    background: #f9f9f9;
}

    .cateList .newsLook .itemBox:hover {
        background-color: #fff !important;
        box-shadow: 0 0 10px rgba(211,211,211,.67);
    }

    .cateList .newsLook .itemBox:nth-child(3n) {
        margin-right: 0;
    }

    .cateList .newsLook .itemBox:nth-child(3) ~ .itemBox {
        margin-top: 30px;
    }

    .cateList .newsLook .itemBox .khungAnh {
        margin: 0 -20px;
    }

        .cateList .newsLook .itemBox .khungAnh:before {
            padding-bottom: 67.11864407%;
        }

        .cateList .newsLook .itemBox .khungAnh .itemTime {
            background-color: #3a302b;
            width: 59px;
            height: 43px;
            text-align: center;
            color: #fff;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 5;
            font-size: 0;
            pointer-events: none;
        }

            .cateList .newsLook .itemBox .khungAnh .itemTime .year {
                font: 16px/18px 'Roboto';
                display: inline-block;
                border-bottom: 1px solid #fff;
                margin-top: 4px;
            }

            .cateList .newsLook .itemBox .khungAnh .itemTime .date {
                font: 12px/18px 'Roboto';
                display: inline-block;
                vertical-align: top;
            }

.newsLook .itemBox .itemDescription {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    height: 66px;
    max-height: 66px;
    overflow: hidden;
}

/*#endregion*/

/*#region ======== Page Agency*/
.agency {
    padding: 40px 0;
    overflow: hidden;
}

    .agency .title {
        font-size: 18px;
        line-height: 28px;
    }

        .agency .title:hover {
            color: #ed7c40;
            text-decoration: none;
        }

    .agency .description {
        line-height: 25px;
        text-align: justify;
    }

        .agency .description .alert {
            color: #ed7c40;
            font-weight: bold;
        }

        .agency .description ul {
            margin: 10px 0;
            padding: 0;
            list-style: none;
        }

            .agency .description ul li {
                font-size: 15px;
                line-height: 25px;
                color: #3a302b;
                padding-left: 17px;
                position: relative;
            }

                .agency .description ul li i {
                    display: none;
                }

                .agency .description ul li:before {
                    content: '';
                    width: 6px;
                    height: 6px;
                    background-color: #ed7c40;
                    position: absolute;
                    left: 0;
                    top: 11px;
                }

    .agency .filTi {
        color: #ed7c40;
        margin: 20px 0;
        font-weight: bold;
    }

    .agency .filter {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .agency .filName {
        position: relative;
        flex: 0 0 calc(60% - 40px);
        max-width: calc(60% - 40px);
    }

    .agency .filCity {
        position: relative;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .agency .filName, .agency .filCity {
        height: 44px;
        outline: none;
        border-color: #3a302b;
        box-shadow: none;
        background: #f9f9f9;
        border-radius: 5px;
    }

        .agency .filName:active, .agency .filCity:active,
        .agency .filName:hover, .agency .filCity:hover,
        .agency .filName:checked, .agency .filCity:checked {
            border-color: #ed7c40;
        }

    .agency .filButton {
        flex: 0 0 10%;
        max-width: 10%;
        text-align: center;
        line-height: 44px;
        background: #000;
        color: #fff;
        border-radius: 5px;
    }

        .agency .filButton:hover, .agency .filButton:active {
            background: #ed7c40;
            color: #3a302b;
            text-decoration: none;
        }

    .agency .filRe {
        margin: 20px 0;
    }

        .agency .filRe b {
            font-size: 16px;
        }

    .agency .groupItem {
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

        .agency .groupItem .itemBox {
            padding: 10px;
            background: #f9f9f9;
            transition: all 300ms linear;
            position: relative;
            cursor: pointer;
        }

            .agency .groupItem .itemBox:hover,
            .agency .groupItem .itemBox:active,
            .agency .groupItem .itemBox.active {
                box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
            }

            .agency .groupItem .itemBox .khungAnh {
                background: transparent;
            }

                .agency .groupItem .itemBox .khungAnh:before {
                    padding-bottom: calc(297/210*100%);
                }

            .agency .groupItem .itemBox .itemDetail {
                margin-top: 8px;
                line-height: 22px;
                font-size: 12px;
                color: #666;
                text-align: justify;
            }

                .agency .groupItem .itemBox .itemDetail .itemTitle {
                    font-size: 14px;
                    line-height: 24px;
                    font-weight: bold;
                    color: #000;
                }

    .agency .mapS {
        width: calc(60%);
        height: calc(100vh - 180px);
        float: left;
    }

        .agency .mapS p {
            margin: 0;
            padding: 0;
        }

.popupMap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999;
    background: rgba(0, 0, 0, 0.60);
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    line-height: unset;
    justify-content: center;
}

    .popupMap.active {
        display: flex;
    }

    .popupMap .main {
        width: calc(100% - 60px);
        max-width: 1024px;
        height: auto;
        margin: auto;
        padding: 30px;
        position: relative;
        background: #f9f9f9;
        border-radius: 10px;
        transition: all 300ms linear;
        border: solid 2px #fff;
    }

    .popupMap .dialogClose {
        position: absolute;
        top: -2px;
        right: 30px;
        font-size: 30px;
        background: #dcb526;
        color: #000;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        vertical-align: middle;
        line-height: unset;
        justify-content: center;
        border-radius: 0 0 4px 4px;
    }

        .popupMap .dialogClose:hover {
            background: #ececec;
            color: #ed7c40;
            text-decoration: none;
        }
/*#endregion*/

/*#region ======== Page Agency Rule*/
.agencyRule1 {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
}

    .agencyRule1 .container {
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
    }

        .agencyRule1 .container .content {
            width: 45%;
            color: #fff;
            font-size: 16px;
            line-height: 26px;
        }

        .agencyRule1 .container .title {
            font-size: 26px;
            font-weight: bold;
            line-height: 36px;
            margin-bottom: 10px;
        }

    .agencyRule1 .tilBot {
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding: 16px 32px;
        margin: 20px 0 0 0;
        background: #3a302b;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 1px;
        overflow: hidden;
    }

        .agencyRule1 .tilBot .ov1,
        .agencyRule1 .tilBot .ov2,
        .agencyRule1 .tilBot .ov3,
        .agencyRule1 .tilBot .ov4 {
            transition: 500ms;
            position: absolute;
            z-index: 2;
        }

        .agencyRule1 .tilBot .ov1 {
            left: 100%;
            top: 4px;
            width: 100%;
            height: 1px;
            border-bottom: solid 1px #fff;
        }

        .agencyRule1 .tilBot .ov2 {
            top: 100%;
            right: 4px;
            height: 100%;
            width: 1px;
            border-left: solid 1px #fff;
        }

        .agencyRule1 .tilBot .ov3 {
            right: 100%;
            bottom: 4px;
            width: 100%;
            height: 1px;
            border-top: solid 1px #fff;
        }

        .agencyRule1 .tilBot .ov4 {
            left: 4px;
            bottom: 100%;
            height: 100%;
            width: 1px;
            border-right: solid 1px #fff;
        }

        .agencyRule1 .tilBot:hover .ov1 {
            left: 0%;
        }

        .agencyRule1 .tilBot:hover .ov2 {
            top: 0%;
        }

        .agencyRule1 .tilBot:hover .ov3 {
            right: 0%;
        }

        .agencyRule1 .tilBot:hover .ov4 {
            bottom: 0%;
        }

.stepRule {
    min-height: 100vh;
    background: transparent;
}

.agencyRule2 {
    padding: 30px 0;
}

    .agencyRule2 .title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

    .agencyRule2 .groupItem {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        align-items: center;
        font-size: 16px;
    }

        .agencyRule2 .groupItem img {
            padding: 40px;
        }

    .agencyRule2 .end {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-top: 30px;
    }

.agencyRule3 {
    padding: 30px 0;
    background: radial-gradient(circle, rgba(240, 240, 240, 0.1) 0%, rgba(240, 240, 240, 0.5) 50%, rgba(240, 240, 240, 0.1) 100%);
}

    .agencyRule3 .groupItem {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        align-items: center;
        font-size: 16px;
    }

        .agencyRule3 .groupItem img {
            padding: 40px;
        }

        .agencyRule3 .groupItem b {
            color: #ed7c40;
        }

.agencyRule4 {
    padding: 30px 0;
}

    .agencyRule4 .title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

    .agencyRule4 .groupItem {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        align-items: center;
        font-size: 16px;
    }

        .agencyRule4 .groupItem img {
            padding: 40px;
        }

        .agencyRule4 .groupItem b {
            color: #ed7c40;
        }

.agencyRule5 {
    padding: 30px 0;
    background: radial-gradient(circle, rgba(240, 240, 240, 0.1) 0%, rgba(240, 240, 240, 0.5) 50%, rgba(240, 240, 240, 0.1) 100%);
}

    .agencyRule5 .title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

    .agencyRule5 figure {
        text-align: center;
    }

    .agencyRule5 .end {
        text-align: center;
    }

        .agencyRule5 .end .tilBot {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 16px 32px;
            margin: 0 0 0 0;
            background: #3a302b;
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            overflow: hidden;
        }

            .agencyRule5 .end .tilBot .ov1,
            .agencyRule5 .end .tilBot .ov2,
            .agencyRule5 .end .tilBot .ov3,
            .agencyRule5 .end .tilBot .ov4 {
                transition: 500ms;
                position: absolute;
                z-index: 2;
            }

            .agencyRule5 .end .tilBot .ov1 {
                left: 100%;
                top: 4px;
                width: 100%;
                height: 1px;
                border-bottom: solid 1px #fff;
            }

            .agencyRule5 .end .tilBot .ov2 {
                top: 100%;
                right: 4px;
                height: 100%;
                width: 1px;
                border-left: solid 1px #fff;
            }

            .agencyRule5 .end .tilBot .ov3 {
                right: 100%;
                bottom: 4px;
                width: 100%;
                height: 1px;
                border-top: solid 1px #fff;
            }

            .agencyRule5 .end .tilBot .ov4 {
                left: 4px;
                bottom: 100%;
                height: 100%;
                width: 1px;
                border-right: solid 1px #fff;
            }

            .agencyRule5 .end .tilBot:hover .ov1 {
                left: 0%;
            }

            .agencyRule5 .end .tilBot:hover .ov2 {
                top: 0%;
            }

            .agencyRule5 .end .tilBot:hover .ov3 {
                right: 0%;
            }

            .agencyRule5 .end .tilBot:hover .ov4 {
                bottom: 0%;
            }

.agencyRule2 * {
}
/*#endregion*/

/*#region ======== Page Member*/
.member .khungAnh {
    width: 30%;
    float: left;
    margin-right: 15px;
}

    .member .khungAnh:before {
        padding-bottom: calc(16/9*100%);
    }

.members .groupItem .itemBox {
    float: left;
    width: calc((100% - 50px)/3);
    padding: 0 20px 20px;
    margin-right: 25px;
}

    .members .groupItem .itemBox:nth-child(3n) {
        margin-right: 0;
    }

    .members .groupItem .itemBox:nth-child(3) ~ .itemBox {
        margin-top: 25px;
    }
/*#endregion*/

/*#region ======== Form*/
.form {
}

.regLabel {
    font-weight: normal;
    line-height: 45px;
}

.regFields {
    width: 100%;
    padding: 0 10px;
    height: 30px;
    color: #3a302b;
    font-weight: normal;
    line-height: 30px;
    background: #f9f9f9;
    border: solid 1px #3a302b;
}

.regError {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    line-height: 20px;
    color: #F62157;
}

.regHint {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    color: #868686;
}

.btnSubmit {
    padding: 6px 20px;
    background: #000;
    color: #ffff00;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 25px;
}

    .btnSubmit:hover {
        color: #ffffff;
    }
/*#endregion*/

/*#region ======== Page Thu Vien*/
.boxDanhMuc .thuVienDS:nth-child(2n) {
    background-color: #f4f4f4;
}

    .boxDanhMuc .thuVienDS:nth-child(2n) .itemBox {
        background-color: #fff;
    }

.boxDanhMuc .thuVienDS:last-child {
    border-bottom: 3px solid #fff;
    padding-bottom: 57px;
}

.thuVienDS {
    padding: 20px 0 60px;
}

    .thuVienDS .header {
        position: relative;
        margin-bottom: 15px;
    }

        .thuVienDS .header .title a, .thuVienDS .header .title span {
            font: 36px/50px 'Roboto';
        }

            .thuVienDS .header .title a:hover {
                color: #ed7c40;
            }

        .thuVienDS .header .more {
            font: 15px/24px 'Roboto';
            color: #999;
            position: absolute;
            right: 0;
            bottom: 0;
        }

            .thuVienDS .header .more i {
                transform: translateY(1px);
                font-size: 17px;
            }

            .thuVienDS .header .more:hover {
                color: #dcb526;
            }

    .thuVienDS .groupItem {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 30px;
    }

        .thuVienDS .groupItem .itemBox {
            background-color: #f9f9f9;
            padding: 0 20px 20px;
            border-radius: 0 0 4px 4px;
        }

            .thuVienDS .groupItem .itemBox:hover {
                background-color: #fff !important;
                box-shadow: 0 0 10px rgba(211,211,211,.67);
            }

            .thuVienDS .groupItem .itemBox .khungAnh {
                margin: 0 -20px;
            }

                .thuVienDS .groupItem .itemBox .khungAnh .icon {
                    width: 80px;
                    height: 80px;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                    position: absolute;
                    z-index: 5;
                    pointer-events: none;
                }

                    .thuVienDS .groupItem .itemBox .khungAnh .icon .bg {
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        -webkit-transform: translate(-50%,-50%);
                        position: absolute;
                        z-index: 5;
                        height: 57px;
                        width: 57px;
                        z-index: 6;
                        display: block;
                        background: rgba(0, 0, 0, 0.5) url(/App_Themes/Web/videoIcon.png) no-repeat left 20px center;
                        background-size: 24px auto;
                        border-radius: 50%;
                        pointer-events: none;
                    }

                    .thuVienDS .groupItem .itemBox .khungAnh .icon .border {
                        height: 80px;
                        width: 80px;
                        display: block;
                        border: 1px solid #fff;
                        -webkit-animation: roundScale 1.6s linear infinite;
                        -moz-animation: roundScale 1.6s linear infinite;
                        animation: roundScale 1.6s linear infinite;
                        border-radius: 50%;
                    }

            .thuVienDS .groupItem .itemBox .itemTitle {
                margin: 15px 0 0;
                height: 66px;
                max-height: 66px;
                overflow: hidden;
            }

                .thuVienDS .groupItem .itemBox .itemTitle a {
                    font: bold 14px/22px 'Roboto';
                }

                    .thuVienDS .groupItem .itemBox .itemTitle a:hover {
                        color: #ed7c40;
                    }

        .thuVienDS .groupItem .slick-list .item {
            padding-bottom: 10px;
        }

        .thuVienDS .groupItem .slick-list .itemBox:nth-child(n) {
            width: 100%;
            margin: 0;
        }

    .thuVienDS .more1 {
        height: 42px;
        font: 17px/42px 'Roboto';
        color: #3a302b;
        border-radius: 5px;
        border: 1px solid #ed7c40;
        width: 300px;
        text-align: center;
        display: table;
        margin: 40px auto 0;
    }

        .thuVienDS .more1 span {
            font-family: 'Roboto';
            font-weight: bold;
        }

        .thuVienDS .more1:hover {
            background-color: #ed7c40;
            color: #fff;
        }

    .thuVienDS.hinhAnh .itemBox .khungAnh:before {
        padding-bottom: 67.45762712%;
    }

    .thuVienDS.hinhAnh .itemBox .khungAnh .icon .bg {
        background: rgba(98, 154, 79, 0.8) url(/App_Themes/Web/thIcon.png) no-repeat center center;
        background-size: 19px auto;
    }
/*#endregion*/

/*#region ======== Page Anh Chi Tiet*/
.anhChiTiet {
    width: 100%;
    margin: 25px 0 35px;
    overflow: hidden;
}

    .anhChiTiet .groupItem {
        width: 80%;
        margin: 0 auto;
    }

        .anhChiTiet .groupItem .owl-carousel .owl-stage-outer {
            overflow: visible;
        }

        .anhChiTiet .groupItem .owl-carousel .owl-stage {
            padding: 15px 0;
        }

        .anhChiTiet .groupItem .khungAnh:before {
            padding-bottom: 59.76331361%;
        }

        .anhChiTiet .groupItem .khungAnh .itemTitle {
            font: 17px/26px 'Roboto';
            background-color: rgba(255,255,255,.5);
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 9;
            width: 100%;
            text-align: center;
            padding: 9px 15px;
            display: none;
        }

        .anhChiTiet .groupItem .owl-item {
            transform: scale(.84) translateX(87%);
            -webkit-transform: scale(.84) translateX(87%);
            transition: 1s;
            -webkit-transition: 1s;
            border-radius: 6px;
            overflow: hidden;
            border: 10px solid rgba(0,0,0,0);
            opacity: .5;
        }

            .anhChiTiet .groupItem .owl-item.active {
                transform: scale(1);
                -webkit-transform: scale(1);
                position: relative;
                z-index: 9;
                border: 10px solid #fff;
                box-shadow: 0 8px 30px 0 rgba(0,0,0,.1);
                opacity: 1;
            }

                .anhChiTiet .groupItem .owl-item.active .khungAnh .itemTitle {
                    display: block;
                }

                .anhChiTiet .groupItem .owl-item.active ~ .owl-item {
                    transform: scale(.84) translateX(-87%);
                    -webkit-transform: scale(.84) translateX(-87%);
                }

        .anhChiTiet .groupItem .owl-nav > div {
            position: absolute;
            z-index: 9;
            width: 40px;
            height: 40px;
            border: none;
            top: calc(50% - 20px);
            outline: 0;
            cursor: pointer;
            background-color: rgba(0,0,0,.5);
            color: #fff;
            font-size: 28px;
            padding: 0;
            text-align: center;
            border-radius: 50%;
            font-size: 0;
        }

            .anhChiTiet .groupItem .owl-nav > div:before {
                content: '>';
                font-family: 'Roboto';
                line-height: 40px;
                margin-left: 4px;
                font-size: 28px;
            }

            .anhChiTiet .groupItem .owl-nav > div:hover {
                background-color: #c53622;
            }

            .anhChiTiet .groupItem .owl-nav > div.owl-next {
                right: 15px;
            }

            .anhChiTiet .groupItem .owl-nav > div.owl-prev {
                left: 15px;
            }

                .anhChiTiet .groupItem .owl-nav > div.owl-prev:before {
                    content: '<';
                    margin-left: 0;
                    margin-right: 4px;
                }

        .anhChiTiet .groupItem .owl-dots {
            display: table !important;
            margin: 0 auto 0;
            padding: 0;
            font-size: 0;
        }

            .anhChiTiet .groupItem .owl-dots .owl-dot {
                float: left;
                height: 10px;
            }

                .anhChiTiet .groupItem .owl-dots .owl-dot span {
                    height: 10px;
                    width: 10px;
                    background-color: #d1d1d1;
                    border-radius: 50%;
                    margin: 0 3px;
                    font-size: 0;
                    border: none;
                    padding: 0;
                    cursor: pointer;
                    outline: 0;
                    vertical-align: top;
                    display: inline-block;
                }

                .anhChiTiet .groupItem .owl-dots .owl-dot.active span, .anhChiTiet .groupItem .owl-dots .owl-dot:hover span {
                    background-color: #dcb526;
                }
/*#endregion*/

/*#region ======== Page Lien He*/
.contactUsPage {
    padding: 65px 0 90px;
}

    .contactUsPage .contactInfo {
        float: left;
        width: 50%;
        margin-right: 30px;
    }

        .contactUsPage .contactInfo h1 {
            font-size: 20px;
            line-height: 36px;
            color: #3a302b;
            text-transform: uppercase;
            margin: 12px 0 12px 0;
            padding: 0;
        }

        .contactUsPage .contactInfo ul {
            margin: 0;
            padding: 0;
            list-style: none;
            position: relative;
        }

            .contactUsPage .contactInfo ul li {
                border-bottom: 1px solid #efefef;
                min-height: 65px;
                color: #333;
                position: relative;
                display: flex;
                align-items: center;
            }

                .contactUsPage .contactInfo ul li:first-child {
                    border-top: 1px solid #efefef;
                }

                .contactUsPage .contactInfo ul li a {
                    z-index: 5;
                    color: #333;
                    font-size: 15px;
                    line-height: 22px;
                }

                    .contactUsPage .contactInfo ul li a:hover {
                        color: #ed7c40;
                    }

    .contactUsPage .contactForm {
        float: left;
        width: calc(50% - 30px);
    }

        .contactUsPage .contactForm .title {
            font-size: 20px;
            line-height: 26px;
            margin: 5px 0 15px;
        }

        .contactUsPage .contactForm .form input, .contactUsPage .contactForm .form textarea {
            height: 34px;
            font-size: 15px;
            line-height: 34px;
            margin-bottom: 7px;
            border: 1px solid #b2b2b2;
        }

            .contactUsPage .contactForm .form input:hover, .contactUsPage .contactForm .form textarea:hover {
                border: 1px solid #ed7c40;
            }

        .contactUsPage .contactForm .form textarea {
            height: 167px;
            margin-bottom: 1px;
            resize: none;
        }

        .contactUsPage .contactForm input.btnSend {
            height: 34px;
            width: 238px;
            text-transform: uppercase;
            text-align: center;
            font-size: 15px;
            line-height: 34px;
            color: #fff;
            display: inline-block;
            background-color: #000;
            border: none;
        }

        .contactUsPage .contactForm .btnSend:hover {
            background-color: #ed7c40;
        }


    .contactUsPage .googleMap {
        margin-top: 20px;
        float: left;
        width: 100%;
    }

        .contactUsPage .googleMap .title {
            font-size: 20px;
            line-height: 26px;
            margin: 5px 0 15px;
        }

        .contactUsPage .googleMap .map {
            width: 100%;
            height: 330px;
        }

            .contactUsPage .googleMap .map iframe {
                height: 330px;
            }
/*#endregion*/

/*#region ======== Page Thong Bao*/
.thongBao {
    max-width: 100%;
    width: 700px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}

    .thongBao .text {
        font-size: 40px;
        line-height: 50px;
        color: #ed7c40;
        margin-top: 20px;
    }

    .thongBao .content {
        font-size: 15px;
        line-height: 34px;
        color: #333;
        margin-top: 15px;
    }

        .thongBao .content .tel {
            color: #ed7c40;
        }

    .thongBao .home {
        height: 34px;
        width: 238px;
        text-transform: uppercase;
        text-align: center;
        font-size: 15px;
        line-height: 34px;
        color: #fff;
        display: table;
        background-color: #ed7c40;
        margin: 25px auto 0;
    }

        .thongBao .home:hover {
            -webkit-filter: brightness(120%);
            filter: brightness(120%);
            -ms-filter: brightness(120%);
            -moz-filter: brightness(120%);
            -o-filter: brightness(120%);
        }
/*#endregion*/

/*#region ======== Page Gioi Thieu*/
.introPage {
    display: flow-root;
}
/*#region ======== Menu View*/
.topGioiThieu {
    position: relative;
}

.menuView {
    background-color: rgba(255,255,255,.8);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
}

    .menuView ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .menuView ul li {
            float: left;
            margin-right: 35px;
        }

            .menuView ul li:last-child {
                margin-right: 0;
            }

            .menuView ul li a {
                font-size: 13px;
                line-height: 44px;
                color: #3a302b;
                text-transform: uppercase;
                display: block;
                border-bottom: 2px solid rgba(0,0,0,0);
            }

            .menuView ul li.active a, .menuView ul li:hover a {
                border-bottom: 2px solid #ed7c40;
            }

    .menuView.stick {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 0 4px 0 #000000;
    }
/*#endregion*/
/*#region ======== Banner GioiThieu*/
.bannerGioiThieu {
    padding: 80px 0;
    background: #eee;
    background-image: url(/App_Themes/Web/bg-cheo-2.png);
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

    .bannerGioiThieu .bRow {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }

    .bannerGioiThieu .bInf {
        position: relative;
    }

        .bannerGioiThieu .bInf .detail p:first-child {
            position: relative;
            padding-left: 90px;
            font-size: 20px;
            color: #999;
            margin: 0;
        }

            .bannerGioiThieu .bInf .detail p:first-child:before {
                content: "";
                width: 80px;
                height: 1px;
                background: #999;
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }

        .bannerGioiThieu .bInf .detail p:nth-child(2) {
            font-family: 'Oswald';
            font-size: 34px;
            line-height: 1;
            text-transform: uppercase;
            color: #000;
            padding: 20px 0 26px 0;
            margin: 0;
            letter-spacing: 0.05em;
        }

    .bannerGioiThieu .bContent {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        color: #3a302b;
        font-weight: 100;
        max-height: 400px;
        padding-right: 20px;
        position: relative;
        z-index: 2;
    }

    .bannerGioiThieu .bLogo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        opacity: 0.8;
        z-index: 1;
    }

    .bannerGioiThieu .canvasWrapper {
        width: 100%;
        height: 100%;
        background: #fff;
    }

/*#endregion*/
/*#region ======== Thong Diep*/
.thongDiep {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0 40px;
}

    .thongDiep .title span {
        font-family: 'Oswald';
        font-size: 34px;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 13px;
        display: inline-block;
        color: #000;
        letter-spacing: 0.05em;
    }

        .thongDiep .title span:before {
            content: '';
            width: 250px;
            height: 1px;
            background-color: #000;
            left: 0;
            bottom: 0;
            position: absolute;
        }

    .thongDiep .content {
        font-size: 16px;
        line-height: 24px;
        max-width: 800px;
        margin-top: 10px;
        color: #3a302b;
    }
/*#endregion*/
/*#region ======== Nganh Nghe*/
.nganhNghe {
    padding: 40px 0 60px;
}

    .nganhNghe .introTitleBg {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .nganhNghe .introTitleBg .title {
            font-family: 'Oswald';
            font-size: 26px;
            font-weight: normal;
            color: #3a302b;
            text-align: center;
            letter-spacing: 1px;
            position: relative;
            margin: 0;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

            .nganhNghe .introTitleBg .title:before {
                content: "";
                position: absolute;
                width: 80px;
                bottom: -18px;
                z-index: 1;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 5px #ed7c40;
                border-radius: 18px;
            }

            .nganhNghe .introTitleBg .title:after {
                content: "";
                position: absolute;
                width: 240px;
                bottom: -16px;
                left: 50%;
                transform: translateX(-50%);
                border-bottom: solid 1px #ccc;
            }

        .nganhNghe .introTitleBg .description {
            max-width: 800px;
            margin: auto;
            padding: 16px;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #3a302b;
        }

    .nganhNghe .bRowRight {
        height: 450px;
        display: flex;
        overflow: hidden;
    }

        .nganhNghe .bRowRight .itemBox {
            flex: 0 0 calc((100% - 0px)/3);
            transition: all 500ms ease;
            overflow: hidden;
        }

            .nganhNghe .bRowRight .itemBox .actItem {
                display: block;
                height: 100%;
                width: 100%;
                background-size: cover;
                background-position: center center;
                position: relative;
                transition: all 300ms ease;
            }

                .nganhNghe .bRowRight .itemBox .actItem:before {
                    content: '';
                    display: block;
                    z-index: 10;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    transition: all 0.3s ease;
                    background: linear-gradient( 180deg, rgba(255,255,255,0) 50%, rgba(44,44,44,0.8) 100%);
                }

            .nganhNghe .bRowRight .itemBox svg {
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 15;
            }

                .nganhNghe .bRowRight .itemBox svg .shape {
                    fill: transparent;
                    z-index: 15;
                }

            .nganhNghe .bRowRight .itemBox:hover svg .shape {
                stroke: #ed7c40;
                stroke-width: 12px;
                stroke-miterlimit: 10;
                stroke-dasharray: 3200;
                stroke-dashoffset: 3200;
                animation: actItemAnim 2s 0s;
                animation-fill-mode: forwards;
            }

            .nganhNghe .bRowRight .itemBox .actDetail {
                position: absolute;
                z-index: 20;
                display: block;
                right: 20px;
                bottom: 20px;
                left: 20px;
            }

                .nganhNghe .bRowRight .itemBox .actDetail .atc1 {
                    line-height: 1;
                    color: #eee;
                    text-transform: capitalize;
                }

                .nganhNghe .bRowRight .itemBox .actDetail .atc2 {
                    font-family: 'Oswald';
                    font-size: 24px;
                    line-height: 32px;
                    color: #fff;
                    text-transform: uppercase;
                    margin: 10px 0 0 0;
                }

        .nganhNghe .bRowRight .active {
            flex: 0 0 60%;
        }

            .nganhNghe .bRowRight .active .actItem:before {
                background: linear-gradient( 180deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.9) 100%);
            }

            .nganhNghe .bRowRight .active .actDetail .atc1 {
                color: #444;
            }

            .nganhNghe .bRowRight .active .actDetail .atc2 {
                color: #000;
            }

        .nganhNghe .bRowRight .deactive {
            flex: 0 0 20%;
        }

/*#endregion*/
/*#region ======== Gia Tri*/
.giaTriCotLoi {
    padding: 85px 0 105px;
    position: relative;
}

    .giaTriCotLoi:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/App_Themes/Web/img/intro-giaTriBg.webp) no-repeat center;
        background-size: cover;
    }

    .giaTriCotLoi .container {
        position: relative;
    }

    .giaTriCotLoi .title {
        width: 330px;
        height: 110px;
        margin: 0 auto;
        text-align: center;
        background: #f9f9f9;
        border-top: 10px solid #ed7c40;
    }

        .giaTriCotLoi .title span {
            color: #ed7c40;
            text-transform: uppercase;
            line-height: 100px;
        }

    .giaTriCotLoi .groupItem {
        padding-top: 175px;
        background: url(/App_Themes/Web/img/intro-giaTriLine.webp) no-repeat top center;
        background-size: contain;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 30px;
    }

        .giaTriCotLoi .groupItem .itemBox {
            position: relative;
        }

            .giaTriCotLoi .groupItem .itemBox .khungAnh:after {
                content: '';
                width: 100%;
                height: 8px;
                background-color: #ed7c40;
                position: absolute;
                z-index: 5;
                left: 0;
                bottom: 0;
                visibility: visible;
            }

            .giaTriCotLoi .groupItem .itemBox .itemDetail {
                background: #f9f9f9;
                background-size: cover;
                padding: 25px 18px;
            }

                .giaTriCotLoi .groupItem .itemBox .itemDetail .itemTitle {
                    font-size: 16px;
                    color: #ed7c40;
                    text-transform: uppercase;
                    margin: 0 0 12px;
                }

                .giaTriCotLoi .groupItem .itemBox .itemDetail .itemDescription {
                    line-height: 22px;
                    color: #3a302b;
                    height: 88px;
                    overflow: hidden;
                }

                    .giaTriCotLoi .groupItem .itemBox .itemDetail .itemDescription p {
                        margin: 0;
                        padding: 0;
                    }

        .giaTriCotLoi .groupItem .slick-list {
            margin: 0 -15px;
        }

        .giaTriCotLoi .groupItem .item {
            padding: 0 15px;
        }

        .giaTriCotLoi .groupItem .slick-arrow {
            display: none !important;
        }

        .giaTriCotLoi .groupItem .slick-dots {
            display: table !important;
            margin: 0;
            padding: 0;
            font-size: 0;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            position: absolute;
            z-index: 5;
            top: -30px;
        }

            .giaTriCotLoi .groupItem .slick-dots li {
                float: left;
                height: 10px;
                overflow: hidden;
            }

                .giaTriCotLoi .groupItem .slick-dots li button {
                    height: 10px;
                    width: 10px;
                    background-color: #d3d3d3;
                    border-radius: 50%;
                    margin: 0 3px;
                    font-size: 0;
                    border: none;
                    padding: 0;
                    cursor: pointer;
                    outline: 0;
                    vertical-align: top;
                }

                .giaTriCotLoi .groupItem .slick-dots li.slick-active button, .giaTriCotLoi .groupItem .slick-dots li:hover button {
                    background-color: #ed7c40;
                }
/*#endregion*/
/*#region ======== Lich Su*/
.lichSuHinhThanh {
    padding: 80px 0;
}

    .lichSuHinhThanh .title {
        text-align: center;
    }

        .lichSuHinhThanh .title span {
            font-size: 34px;
            line-height: 34px;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 13px;
            display: inline-block;
        }

            .lichSuHinhThanh .title span:before {
                content: '';
                width: 100px;
                height: 2px;
                background-color: #ed7c40;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                position: absolute;
                z-index: 5;
                bottom: 0;
            }

    .lichSuHinhThanh .description {
        text-align: center;
        margin-top: 20px;
    }

    .lichSuHinhThanh .groupItem {
        margin-top: 60px;
        position: relative;
    }

        .lichSuHinhThanh .groupItem:before {
            content: '';
            height: 4px;
            width: 100%;
            background-color: #dbdbdb;
            left: 0;
            top: 88px;
            display: block;
            position: absolute;
        }

        .lichSuHinhThanh .groupItem .itemBox .itemNam {
            height: 130px;
            position: relative;
            margin-bottom: 16px;
        }

            .lichSuHinhThanh .groupItem .itemBox .itemNam .icon {
                width: 136px;
                height: 92px;
                margin: 0 auto;
                border-bottom: 4px solid rgba(0,0,0,0);
                background: url(/App_Themes/Web/namIcon.png) no-repeat top center;
                text-align: center;
                font-size: 18px;
                font-weight: bold;
                line-height: 26px;
                color: #3a302b;
                padding-top: 20px;
            }

            .lichSuHinhThanh .groupItem .itemBox .itemNam .ngan {
                height: 22px;
                width: 2px;
                background-color: #dbdbdb;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                position: absolute;
                z-index: 5;
                bottom: 0;
                visibility: visible;
            }

        .lichSuHinhThanh .groupItem .itemBox:hover .itemNam {
            height: 130px;
            position: relative;
            margin-bottom: 16px;
        }

            .lichSuHinhThanh .groupItem .itemBox:hover .itemNam .icon {
                border-bottom: 4px solid #ed7c40;
            }

            .lichSuHinhThanh .groupItem .itemBox:hover .itemNam .ngan {
                background-color: #ed7c40;
            }

        .lichSuHinhThanh .groupItem .itemBox .khungAnh:before {
            padding-bottom: 56.41891892%;
        }

        .lichSuHinhThanh .groupItem .itemBox .itemDetail .itemTitle {
            margin: 10px 0;
        }

            .lichSuHinhThanh .groupItem .itemBox .itemDetail .itemTitle a {
                color: #3a302b;
                font-weight: bold;
                font-size: 14px;
            }

                .lichSuHinhThanh .groupItem .itemBox .itemDetail .itemTitle a:hover {
                    color: #ed7c40;
                }

        .lichSuHinhThanh .groupItem .itemBox .itemDetail .itemDescription {
            font-size: 13px;
            line-height: 22px;
        }

        .lichSuHinhThanh .groupItem .slick-list {
            margin: -15px;
        }

            .lichSuHinhThanh .groupItem .slick-list .item {
                padding: 0 15px;
                vertical-align: top;
            }

                .lichSuHinhThanh .groupItem .slick-list .item.slick-current .itemBox .itemNam {
                    height: 130px;
                    position: relative;
                    margin-bottom: 16px;
                }

                    .lichSuHinhThanh .groupItem .slick-list .item.slick-current .itemBox .itemNam .icon {
                        border-bottom: 4px solid #ed7c40;
                    }

                    .lichSuHinhThanh .groupItem .slick-list .item.slick-current .itemBox .itemNam .ngan {
                        background-color: #ed7c40;
                    }

        .lichSuHinhThanh .groupItem .slick-dots {
            display: none !important;
        }

        .lichSuHinhThanh .groupItem .slick-arrow {
            position: absolute;
            z-index: 9;
            width: 36px;
            height: 36px;
            border: none;
            top: calc(50% - 10px);
            outline: 0;
            cursor: pointer;
            color: #070707;
            font-size: 28px;
            padding: 0;
            text-align: center;
            border-radius: 4px;
            background: #fff;
            box-shadow: 0 7px 10px 0 rgba(0,0,0,.2);
        }

            .lichSuHinhThanh .groupItem .slick-arrow:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 8px;
                height: 8px;
                margin-left: -2px;
                box-sizing: border-box;
                border-top: 2px solid #3a302b;
                border-left: 2px solid #3a302b;
                transform-origin: center;
                transform: translate(-50%,-50%) rotate(135deg);
            }

            .lichSuHinhThanh .groupItem .slick-arrow:hover {
                background: #f2f2f2;
                color: #165DA7;
            }

            .lichSuHinhThanh .groupItem .slick-arrow.slick-next {
                right: 16px;
                border-radius: 4px;
            }

            .lichSuHinhThanh .groupItem .slick-arrow.slick-prev {
                left: 16px;
                border-radius: 4px;
            }

                .lichSuHinhThanh .groupItem .slick-arrow.slick-prev:before {
                    transform: translate(-50%,-50%) rotate(-45deg);
                }

/*#endregion*/
/*#region ======== Su Menh*/
.suMenhTamNhin .suMenh {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

    .suMenhTamNhin .suMenh .khungAnh:before {
        padding-bottom: 100%;
    }

    .suMenhTamNhin .suMenh .detail {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        position: absolute;
        z-index: 5;
        right: calc(-653px/2);
        height: 653px;
        width: 653px;
        border: 10px solid rgba(255,255,255,.5);
        border-radius: 50%;
    }

        .suMenhTamNhin .suMenh .detail .content {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            position: absolute;
            z-index: 5;
            height: 514px;
            width: 514px;
            border-radius: 50%;
            background-color: #3a302b;
        }

            .suMenhTamNhin .suMenh .detail .content .boxContent {
                width: 50%;
                padding: 0 40px;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                position: absolute;
                z-index: 5;
                left: 0;
            }

                .suMenhTamNhin .suMenh .detail .content .boxContent .title {
                    font-size: 30px;
                    line-height: 30px;
                    color: #fff;
                    text-transform: uppercase;
                }

                .suMenhTamNhin .suMenh .detail .content .boxContent .description {
                    font-size: 13px;
                    line-height: 22px;
                    color: #fff;
                    margin-top: 15px;
                    text-align: justify;
                    height: 176px;
                    overflow: hidden;
                }

.suMenhTamNhin .tamNhin {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

    .suMenhTamNhin .tamNhin .khungAnh:before {
        padding-bottom: 100%;
    }

    .suMenhTamNhin .tamNhin .detail {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        position: absolute;
        z-index: 5;
        left: calc(-584px/2);
        height: 584px;
        width: 584px;
        border: 10px solid rgba(255,255,255,.5);
        border-radius: 50%;
    }

        .suMenhTamNhin .tamNhin .detail .content {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            position: absolute;
            z-index: 5;
            height: 514px;
            width: 514px;
            border-radius: 50%;
            background-color: #ed7c40;
        }

            .suMenhTamNhin .tamNhin .detail .content .boxContent {
                width: 50%;
                padding: 0 40px;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                position: absolute;
                z-index: 5;
                right: 0;
            }

                .suMenhTamNhin .tamNhin .detail .content .boxContent .title {
                    font-size: 30px;
                    line-height: 30px;
                    color: #fff;
                    text-transform: uppercase;
                }

                .suMenhTamNhin .tamNhin .detail .content .boxContent .description {
                    font-size: 13px;
                    line-height: 22px;
                    color: #fff;
                    margin-top: 15px;
                    text-align: justify;
                    height: 176px;
                    overflow: hidden;
                }
/*#endregion*/
/*#region ======== Thanh Tich*/
.thanhTich {
    padding: 60px 0;
}

    .thanhTich .title {
        text-align: center;
    }

        .thanhTich .title span {
            font-size: 34px;
            line-height: 34px;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 13px;
            display: inline-block;
        }

            .thanhTich .title span:before {
                content: '';
                width: 100px;
                height: 2px;
                background-color: #ed7c40;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                position: absolute;
                z-index: 5;
                bottom: 0;
            }

    .thanhTich .groupItem {
        margin-top: 45px;
    }

        .thanhTich .groupItem .itemBox .khungAnh {
            border: 1px solid transparent;
        }

            .thanhTich .groupItem .itemBox .khungAnh:before {
                padding-bottom: 141.27516779%;
            }

        .thanhTich .groupItem .itemBox .itemTitle {
            margin: 15px 0 0;
            text-align: center;
            font-weight: bold;
            line-height: 22px;
        }

        .thanhTich .groupItem .itemBox:hover .khungAnh {
            border: 3px solid #ed7c40;
        }

        .thanhTich .groupItem .slick-list {
            margin: 0 -15px;
        }

            .thanhTich .groupItem .slick-list .item {
                padding: 0 15px;
                vertical-align: top;
            }

        .thanhTich .groupItem .slick-arrow {
            display: none !important;
        }

        .thanhTich .groupItem .slick-dots {
            display: table !important;
            margin: 25px auto 0;
            padding: 0;
            font-size: 0;
        }

            .thanhTich .groupItem .slick-dots li {
                float: left;
                height: 10px;
                overflow: hidden;
            }

                .thanhTich .groupItem .slick-dots li button {
                    height: 10px;
                    width: 10px;
                    background-color: #ccc;
                    border-radius: 50%;
                    margin: 0 3px;
                    font-size: 0;
                    border: none;
                    padding: 0;
                    cursor: pointer;
                    outline: 0;
                    vertical-align: top;
                }

                .thanhTich .groupItem .slick-dots li.slick-active button, .thanhTich .groupItem .slick-dots li:hover button {
                    background-color: #ed7c40;
                }
/*#endregion*/

/*#endregion*/

/*#region ======== keyframes*/
@-webkit-keyframes moveFromLeftLogo {
    from {
        -webkit-transform: translateX(-120%);
    }

    to {
        -webkit-transform: translateX(650%);
    }
}

@-moz-keyframes moveFromLeftLogo {
    from {
        -webkit-transform: translateX(-120%);
    }

    to {
        -webkit-transform: translateX(650%);
    }
}

@-ms-keyframes moveFromLeftLogo {
    from {
        -webkit-transform: translateX(-120%);
    }

    to {
        -webkit-transform: translateX(650%);
    }
}

@-webkit-keyframes scrollDestop {
    0% {
        top: 5px;
        opacity: 0;
    }

    50% {
        top: 20px;
        opacity: 1;
    }

    100% {
        top: 30px;
        opacity: 0;
    }
}

@-moz-keyframes scrollDestop {
    0% {
        top: 5px;
        opacity: 0;
    }

    50% {
        top: 20px;
        opacity: 1;
    }

    100% {
        top: 30px;
        opacity: 0;
    }
}

@-o-keyframes scrollDestop {
    0% {
        top: 5px;
        opacity: 0;
    }

    50% {
        top: 20px;
        opacity: 1;
    }

    100% {
        top: 30px;
        opacity: 0;
    }
}

@keyframes scrollDestop {
    0% {
        top: 5px;
        opacity: 0;
    }

    50% {
        top: 20px;
        opacity: 1;
    }

    100% {
        top: 30px;
        opacity: 0;
    }
}

@keyframes roundScale {
    from,to {
        transform: scale(.6);
        opacity: .8;
    }

    50% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes roundScale {
    from,to {
        transform: scale(.6);
        opacity: .8;
    }

    50% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes rotatePhone {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes rotatePhone {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(0.7);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(0.7);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(0.7);
    }

    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }

    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }

    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-50%);
    }

    to {
        -webkit-transform: translateX(20%);
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-50%);
    }

    to {
        -webkit-transform: translateX(20%);
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-50%);
    }

    to {
        -webkit-transform: translateX(20%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(200%);
    }

    to {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(200%);
    }

    to {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(200%);
    }

    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}
/*#endregion*/

/*#region ============================================================ Mobile Menu */
.menuResBtn {
    float: right;
    width: 0;
    height: 0;
    margin: 0;
    background-color: none;
    border-radius: 50%;
    transition: all linear 300ms;
    visibility: hidden;
    z-index: 99999999999999999999;
}

.menu_toggle {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: left;
    background: #ffffff;
    width: calc(100% - 100px);
    max-width: 350px;
    height: 100%;
    z-index: 999999;
    overflow-y: auto;
    box-shadow: 1px 0 2px rgba(0,0,0,0.3);
}

    .menu_toggle.active {
        background: #e1e1e1;
    }

.fillscreen {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1500;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.59);
    cursor: pointer;
}

.showmenu {
    display: block;
}

.hidemenu {
    display: none;
}

.mn-mobile-header {
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background: #3a302b;
    text-transform: uppercase;
    font-weight: bold;
}

.menu_toggle ul {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
}

    .menu_toggle ul > li {
        position: relative;
    }

        .menu_toggle ul > li > a {
            position: static;
            font-size: 15px;
            line-height: 24px;
            display: block;
            border-bottom: 1px solid #ccc;
            color: #000;
            padding: 12px 50px 12px 20px;
            text-transform: uppercase;
        }

    .menu_toggle ul li a.active,
    .menu_toggle ul li .subMenu1 li a.active,
    .menu_toggle ul li.active a {
        background: #eee;
        color: #ed7c40;
    }

        .menu_toggle ul li .subMenu1 li a.active span:before {
            border-color: #ff0000;
        }

    .menu_toggle ul li.active span.openSub:before {
        border-color: #ff0000;
    }

    .menu_toggle ul > li > span.openSub {
        height: 49px;
        width: 49px;
        z-index: 3;
        border: none;
        top: 0;
        right: 0;
        position: absolute;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        border-left: 1px solid #ccc;
    }

        .menu_toggle ul > li > span.openSub:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin-left: -2px;
            box-sizing: border-box;
            border-top: 2px solid #000;
            border-left: 2px solid #000;
            transform-origin: center;
            transform: translate(-50%,-50%) rotate(135deg);
        }

        .menu_toggle ul > li > span.openSub.active:before {
            transform: translate(-50%,-50%) rotate(-45deg);
        }

    .menu_toggle ul > li .subMenu {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(0);
        background: #fff;
        width: calc(100% - 145px);
        max-width: 280px;
        height: 100%;
        z-index: 9999999;
        overflow-y: auto;
        display: none;
        box-shadow: 1px 0 5px rgba(0,0,0,0.8);
        transition: all 200ms linear;
    }

        .menu_toggle ul > li .subMenu .closes {
            padding: 15px;
            color: #fff;
            background: #666;
            text-transform: uppercase;
            font-weight: bold;
            position: relative;
            cursor: pointer;
        }

            .menu_toggle ul > li .subMenu .closes:before {
                content: '';
                position: absolute;
                top: 50%;
                right: 5px;
                width: 8px;
                height: 8px;
                margin-left: -2px;
                box-sizing: border-box;
                border-top: 2px solid #fff;
                border-left: 2px solid #fff;
                transform-origin: center;
                transform: translate(-50%,-50%) rotate(-45deg);
            }

    .menu_toggle ul li .subMenu1 .title {
        display: none;
    }

    .menu_toggle ul li .subMenu1 li a,
    .menu_toggle ul li.active .subMenu1 li a {
        color: #3a302b;
        text-transform: none;
        font-size: 14px;
        line-height: 24px;
        padding: 12px 10px 12px 26px;
        display: block;
        background: none;
    }

        .menu_toggle ul li .subMenu1 li a span:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 15px;
            width: 8px;
            height: 8px;
            margin-left: -2px;
            box-sizing: border-box;
            border-top: 2px solid #3a302b;
            border-left: 2px solid #3a302b;
            transform-origin: center;
            transform: translate(-50%,-50%) rotate(135deg);
        }

        .menu_toggle ul li .subMenu1 li a.active {
            background: #eee;
            color: #ff0000;
        }
/*#endregion*/

@media (max-width: 2500px) {
}

@media (max-width: 1921px) {
}

@media (max-width: 1631px) {
}

@media(max-width:1201px) {
    .container {
        width: calc(100% - 40px);
        display: flow-root;
    }

    .headerBox .nav .cartBox .cartCounter {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        right: 0;
        top: -14px;
        border-radius: 50%;
    }

        .headerBox .nav .cartBox .cartCounter:before {
            display: none;
        }

    .headerBox .nav .cartBox .cartTemp {
        left: unset;
        right: 0;
        max-height: 60vh;
        overflow-y: scroll;
    }

        .headerBox .nav .cartBox .cartTemp:before {
            left: unset;
            right: 0;
        }
}

@media(max-width:1025px) {
    .headerBox .nav {
        height: 50px;
    }

        .headerBox .nav .navbar .navMenu {
            display: none;
        }

    .menuResBtn {
        width: 40px;
        height: 40px;
        visibility: visible;
    }

    .openMenuRes {
        display: block;
        border: solid 1px #000;
        background: #000 url(/App_Themes/Web/open_menu_res.png) no-repeat center center;
        background-size: 16px auto;
        width: 40px;
        height: 40px;
        font-size: 0;
        cursor: pointer;
        vertical-align: top;
        border-radius: 50%;
    }

        .openMenuRes.active {
            background-image: url(/App_Themes/Web/open_menu_res_active.png);
            background-size: 13px auto;
        }

    .menuBox .menuMain {
        display: none;
    }

    .sideBar {
        display: none;
    }

    .pageMain {
        width: 100%;
    }

    .menuView ul li {
        margin-right: 20px;
    }
}

@media(max-width:799px) {
    .container {
        width: calc(100% - 20px);
    }

    .headerBox .top {
        display: none;
    }

    .theBest .groupItem {
        grid-template-columns: repeat(2, 1fr);
    }

    .contentBest {
        padding: 50px 0;
    }

        .contentBest .bRow {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 20px;
        }

        .contentBest .bRowRight {
            height: 400px;
        }

    .sanPhamHome .groupItem {
        display: flex;
        grid-gap: unset;
        flex-wrap: wrap;
    }

        .sanPhamHome .groupItem .left {
            flex: 0 0 calc(50% - 10px);
            margin-right: 10px;
        }

        .sanPhamHome .groupItem .center {
            flex: 0 0 calc(50% - 10px);
            margin-left: 10px;
        }

        .sanPhamHome .groupItem .right {
            flex: 0 0 100%;
            margin-top: 20px;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 20px;
        }

    .sanPhamHome .groupCat {
        grid-template-columns: repeat(4, 1fr);
    }

    .review .groupItem {
        grid-template-columns: repeat(1, 1fr);
    }

    .daiLyDK .ourGroup .fistGroup,
    .daiLyDK .ourGroup .secondGroup {
        flex: 100%;
        max-width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    .daiLyDK .fistGroup .item {
        width: calc(100% - 40px);
    }

    .slideMidHome .khungAnh:before {
        padding-bottom: 250px;
    }

    .tinTucHome .content .newsNewHome {
        width: 100%;
        margin-right: 0;
    }

    .tinTucHome .rows {
        grid-template-columns: repeat(1, 1fr);
    }

    .doiTac .bRow {
        grid-template-columns: repeat(1, 1fr);
    }

    .footerBox .top {
        flex-wrap: wrap;
    }

        .footerBox .top .newLetterBox {
            flex: 0 0 100%;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: solid 1px #ccc;
        }

        .footerBox .top .footerMenuBox {
            flex: 0 0 calc(50% - 10px);
            margin: 0 10px 0 0;
        }

        .footerBox .top .footerOther {
            flex: 0 0 calc(50% - 10px);
            margin: 0 0 0 10px;
        }

    .footerBox .bot {
        width: 100%;
    }

    .agency .mapS {
        height: 200px;
    }

    .agency .filName {
        display: none;
    }

    .agency .filCity, .agency .filButton {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .agency .groupItem, .agency .mapS {
        width: 100%;
    }

    .spAll .groupItem {
        grid-template-columns: repeat(3, 1fr);
    }

    .projBox .groupItem {
        grid-template-columns: repeat(3, 1fr);
    }

    .projItemTop {
        grid-template-columns: repeat(1, 1fr);
    }

        .projItemTop .projItemImages, .projItemTop .projItemContent {
            flex: 0 0 100%;
        }

    .cartInfo .ci {
        flex-wrap: wrap;
    }

        .cartInfo .ci .cartLeft, .cartInfo .ci .cartRight {
            flex: 0 0 100%;
            max-width: 100%;
            margin: 10px 0;
            padding: 0;
        }

    .agency .groupItem {
        grid-template-columns: repeat(3, 1fr);
    }

    .agencyRule1 {
        background: #f9f9f9;
        padding: 30px 0;
    }

        .agencyRule1 figure {
            display: none;
        }

        .agencyRule1 .container {
            position: relative;
            left: 0;
            transform: none;
        }

            .agencyRule1 .container .content {
                width: auto;
                color: #3a302b;
                margin: auto;
            }

    .agencyRule2 .groupItem, .agencyRule3 .groupItem, .agencyRule4 .groupItem {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        align-items: center;
    }

    .menuView {
        display: none;
    }

    .bannerGioiThieu .bRow {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .bannerGioiThieu .khungAnh {
        display: none;
    }

    .bannerGioiThieu .content {
        position: relative;
        top: unset;
        transform: none;
        padding: 40px;
    }

        .bannerGioiThieu .content .top .detail {
            width: 100%;
        }

        .bannerGioiThieu .content .bottom {
            height: auto;
        }

    .giaTriCotLoi .groupItem {
        padding-top: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:500px) {
    .slideMain .khungAnh:before {
        padding-bottom: calc((9/16)*100%);
    }

    .doiNgu .item {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .doiNgu .groupItem .itemBox {
        padding: 10px;
        border-radius: unset;
    }

        .doiNgu .groupItem .itemBox .khungAnh {
            width: 90%;
        }

        .doiNgu .groupItem .itemBox .itemDetail .itemTitle {
            font-size: 14px;
        }

        .doiNgu .groupItem .itemBox .itemDetail .itemDescription {
            margin: 0;
            font-size: 12px;
        }

        .doiNgu .groupItem .itemBox .itemCotent {
            padding: 0;
            font-size: 12px;
        }

    .sanPhamHome .groupItem .itemBox .khungAnh:before {
        padding-bottom: calc(4/6*100%);
    }

    .sanPhamHome .groupCat {
        grid-template-columns: repeat(2, 1fr);
    }

    .daiLyDK .secondGroup .groupItem {
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

        .daiLyDK .secondGroup .groupItem .itemBox .itemTop {
            font-size: 60px;
            top: 0;
        }

        .daiLyDK .secondGroup .groupItem .itemBox .itemDetail .itemDescription {
            height: auto;
        }

    .review .reviewContact .revs {
        display: inline-block;
        position: relative;
        transform: inherit;
        margin-top: 20px;
    }

    .footerBox .bot {
        text-align: left;
    }

    .projBox .groupItem {
        grid-template-columns: repeat(2, 1fr);
    }

    .projItemTop .projItemImages, .projItemTop .projItemContent {
        flex: 0 0 100%;
    }

    .cartInfo .cart-func {
        display: inherit;
    }

        .cartInfo .cart-func .btnBuy {
            margin-bottom: 10px;
        }

    .payMent .c-right-pay .c-pay {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
    }

    .newsTrend .itemBox:first-child {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .newsTrend .itemBox:nth-child(2n) {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    .newsTrend .itemBox:nth-child(3n) {
        width: calc(50% - 10px);
        margin-left: 10px;
    }

    .newsTrend .itemBox:nth-child(4n) {
        display: none;
    }

    .newsCate .groupItem {
        grid-template-columns: repeat(2, 1fr);
    }

    .agency .groupItem {
        grid-template-columns: repeat(2, 1fr);
    }

    .suMenhTamNhin .suMenh, .suMenhTamNhin .tamNhin {
        width: 100%;
        margin: 20px 0;
    }
}
