﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=vietnamese');
@import url('baisau.css');

body {
    width: 100%;
    min-width: 320px;
    line-height: normal;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    overflow-x: hidden;
    background: url(../img/background.jpg) repeat;
}

a {
    color: #333;
    opacity: 1;
}

    a:hover, a:focus {
        text-decoration: none;
        opacity: .7;
    }

a, span, i {
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

img {
    max-width: 100%;
    height: auto;
}


@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 1367px) {
    .container {
        max-width: 1360px
    }
}

.headerbg {
    height: 201px;
    width: 1360px;
    margin-left: -15px;
    background: url('../img/top_banner.jpg');
    background-repeat: no-repeat;
}

.menubottom {
    width: 99%;
    height: 40px;
    margin-top: 155px;
    padding-left: 200px;
    float: left;
}
.menuright {
    width: 185px;
    height: 30px;
    float: left;
    text-align: right;
    padding-top: 10px;
    padding-right: 5px;
}

.d-flex-spacer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-invisible {
    font: 0/0 small;
}

.form-control {
    font-size: 14px;
}

.btn-primary {
    background: #0071ba;
    border-color: #0071ba;
}

.btn-orange {
    background: #f08818;
    border-color: #f08818;
}

.btn-green {
    background: #54a339;
    border-color: #54a339;
}

.btn-red {
    height: 30px;
    background: #b6111d;
    border-color: #b6111d;
    font-size: 14px;
    line-height: 16px;
    color: white
}

.box-square,
.box-16x9 {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    overflow: hidden;
    margin: 0;
}

    .box-square > img,
    .box-16x9 > img {
        position: absolute;
        left: 1px;
        top: 1px;
        display: block;
        height: 100% !important;
        opacity: 1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

.box-16x9 {
    padding-bottom: 56.25%;
}

    .box-16x9 > img {
        width: 100% !important;
        height: auto !important;
    }

.quantity {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

    .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .quantity input[type=number] {
        -moz-appearance: textfield;
    }

    .quantity input {
        width: 60px !important;
        height: 28px;
        font-size: 1.08em;
        line-height: 26px;
        padding: 0 5px;
        margin: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-color: #dadada;
    }

        .quantity input:focus {
            outline: 0;
        }

@media(max-width: 767px) {
    .quantity input {
        border-radius: 0;
        border-left: none;
        border-right: none;
        text-align: center;
    }
}

.quantity .quantity-nav {
    position: relative;
    width: 20px;
    height: 28px;
    border: 1px solid #dadada;
    border-left: none;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.quantity .quantity-button {
    width: 20px;
    height: 50%;
    position: absolute;
    left: 0;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .quantity .quantity-button.quantity-up {
        top: 0;
        border-bottom: 1px solid #dadada;
    }

        .quantity .quantity-button.quantity-up .fa {
            line-height: 12px;
            vertical-align: top;
        }

    .quantity .quantity-button.quantity-down {
        bottom: 0;
    }

        .quantity .quantity-button.quantity-down .fa {
            line-height: 13px;
            vertical-align: top;
        }

@media(max-width: 767px) {
    .quantity .quantity-button {
        position: relative;
        width: 30px;
        height: 100%;
        border: 1px solid #dadada;
    }

        .quantity .quantity-button .fa {
            font-size: .85em;
            line-height: 28px !important;
            color: #757575;
        }
}

.quantity.input-group {
    width: auto;
}

    .quantity.input-group .form-control {
        text-align: center;
    }

    .quantity.input-group .input-group-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 28px;
        padding: 0;
        background: #fff;
        border-color: #dadada;
        color: #757575;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }


/*
    --- HEADER
*/
header {
    position: relative;
    z-index: 1000;
}

.top-bar {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
}

    .top-bar .left > li {
        margin-right: 20px;
    }

    .top-bar .right {
        margin: 0 auto;
    }

    .top-bar .tb-link {
        display: block;
        color: #878787;
        line-height: 18px;
    }

        .top-bar .tb-link:before {
            content: "";
            float: left;
            width: 18px;
            height: 18px;
            margin-right: 8px;
            background-image: url(../img/ic_top_bar.png);
            background-repeat: no-repeat;
        }

        .top-bar .tb-link.tel:before {
            background-position: left center;
        }

        .top-bar .tb-link.mail-to:before {
            background-position: -20px center;
        }


    .top-bar .ic-social {
        display: block;
        font: 0/0 small;
        width: 14px;
        height: 18px;
        margin-right: 15px;
        background-image: url(../img/ic_top_bar.png);
        background-repeat: no-repeat;
    }

        .top-bar .ic-social.facebook {
            background-position: -40px center;
        }

        .top-bar .ic-social.google-plus {
            background-position: -54px center;
        }

    .top-bar .dropdown-language {
        position: relative;
    }

        .top-bar .dropdown-language a {
            display: block;
            font-size: 12.5px;
            font-weight: 500;
            line-height: 18px;
            background-color: white;
        }

        .top-banner .dropdown-language .dropdown-toggle {
            font-family: Arial;
            font-size: 12px;
            font-weight: bold;
            background-color:#fff;
            color: #757575;
        }
            .top-bar .dropdown-language a > img {
                margin-bottom: 2px
            }

        .top-bar .dropdown-language .dropdown-menu {
            margin-top: 10px;
        }

        .top-bar .dropdown-language .dropdown-item {
            padding: 10px 20px;
        }

            .top-bar .dropdown-language .dropdown-item > a > img {
                margin-right: 3px;
            }

.top-banner {
    background: #fff;
}

@media (max-width: 991px) {
    .mobile-header {
        position: relative;
        min-height: 50px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(80,80,80,.2), 0 3px 5px rgba(80,80,80,.15)
    }

    .mobile-nav-toggle {
        display: block;
        margin: 0;
        padding: 11px 15px 10px;
    }

        .mobile-nav-toggle .hamburger {
            cursor: pointer;
            width: auto;
            margin: 0 auto;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .mobile-nav-toggle .hamburger .bar {
                display: block;
                height: 3px;
                width: 22px;
                background: #888888;
                margin: 5px auto;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

            .mobile-nav-toggle .hamburger .middle {
                margin: 0 auto;
                opacity: 1;
                -webkit-transition: all 250ms ease;
                transition: all 250ms ease;
            }

    .dropdown-search {
        position: relative;
        padding: 15px;
    }

        .dropdown-search > .dropdown-menu {
            background: transparent;
            border: none;
            padding: 0;
            margin-top: 10px;
            width: 280px;
        }
}

@media (max-width: 576px) {
    .header-logo {
        display: inline-block;
        width: 200px;
    }
}


/*
    --- FOOTER
*/
.top-footer {
    background: #f3f3f3;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.footer-nav > li {
    padding: 8px 0;
    margin-left: 30px;
}

    .footer-nav > li > a {
        font-weight: 700;
        color: #044da1;
    }

.row-menu {
    background: #f3f3f3;
    border-top: 1px solid #fff;
    padding: 20px 30px;
}

.col-menu {
    width: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .col-menu > li:not(:last-child) {
        margin-bottom: 15px;
    }

    .col-menu > li > a {
        font-weight: 500;
        color: #666666;
    }


.bottom-footer {
    padding: 15px 20px 20px;
    background: #FFF;
}

.logo-footer {
    margin-right: 25px;
}

.bt-text {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}

.footer-com-name {
    font-family: BaiSau;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ed3237;
    padding: 0 0 0 0px;
}

@media (max-width: 991px) {
    .col-menu {
        width: 236px;
    }
}

@media (max-width: 767px) {
    .footer-nav {
        margin: 0 auto;
    }

        .footer-nav > li {
            margin-left: 15px;
        }

            .footer-nav > li:first-child {
                margin: 0;
            }

    .bottom-footer {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .logo-footer {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
}



/*
    --- BODY SECTION
*/
.body-section > .container {
    background: #f3f3f3;
    padding-bottom: 20px;
    border-bottom:  1px solid #eee;
}


.col-left {
    display: block;
    width: 240px;
    margin-right: 10px;
}

.col-main {
    width: calc(100% - 250px);
}

.col-middle {
    width: calc(100% - 200px);
}

.col-right {
    display: block;
    width: 200px;
    padding-left: 10px;
}

/*
    Container contains video and 2 slider
*/
.media-main {
    width: 100%;
    height: 310px;
    position: relative;
    margin-top: 6px;
}

.videoframe{
    display: block;
    height: 100%;
    width: 430px;
    border: solid 1px gray;
    float: left;
    position: relative;
}

.bannerframe {
    display: block;
    height: 100%;
    width: 653px;
    float: right;
}

.righttopframe{
    height: 152px;
    width: auto;
    border: solid 1px gray;
}

.rightbottomframe {
    height: 152px;
    width: auto;
    border: solid 1px gray;
    margin-top: 6px;
}

@media (max-width: 991px) {
    .col-left {
        display: none;
        width: 0px;
    }

    .col-main {
        width: 100%;
        padding: 0;
    }
}


@media (max-width: 1024px) {
    .col-right {
        display: none;
        width: 0px;
    }
}

.content-image {
    padding: 10px 0 25px;
    list-style: none;
    max-width: 1000px;
    margin: 0px auto;
}

/*
    --- PAGE NAVIGATION
*/
.page-nav {
    padding: 0 10px;
    height: 50px;
}

    .page-nav li a {
        font-family: BaiSau;
        font-size: 16px;
        font-weight: 500;
        color: #fafafa;
        margin: 0 20px;
    }

    .page-nav .form-control {
        height: 30px;
        border-radius: 0;
        border-color: #0071ba;
    }

    .page-nav .btn-primary {
        font-size: 14px;
        height: 30px;
        line-height: 16px;
    }

@media (max-width: 991px) {
    .page-nav {
        height: 44px;
        padding: 0;
        width: 431px;
        margin: 0 auto;
    }

        .page-nav li {
            text-align: center;
        }
}

@media (max-width: 576px) {
    .page-nav {
        width: 320px;
        margin: 0 auto;
    }

        .page-nav li a {
            margin: 0 10px;
            font-size: 14px;
        }
}



/*
    --- PAGE BANNER
*/
.banner-item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 37%;
    overflow: hidden;
    margin: 0;
}

    .banner-item:hover {
        opacity: 1;
    }

    .banner-item img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 150px;
        opacity: 1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .banner-item .btn-play {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        font: 0/0 small;
        background-image: url(../img/ic_play.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

@media (max-width: 576px) {
    .banner-item .btn-play {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
}




/*
    --- WIDGET
*/
.widget {
    width: 100%;
    margin: 10px auto;
}

.widget-title {
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 10px;
    text-align: center;
}

    .widget-title.red {
        background: #b6111d;
    }

    .widget-title.green {
        background: #00731A;
    }

    .widget-title.blue {
        background: #0071BA;
    }

    .widget-title h2 {
        font-family: BaiSau;
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
        text-transform: uppercase;
        color: #fff;
        margin: 0;
    }

.widget-content {
    background: #FFF;
    padding: 20px 15px 30px;
}

.content-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .content-list > li:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
        background-image: url(../img/separator.gif);
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .content-list > li > h5 {
        font-size: 17px;
        font-weight: bold;
        color: #1f4991;
        text-align: center;
        margin: 0;
    }

    .content-list > li > h6 {
        font-size: 12px;
        font-style: italic;
        color: #1f4991;
        text-align: center;
        margin: 2px 0px;
    }

    .content-list > li > p {
        font-weight: 500;
        color: #444444;
        margin: 3px 0;
        text-align:center;
    }

    .content-list > li .tel {
        font-size: 17px;
        font-weight: bold;
        color: #B6111D;
        text-align: center;
    }

    .content-list > li .email {
        font-size: 13px;
        font-weight: normal;
        color: #555555;
        text-align: center;
    }

    .content-list > li .date {
        font-size: 11.5px;
        color: #757575;
        text-align: right;
    }

    .content-list > li > a {
        font-weight: 500;
        color: #444444;
    }


.media-list {
    list-style: none;
    margin: 0;
    padding: 0 8px;
}

    .media-list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .media-list .link-item {
        display: block;
        height: 24px;
        font-weight: 500;
        line-height: 24px;
        color: #444444;
    }

        .media-list .link-item .ic-media {
            float: left;
            width: 24px;
            height: 24px;
            margin-right: 10px;
            background-image: url(../img/ic_media.png);
            background-repeat: no-repeat;
            background-position: left center;
        }

        .media-list .link-item .skits {
            background-position-x: 0px;
        }

        .media-list .link-item .clip {
            background-position-x: -24px;
        }

        .media-list .link-item .game {
            background-position-x: -48px;
        }

        .media-list .link-item .audio {
            background-position-x: -72px;
        }

        .media-list .link-item .tv {
            background-position-x: -96px;
        }


/*
    --- CATEGORY MENU
*/
.cate-title {
    height: 50px;
    border-radius: 0;
    text-align: left;
    padding: 10px 15px;
    margin: 0;
    background: #b6111d;
}

    .cate-title > h2 {
        font-family: BaiSau;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        text-transform: uppercase;
        color: #fff;
        margin: 0;
    }

    .cate-title .hamburger {
        cursor: pointer;
        width: auto;
        margin: 0;
        margin-right: 10px;
    }

        .cate-title .hamburger .bar {
            display: block;
            height: 2px;
            width: 20px;
            background: #FFF;
            margin: 5px auto;
        }

    .cate-title .middle {
        margin: 0 auto;
        opacity: 1;
    }



.cate-menu {
    padding: 5px 5px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: #fff;
}

    .cate-menu li {
        
        margin-top: 1px;
        margin-bottom: 1px;
        padding: 10px 10px;
        list-style: none;
        background: #e6eff7;
    }

        .cate-menu li:not(:last-child) {
            background-image:  url('../img/right-arrow.gif');
            background-repeat: no-repeat;
            background-position: 10px 13px;
            border-bottom: 0px solid #e8e8e8;
            padding-left: 25px;
        }

        .cate-menu li:last-child {
            background-image:  url('../img/right-arrow.gif');
            background-repeat: no-repeat;
            background-position: 10px 13px;
            border-bottom: 0px solid #e8e8e8;
            padding-left: 25px;
        }

        .cate-menu li a {
            font-family: BaiSau;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #2b4d87;
        }


.menu-modal .modal-dialog {
    margin: 0;
    width: 80%;
    height: 100%;
}

.menu-modal .modal-content {
    border: none;
    border-radius: 0px;
    min-height: 100%;
}

.menu-modal .modal-header {
    padding: 15px 20px;
    background: #b6111d;
    color: #FFF !important;
}

    .menu-modal .modal-header > h2 {
        font-family: BaiSau;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        text-transform: uppercase;
        margin: 0;
    }

.menu-modal .modal-body {
    padding: 10px 20px 20px;
}

    .menu-modal .modal-body .cate-menu {
        padding: 0;
    }

        .menu-modal .modal-body .cate-menu li {
            padding: 15px 10px;
        }



/*
    --- PANEL
*/
.panel {
    margin-top: 10px;
}

    .panel .panel-header-customer {
        height: 48px;
        background: url(../img/bg_deep_orange_title.png) 0 0 no-repeat, url(../img/khach_hang_than_thiet_bg.png) 413px 0 repeat-x;
            font-family: BaiSau;
            font-size: 24px;
            font-weight: 500;
            text-transform: uppercase;
            color: white;
           padding: 0 0 0 20px;
           margin-bottom: 1px;
    }

    .panel .panel-header-duandathuchien {
        height: 48px;
        background: url(../img/bg_violet_title.png) 0 0 no-repeat, url(../img/sp_da_thuc_hien_bg.png) 413px 0 repeat-x;
            font-family: BaiSau;
            font-size: 24px;
            font-weight: 500;
            text-transform: uppercase;
            color: white;
           padding: 0 0 0 20px;
    }

    .panel .panel-header-sanphammoi {
        height: 48px;
        background: url(../img/bg_green_title.png) 0 0 no-repeat, url(../img/bg_green.png) 413px 0 repeat-x;
            font-family: BaiSau;
            font-size: 24px;
            font-weight: 500;
            text-transform: uppercase;
            color: white;
           padding: 0 0 0 20px;
           margin-bottom: 1px;
    }

        .panel .panel-header > h1 {
            font-family: BaiSau;
            font-size: 24px;
            font-weight: 500;
            line-height: 48px;
            text-transform: uppercase;
            text-align: center;
            margin: 0;
            color: #B6111D;
        }

    .panel .theme-red {
        background-image: url(../img/header_red_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .panel .theme orange {
        background-image: url(../img/header_orange_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .panel .theme-green {
        background-image: url(../img/header_green_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .panel .theme-blue {
        background-image: url(../img/header_blue_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .panel .panel-body {
        background: #f3f3f3;
    }

    .panel.mr-10 {
        margin-right: 10px;
    }

@media(max-width: 991px) {
    .panel.mr-10 {
        margin-right: 0px;
    }
}

.contact-content {
    padding: 40px 30px;
}

    .contact-content .contact-header {
        margin-bottom: 30px;
    }

        .contact-content .contact-header > h2 {
            font-size: 24px;
            font-weight: 500;
            text-transform: uppercase;
            margin: 0;
        }

    .contact-content .contact-info .item {
        position: relative;
        padding: 15px 0 15px 50px;
    }

        .contact-content .contact-info .item .item-icon {
            width: 32px;
            height: 32px;
            position: absolute;
            left: 0;
            top: 15px;
            text-align: center;
        }

            .contact-content .contact-info .item .item-icon > i {
                font-size: 32px;
                color: #999;
            }

        .contact-content .contact-info .item .item-label {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .contact-content .contact-info .item .item-content {
            line-height: 18px;
            margin-bottom: 6px;
        }

        .contact-content .contact-info .item .item-contact {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .contact-content .contact-info .item .item-contact > li {
                position: relative;
                line-height: 32px;
                padding-left: 40px;
            }

                .contact-content .contact-info .item .item-contact > li > a {
                    color: #0388cd;
                }

                .contact-content .contact-info .item .item-contact > li > .item-icon {
                    top: 0;
                }

                    .contact-content .contact-info .item .item-contact > li > .item-icon > i {
                        font-size: 14px;
                    }

    .contact-content .map-container {
        height: 100%;
        min-height: 290px;
        padding-bottom: 30px;
    }

        .contact-content .map-container .map-wrap {
            height: 100%;
            background: #CCC;
        }

    .contact-content .contact-form {
        padding-left: 54px;
    }

        .contact-content .contact-form form {
            margin-top: 30px;
        }

            .contact-content .contact-form form label {
                font-weight: 500;
            }

/*
    --- LIST PAGE
*/
.list-page {
    padding: 40px 15px;
    text-align: center
}

    .list-page .nav li {
        border: 1px solid #dadada;
        background: #FFF;
    }

        .list-page .nav li:not(:last-child) {
            border-right: none
        }

        .list-page .nav li > a {
            width: 30px;
            height: 30px;
            font-weight: 500;
            color: #999;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer
        }

            .list-page .nav li > a.current {
                border-bottom: 3px solid #334b5f;
                border-top: 3px solid transparent;
                color: #495164
            }

            .list-page .nav li > a.disabled {
                cursor: unset;
                color: #dadada
            }

            .list-page .nav li > a:not(.disabled):hover {
                background: #f0f2f2
            }

@media(max-width: 767px) {
    .list-page {
        padding: 15px;
        background: #f5f5f5
    }

        .list-page .m-view-more {
            background: #f5f5f5;
            font-size: 1.05em
        }
}

/*
    --- PRODUCT LIST
*/


.currency-symbol:after {
    content: "VNĐ";
    margin-left: 5px;
}

.product-list {
}

    .product-list .product-item {
        display: block;
        height:238px;
        width:210px;
        background-color: #ffffff;
        border: 1.5px solid #abc8de;
    }

        
    .product-list .info-wrap {
        padding: 10px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        min-height: 40px;
        background-color: #d3dfeb
    }

    .product-list .name {
        font-size: 12px;
        text-transform: capitalize;
        color: #444444;
        float: left;
        width: 62%;
        padding-left: 5px;
        overflow: hidden;
    }

    .product-list .rightcol{
        float: right;
        width: 37%;
        height: 100%;
    }

    .product-list .rightcol .selectButton{
        background-color: transparent;
        background: url(../img/redbutton.gif);
        background-repeat: no-repeat;
        border-style: none;
        width: 62px;
        height: 24px;
        margin-left: 10px;
        margin-top: 2px;
        font-size: 12px;
        color: white;
    }


        .product-list .product-item .price {
            font-size: 16px;
            font-weight: 700;
            color: #ED1B23;
            margin: 0;
        }



.sp-noi-bat {
    padding: 10px 20px;
}


    .sp-noi-bat > .swiper-button-prev,
    .sp-noi-bat > .swiper-button-next {
        width: 20px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        background-image: url(../img/ic_circle_arrow.png);
        background-size: auto;
    }

    .sp-noi-bat > .swiper-button-prev {
        left: 0;
        background-position: -20px center;
    }

    .sp-noi-bat > .swiper-button-next {
        right: 0;
        background-position: left center;
    }



.sp-da-thuc-hien {
    padding: 6px;
}


/*
    --- PRODUCT GRID
*/

.product-grid {
    padding: 15px 15px 0;
}

    .product-grid .product-item {
        background: #fff;
        margin-bottom: 30px;
        border: 1.5px solid #abc8de;
    }

        .product-grid .product-item:hover {
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
            box-shadow: 0 0 20px rgba(0,0,0,.1)
        }

    .product-grid .info-wrap {
        padding: 10px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        min-height: 40px;
        background-color: #d3dfeb
    }

    .product-grid .name {
        font-size: 12px;
        text-transform: capitalize;
        color: #444444;
        float: left;
        width: 67%;
        padding-left: 5px;
        overflow: hidden;
    }

    .product-grid .rightcol{
        float: right;
        width: 32%;
        height: 100%;
    }

    .product-grid .rightcol .selectButton{
        background-color: transparent;
        background: url(../img/redbutton.gif);
        background-repeat: no-repeat;
        border-style: none;
        width: 62px;
        height: 24px;
        margin-left: 10px;
        margin-top: 2px;
        font-size: 12px;
        color: white;
    }

    .product-grid .price {
        font-size: 18px;
        font-weight: 700;
        color: #ED1B23;
        margin: 0;
    }


.product-grid-home {
    padding: 10px 10px 0;
    margin-left: 10px;
    background-color: #ffffff;
}

    .product-grid-home .product-item {
        background: #fff;
        margin-bottom: 10px;
        border: 1.5px solid #abc8de;
    }

        .product-grid-home .product-item:hover {
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
            box-shadow: 0 0 20px rgba(0,0,0,.1)
        }

    .product-grid-home .info-wrap {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        min-height: 40px;
        padding: 8px 0px 5px 0px;
        background-color: #d3dfeb;
    }

    .product-grid-home .name {
        font-size: 12px;
        text-transform: capitalize;
        color: #444444;
        float: left;
        width: 60%;
        padding-left: 5px;
        overflow: hidden;
    }

    .product-grid-home .rightcol{
        float: right;
        width: 39%;
        height: 100%;
    }

    .product-grid-home .rightcol .selectButton{
        background-color: transparent;
        background: url(../img/redbutton.gif);
        background-repeat: no-repeat;
        border-style: none;
        width: 62px;
        height: 24px;
        margin-left: 10px;
        margin-top: 2px;
        font-size: 12px;
        color: white;
    }

    .product-grid-home .price {
        font-size: 18px;
        font-weight: 700;
        color: #ED1B23;
        margin: 0;
    }

/*
    --- PRODUCT DETAIL
*/

.summary-container {
    padding-top: 40px;
}

    .summary-container .name {
        width: 100% !important;
        color: #2e2e2e;
        margin: 0;
    }

    .summary-container .image-block {
        width: 45%;
    }

        .summary-container .image-block .xzoom-container {
            max-width: 450px;
            margin: 0 auto;
            padding: 0 15px;
        }

            .summary-container .image-block .xzoom-container .xzoom {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

            .summary-container .image-block .xzoom-container .xzoom-thumbs {
                margin-top: 15px;
                margin-bottom: 25px;
            }

                .summary-container .image-block .xzoom-container .xzoom-thumbs .active img {
                    -webkit-box-shadow: 0 0 3px 0 #f08818;
                    -moz-box-shadow: 0 0 3px 0 #f08818;
                    box-shadow: 0 0 3px 0 #f08818;
                    border: 1px solid #fbc679;
                    margin-bottom: 0;
                }



        .summary-container .image-block .xzoom-container {
            display: block;
        }

            .summary-container .image-block .xzoom-container .swiper-slide {
                width: auto;
                height: auto;
                margin: 0 4px;
            }

        .summary-container .image-block .xzoom-preview, .xzoom-lens {
            border-color: #dadada !important;
        }


    .summary-container .summary-block {
        width: 55%;
    }

        .summary-container .summary-block .inner {
            position: relative;
            max-width: 500px;
            margin: 0 auto;
            padding: 30px 15px;
        }

            .summary-container .summary-block .inner .btn-toggle {
                display: none;
                visibility: hidden;
                overflow: hidden;
                opacity: 0;
            }


        .summary-container .summary-block .summary {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .summary-container .summary-block .summary li:not(:first-child) {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                min-height: 40px;
                padding: 8px 0;
            }

            .summary-container .summary-block .summary label {
                width: 120px;
                margin: 0;
                padding-left: 8px;
                color: #555;
            }

        .summary-container .summary-block .add-cart {
            margin-top: 20px;
        }

            .summary-container .summary-block .add-cart .quantity-block {
                border-top: 1px solid #9a9ba0;
                border-bottom: 1px solid #9a9ba0;
                padding: 15px 0;
            }

                .summary-container .summary-block .add-cart .quantity-block .text,
                .summary-container .summary-block .add-cart .price-block .text {
                    width: 40%;
                }

                    .summary-container .summary-block .add-cart .quantity-block .text.currency-symbol {
                        text-align: right;
                        font-weight: 500;
                    }

            .summary-container .summary-block .add-cart .price-block {
                padding: 30px 0 20px;
                border-bottom: 1px solid #e8e8e8;
            }

                .summary-container .summary-block .add-cart .price-block .currency-symbol {
                    font-size: 21px;
                    font-weight: 500;
                }

            .summary-container .summary-block .add-cart .action-box {
                padding: 20px 0;
            }

                .summary-container .summary-block .add-cart .action-box .btn {
                    position: relative;
                    min-width: 150px;
                    height: 45px;
                    border-radius: 0;
                }


@media(max-width: 991px) {
    .summary-container .summary-block .inner {
        padding-top: 20px;
    }
}


@media(max-width: 767px) {
    .summary-container {
        padding-top: 0;
    }

        .summary-container .image-block {
            width: 100%;
        }

        .summary-container .summary-block {
            position: relative !important;
            width: 100%;
        }
}


@media(max-width: 767px) {
    .xzoom-source {
        display: none !important;
    }
}


/*
    --- CLIENT LIST
*/
.client-list {
    padding: 1px;
    background: #abc8de;
}

.client-item {
    height: 130px;
    width: 130px;
    border-radius: 20px;
    -moz-border-radius: 20px; 
    -webkit-border-radius: 20px; 
    margin: 10px;
    -webkit-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, .5);
}


/*
    --- NEWS
*/

.news-boxs {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 20px 10px;
}

    .news-boxs .news-col1 {
        width: 60%;
        padding: 0 10px;
    }

    .news-boxs .news-col2 {
        width: 40%;
        padding: 0 10px;
    }

.news-top .news-img {
    margin-bottom: 10px;
}

.news-top .news-tit {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 1.2;
    margin-bottom: 5px;
    max-height: 48px;
    overflow: hidden;
}

.news-swiper .news-top .news-tit {
    font-size: 18px;
    padding: 0 10px 30px;
}

.news-top .news-time {
    color: #9b9b9b;
    margin: 0;
}


.news-right .news-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}


    .news-right .news-item .img-wrap {
        width: 120px;
    }

    .news-right .news-item .info-wrap {
        width: calc(100% - 120px);
        padding-left: 10px;
    }

        .news-right .news-item .info-wrap > a {
            display: block;
            height: 57px;
            overflow: hidden;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.33;
            color: #3d3d3d;
        }

        .news-right .news-item .info-wrap .news-time {
            color: #9b9b9b;
            margin: 0;
        }


.news-list {
    padding: 20px;
}

    .news-list .news-item {
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .news-list .news-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .news-list .news-item .img-wrap {
            width: 36%;
        }

        .news-list .news-item .info-wrap {
            width: 64%;
            padding-left: 20px;
        }

        .news-list .news-item .news-tit {
            display: block;
            font-size: 22px;
            font-weight: bold;
            line-height: 1.18;
            color: #3d3d3d;
            margin-bottom: 5px;
        }

        .news-list .news-item .news-time {
            color: #9b9b9b;
            margin-bottom: 10px;
        }

        .news-list .news-item .news-text {
            display: block;
            color: #555;
            margin-bottom: 0px;
        }


@media(max-width: 767px) {
    .news-list .news-item {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 8px;
        margin-bottom: 12px;
    }

        .news-list .news-item .news-tit {
            font-size: 15px;
        }

        .news-list .news-item .news-text {
            display: none;
        }
}


.news-loading {
    padding: 20px 5px;
    text-align: center;
}


.news-detail-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

    .news-detail-wrap .news-title {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.31;
        color: #3d3d3d;
        padding: 50px 0 10px;
        margin: 0;
        text-align: center;
    }

    .news-detail-wrap .news-time {
        color: #9b9b9b;
        text-align: center;
        margin-bottom: 10px;
    }

    .news-detail-wrap .news-summary {
        padding: 20px 0px;
        margin: 0;
        text-align: center;
        position: relative;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    .news-detail-wrap .news-content {
        text-align: center;
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 30px;
    }

        .news-detail-wrap .news-content > p {
            text-align: justify;
            margin: 18px 0;
        }

            .news-detail-wrap .news-content > p:first-child {
                margin: 0;
            }

        .news-detail-wrap .news-content > img {
            max-width: 100% !important;
            height: auto;
        }

@media(max-width: 767px) {

    .news-detail-wrap .news-title {
        font-size: 28px;
        color: #222;
        padding: 8px 10px;
        text-align: center;
    }

    .news-detail-wrap .news-summary {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px 0px;
    }
}

.product-col{-ms-flex:0 0 23.8%;flex:0 0 23.8%;max-width:23.8%; margin-left: 4px; margin-right: 4px;}


.leftnewsframe{
    display: block;
    height: 100%;
    width: 600px;
    border: solid 1px gray;
    float: left;
    position: relative;
}

.news {
    padding: 20px 0 20px 10px;
}

.newsdetails {
    padding: 30px 0 20px 30px;
}

.newsdetails .newsdetails-list {
    font-size: 15px;
    list-style: disc;
    margin: 10px 20px 0 40px;
    padding: 0;
}

.newsdetails .newsdetails-list li {
    padding: 3px 0 3px 0;
}

.rightnewsframe {
    height: 100%;
    width: 270px;
    float: right;
    padding-right: 10px;
}

.rightnewsframe .newstitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0071ba;
    margin: 5px 0 10px 0;
}

.rightnewsframe .content {
    font-size: 18px;
}

    .rightnewsframe .date {
        margin-top: 15px;
        font-size: 14px;
        color: #b6111d;
        text-align: right;
    }

.tuyendung {
    padding: 30px 0 0 30px;
}

.tuyendung .tuyendung-list {
    list-style: disc;
    margin: 10px 20px 0 40px;
    padding: 0;
}

    .tuyendung h2 {
        font-size: 25px;
        font-weight:500;
        margin-bottom: 5px;
        padding-bottom: 5px;
        color: #2b4d87;
    }

    .tuyendung h3 {
        font-size: 22px;
        font-weight:500;
        margin-bottom: 5px;
        padding-bottom: 5px;
        color: #2b4d87;
    }

    .tuyendung .tuyendung-list > li {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 5px;
        padding-bottom: 3px;
    }

.tableitemcell {
    text-align:center;
    padding-top:10px;
}