@charset "UTF-8";
/*Định nghĩa màu cho website*/
/*Định nghĩa font-family cho website*/
@import url(../plugin/fonts/roboto/roboto.css);
/*Định nghĩa font-size cho website*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "Roboto";
    /*background: rgb(255 140 77 / 60%);*/
    font-family: 'Quicksand', sans-serif;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}
img {
    max-width: 100%;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    text-decoration: none;
}

.clear-padding {
    padding: 0;
}

.clear-padding-left {
    padding-left: 0;
}

.clear-padding-right {
    padding-right: 0;
}

.padding-5px {
    padding: 5px;
}

.gb-divider {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: dashed;
    border-color: #E0E0E0;
    overflow: hidden;
    margin: 30px 0;
}

/*header*/
@media screen and (max-width: 767px) {
    .gb-header-ruouvang .gb-header-between_ruouvang-between {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .gb-top-header_ruouvang-left {
        display: none;
    }

    .gb-search-cart_h2d {
        display: none;
    }

    .gb-header-between_ruouvang {
        padding: 0px 0 !important;
    }

    .gb-header-ruouvang .gb-header-search_ruouvang {
        margin: 15px 0;
    }
}

.gb-top-header_ruouvang {
    /*padding: 15px 0;*/
    background: #fff;
}

.gb-top-header_ruouvang-left ul li {
    display: inline-block;
    color: #3E4095;
    font-weight: 700;
    font-size: 12px;
    padding: 15px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-top-header_ruouvang-left ul li:hover {
    color: #f79321;
}

.gb-top-header_ruouvang-left ul li i {
    margin-right: 5px;
}

@media screen and (max-width: 991px) {
    .gb-top-header_ruouvang-left ul li {
        font-size: 11px;
        padding: 15px 5px;
    }
}

.gb-top-header_ruouvang-right {
    text-align: center;
    padding: 14px 0;
}

.gb-top-header_ruouvang-right ul li {
    display: inline-block;
}

.gb-top-header_ruouvang-right ul li a {
    display: block;
    color: #3E4095;
    font-weight: 700;
    font-size: 12px;
    padding: 15px 9px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-top-header_ruouvang-right ul li a:hover {
    color: #f79321;
}

.gb-top-header_ruouvang-right ul li a i {
    margin-right: 5px;
}

@media screen and (max-width: 991px) {
    .gb-top-header_ruouvang-right ul li a {
        font-size: 11px;
        padding: 15px 5px;
    }
}

.gb-header-between_ruouvang {
    padding: 10px 0;
}

.gb-header-between_ruouvang .gb-header-between_ruouvang-left a img {
    display: block;
    /*width: 100%;*/
    width: 180px;
}

.gb-header-between_ruouvang a img {
    width: 100%;
    height: auto;
}

.gb-header-between_ruouvang-right {
    text-align: center;
    padding-top: 20px;
}

.gb-header-between_ruouvang-right ul li {
    display: inline-block;
    border-right: 2px dotted #f79321;
}

.gb-header-between_ruouvang-right ul li:last-child {
    border-right: none;
}

.gb-header-bottom_ruouvang {
    background: #3E4095;
}

/*menu*/
.gb-header-between {
    padding: 20px 0;
}

@media screen and (max-width: 991px) {
    .gb-header-between .gb-header-between-logo_ldpvinhome {
        width: 220px;
    }
}

/*MENU DESKTOP*/
.is-sticky {
    position: relative;
    z-index: 9999;
}

.gb-main-menu_ldpvinhome {
    position: relative;
    /*top: 36px;*/
}

.gb-main-menu_ldpvinhome .main-menu {
    position: relative;
}

.gb-main-menu_ldpvinhome .cssmenu,
.gb-main-menu_ldpvinhome .cssmenu ul,
.gb-main-menu_ldpvinhome .cssmenu ul li,
.gb-main-menu_ldpvinhome .cssmenu ul li a,
.gb-main-menu_ldpvinhome .cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gb-main-menu_ldpvinhome .cssmenu:after,
.gb-main-menu_ldpvinhome .cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gb-main-menu_ldpvinhome .cssmenu #menu-button {
    display: none;
}

.gb-main-menu_ldpvinhome .cssmenu {
    text-align: left;
    width: auto;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .gb-main-menu_ldpvinhome .cssmenu {
        display: none;
    }
}

.gb-main-menu_ldpvinhome .cssmenu>ul>li {
    display: inline-block;
    position: initial;
    /*border-right: 1px solid #fff;*/
}

.gb-main-menu_ldpvinhome .cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

.gb-main-menu_ldpvinhome .cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

.gb-main-menu_ldpvinhome .cssmenu.align-center ul ul {
    text-align: left;
}

.gb-main-menu_ldpvinhome .cssmenu.align-right>ul>li {
    float: right;
}

.gb-main-menu_ldpvinhome .cssmenu.align-right ul ul {
    text-align: right;
}

.gb-main-menu_ldpvinhome .cssmenu>ul>li>a {
position: relative;
    display: block;
    padding: 14px 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #fff;
    text-decoration: none;
    transition: background .2s ease-out;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .gb-main-menu_ldpvinhome .cssmenu>ul>li>a {
        font-size: 11px;
        padding: 20px 10px;
    }
}

/*.gb-main-menu_ldpvinhome .cssmenu > ul > li:hover > a,
  .gb-main-menu_ldpvinhome .cssmenu > ul > li.active > a {
    color: #fff;
    background: #3E4095; }*/
.gb-main-menu_ldpvinhome .cssmenu>ul>li.has-sub>a:hover:before {
    content: '';
    display: block;
}

.gb-main-menu_ldpvinhome .cssmenu>ul>li.has-sub:hover>a::after {
    border-color: #fff;
}

.gb-main-menu_ldpvinhome .cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 2;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.gb-main-menu_ldpvinhome .cssmenu li:hover>ul {
    left: auto;
}

.gb-main-menu_ldpvinhome .cssmenu.align-right li:hover>ul {
    right: 0;
}

.gb-main-menu_ldpvinhome .cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.gb-main-menu_ldpvinhome .cssmenu ul ul ul li a {
    color: #666666;
    border-top: 1px solid #e0e0e0;
}

.gb-main-menu_ldpvinhome .cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.gb-main-menu_ldpvinhome .cssmenu ul ul li {
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.gb-main-menu_ldpvinhome .cssmenu ul ul li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    padding: 12px 20px;
    min-width: 240px;
    background: transparent;
    border-top: 1px solid #e0e0e0;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.gb-main-menu_ldpvinhome .cssmenu ul ul li:first-child a {
    border-top: none;
}

.gb-main-menu_ldpvinhome .cssmenu ul ul li:hover>a,
.gb-main-menu_ldpvinhome .cssmenu ul ul li a:hover {
    color: #fff;
    background:#ff5a00;
}

.gb-main-menu_ldpvinhome .cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.gb-main-menu_ldpvinhome .cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.gb-main-menu_ldpvinhome .cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #fff;
}

.gb-main-menu_ldpvinhome .cssmenu ul li:hover .gb-mega-menu {
    display: block;
}

.gb-main-menu_ldpvinhome .cssmenu ul li .gb-mega-menu {
    position: absolute;
    display: none;
}

@media screen and (min-width: 992px) {
    .gb-main-menu_ldpvinhome .cssmenu ul li .gb-mega-menu {
        width: 940px;
        left: -257px;
    }
}

@media screen and (min-width: 1200px) {
    .gb-main-menu_ldpvinhome .cssmenu ul li .gb-mega-menu {
        width: 1140px;
        left: -307px;
    }
}

.gb-main-menu_ldpvinhome .cssmenu ul li .gb-mega-menu .box_image_sub_menu {
    height: 270px;
    overflow: hidden;
}

.gb-main-menu_ldpvinhome .cssmenu ul li .gb-mega-menu .box_image_sub_menu img {
    width: 100%;
    height: auto;
}

.gb-main-menu_ldpvinhome .cssmenu ul li .gb-mega-menu h3 {
    font-weight: 600;
    font-size: 18px;
    color: #3E4095;
    line-height: 1.5;
    padding: 10px 20px;
}

.gb-main-menu_ldpvinhome .cssmenu ul li .gb-mega-menu ul {
    position: relative;
    left: initial;
    margin-left: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gb-main-menu_ldpvinhome .cssmenu ul li .gb-mega-menu ul li a {
    padding: 10px 20px;
    border: none;
}

/*Menu mobiles*/
.mobile-nav .navbar-toggle {
    z-index: 999999;
    top: 21px;
}

.mobile-nav [class^="icon-"]:before,
.mobile-nav [class*=" icon-"]:before {
    width: auto !important;
    margin-right: 0 !important;
}

.mobile-nav #cssmenu,
.mobile-nav #cssmenu ul,
.mobile-nav #cssmenu ul li,
.mobile-nav #cssmenu ul li a,
.mobile-nav #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-nav #cssmenu>ul>li>a {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #ffffff;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.mobile-nav #cssmenu ul ul li a {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #222222;
    padding: 17px 20px;
    min-width: 240px;
    background: transparent;
    border-top: 1px solid #e0e0e0;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

@media screen and (max-width: 991px) {
    .mobile-nav #cssmenu {
        width: 100%;
        background: #22292d;
        display: none;
        position: absolute;
        min-height: 100%;
        z-index: 2000000;
    }

    .mobile-nav .uni-icons-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: solid 1px #3E4095;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .mobile-nav .uni-icons-close i {
        font-family: FontAwesome;
        font-size: 15px;
        line-height: 2.93;
        text-align: center;
        color: #aeaeae;
    }

    .mobile-nav #cssmenu ul {
        width: 100%;
        display: none;
        padding: 0 30px;
        background: transparent;
    }

    .mobile-nav #cssmenu ul ul {
        background: transparent;
        padding-right: 0;
    }

    .mobile-nav #cssmenu.align-center>ul,
    .mobile-nav #cssmenu.align-right ul ul {
        text-align: left;
    }

    .mobile-nav #cssmenu ul li,
    .mobile-nav #cssmenu ul ul li,
    .mobile-nav #cssmenu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    .mobile-nav #cssmenu ul ul li,
    .mobile-nav #cssmenu ul li:hover>ul>li {
        border-top: 1px solid transparent;
    }

    .mobile-nav #cssmenu li:hover>ul {
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    .mobile-nav #cssmenu ul li a,
    .mobile-nav #cssmenu ul ul li a {
        width: 100%;
        padding: 11px 0;
        text-transform: inherit;
    }

    .mobile-nav #cssmenu>ul>li,
    .mobile-nav #cssmenu.align-center>ul>li,
    .mobile-nav #cssmenu.align-right>ul>li {
        float: none;
        display: block;
    }

    .mobile-nav #cssmenu ul ul li:last-child a {
        border-bottom: none;
    }

    .mobile-nav #cssmenu ul ul li a {
        display: block;
        line-height: 24px;
        font-size: 14px;
        color: #aeaeae;
        background: none;
        border: none;
        border-bottom: 1px solid rgba(120, 120, 120, 0.15);
    }

    .mobile-nav #cssmenu ul ul li:hover>a,
    .mobile-nav #cssmenu ul ul li a:hover {
        color: #3E4095;
    }

    .mobile-nav .home-icon {
        background: transparent;
    }

    .mobile-nav #cssmenu>ul>li:hover>a,
    .mobile-nav #cssmenu>ul>li.active>a {
        color: #3E4095 !important;
    }

    .mobile-nav #cssmenu ul ul ul li a {
        padding-left: 0;
        border-top: none;
    }

    .mobile-nav #cssmenu ul ul,
    .mobile-nav #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    .mobile-nav #cssmenu>ul>li.has-sub>a::after,
    .mobile-nav #cssmenu ul ul li.has-sub>a::after {
        display: none;
    }

    .mobile-nav #menu-line {
        display: none;
    }

    .mobile-nav #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: 000;
        cursor: pointer;
    }

    .mobile-nav #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        height: 42px;
        width: 42px;
        cursor: pointer;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
    }

    .mobile-nav #cssmenu .submenu-button::after {
        content: '\f107';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        font-family: FontAwesome;
        color: #fff;
        z-index: 99;
    }

    .mobile-nav #cssmenu .submenu-button.active::before {
        content: '\f106';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        font-family: FontAwesome;
        color: #3E4095;
        z-index: 99;
    }

    .mobile-nav #cssmenu ul li ul li .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 20px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
    }

    .mobile-nav #cssmenu ul li ul li .submenu-button::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 21px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
    }

    .mobile-nav #cssmenu ul li ul li .submenu-button.active::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 21px;
        display: block;
        width: 11px;
        height: 1px;
        background: #3E4095;
        z-index: 99;
    }

    .mobile-nav #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }

    .mobile-nav .navbar-toggle .icon-bar {
        display: inline-block;
    }

    .mobile-nav .menu-mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 41px;
        height: 40px;
        border: #ff5a00;
    position: absolute;
    color: #ffffff;
    background: #ff5a00;
    top: 20px;
    font-size: 20px;
    border-radius: 5px;
    right: 5px;
        z-index: 9999;
    }
}

.gb-sidebar-category_ruouvang {
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .gb-sidebar-category_ruouvang {
        display: none;
    }
}

.gb-sidebar-category_ruouvang .title_Module_Bar_5_ruouvang {
    position: relative;
    padding: 11px 0 11px 5%;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #3E4095;
}

.gb-sidebar-category_ruouvang .title_Module_Bar_5_ruouvang i {
    position: absolute;
    right: 0;
    top: 0;
    background: #3E4095;
    margin: 0;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    color: #fff;
}

.gb-sidebar-category_ruouvang .main-menu {
    position: relative;
}

.gb-sidebar-category_ruouvang .cssmenu,
.gb-sidebar-category_ruouvang .cssmenu ul,
.gb-sidebar-category_ruouvang .cssmenu ul li,
.gb-sidebar-category_ruouvang .cssmenu ul li a,
.gb-sidebar-category_ruouvang .cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gb-sidebar-category_ruouvang .cssmenu span,
.gb-sidebar-category_ruouvang .cssmenu ul span,
.gb-sidebar-category_ruouvang .cssmenu ul li span,
.gb-sidebar-category_ruouvang .cssmenu ul li a span,
.gb-sidebar-category_ruouvang .cssmenu #menu-button span {
    margin-right: 10px;
}

.gb-sidebar-category_ruouvang .cssmenu span img,
.gb-sidebar-category_ruouvang .cssmenu ul span img,
.gb-sidebar-category_ruouvang .cssmenu ul li span img,
.gb-sidebar-category_ruouvang .cssmenu ul li a span img,
.gb-sidebar-category_ruouvang .cssmenu #menu-button span img {
    width: 20px;
}

.gb-sidebar-category_ruouvang .cssmenu {
    border: 1px solid #dcdcdc;
}

.gb-sidebar-category_ruouvang .cssmenu ul {
    position: relative;
}

.gb-sidebar-category_ruouvang .cssmenu ul li {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.gb-sidebar-category_ruouvang .cssmenu ul li:last-child {
    border-bottom: none;
}

.gb-sidebar-category_ruouvang .cssmenu ul li a {
    position: relative;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul .item {
    margin-bottom: 10px;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul .item h3 a {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul ul {
    overflow: initial;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul li {
    border-bottom: none;
}

.gb-sidebar-category_ruouvang .cssmenu:after,
.gb-sidebar-category_ruouvang .cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gb-sidebar-category_ruouvang .cssmenu #menu-button {
    display: none;
}

.gb-sidebar-category_ruouvang .cssmenu {
    width: auto;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .gb-sidebar-category_ruouvang .cssmenu {
        display: none;
    }
}

.gb-sidebar-category_ruouvang .cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

.gb-sidebar-category_ruouvang .cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

.gb-sidebar-category_ruouvang .cssmenu.align-center ul ul {
    text-align: left;
}

.gb-sidebar-category_ruouvang .cssmenu.align-right>ul>li {
    float: right;
}

.gb-sidebar-category_ruouvang .cssmenu.align-right ul ul {
    text-align: right;
}

.gb-sidebar-category_ruouvang .cssmenu>ul>li>a {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3E4095;
    /* #333 */
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .gb-sidebar-category_ruouvang .cssmenu>ul>li>a {
        font-size: 11px;
    }
}

.gb-sidebar-category_ruouvang .cssmenu>ul>li:hover>a,
.gb-sidebar-category_ruouvang .cssmenu>ul>li.active>a {
    color: #3E4095;
}

.gb-sidebar-category_ruouvang .cssmenu>ul>li.has-sub>a {
    padding-right: 25px;
}

.gb-sidebar-category_ruouvang .cssmenu>ul>li.has-sub>a:hover:before {
    content: '';
    display: block;
}

.gb-sidebar-category_ruouvang .cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 15px;
    right: 10px;
    content: "\f105";
    font-family: FontAwesome;
}

.gb-sidebar-category_ruouvang .cssmenu>ul>li.has-sub:hover>a::after {
    border-color: #3f97da;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 2;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    margin-right: 100%;
    top: -1;
}

.gb-sidebar-category_ruouvang .cssmenu li:hover>ul {
    left: 100%;
    position: absolute;
    top: -1px;
}

.gb-sidebar-category_ruouvang .cssmenu li:hover>ul li ul {
    position: relative;
    left: inherit;
    margin-left: inherit;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 0 0 20px;
}

.gb-sidebar-category_ruouvang .cssmenu.align-right li:hover>ul {
    right: 0;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.gb-sidebar-category_ruouvang .cssmenu ul ul ul li a {
    color: #666666;
}

.gb-sidebar-category_ruouvang .cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul li {
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul li {
    padding: 0 10px;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    min-width: 240px;
    background: transparent;
    text-decoration: none;
    line-height: 30px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul li a i {
    padding-right: 10px;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul li:first-child a {
    border-top: none;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul li:hover>a,
.gb-sidebar-category_ruouvang .cssmenu ul ul li a:hover {
    color: #3E4095;
    background: #fff;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: "\f105";
    font-family: FontAwesome;
}

.gb-sidebar-category_ruouvang .cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.gb-sidebar-category_ruouvang .cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #fff;
}

/*SLIDESHOW*/
.gb-slideshow_ruouvang {
    position: relative;
}

.gb-slideshow_ruouvang .owl-nav [class*=owl-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #3E4095 !important;
    border: 3px solid #3E4095;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-slideshow_ruouvang .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    border-color: #3E4095;
}

.gb-slideshow_ruouvang .owl-nav {
    margin-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .gb-search-cart_h2d {
        position: absolute !important;
        top: 30px !important;
        right: 15px !important;
    }

    .gb-slideshow_ruouvang .owl-nav {
        top: -78px;
    }
}

.gb-slideshow_ruouvang .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gb-slideshow_ruouvang .owl-nav .owl-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
}

.gb-slideshow_ruouvang .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gb-slideshow_ruouvang .owl-nav .owl-next:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
}

.gb-slideshow_ruouvang .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.gb-slideshow_ruouvang .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
    .gb-slideshow_ruouvang .slide-content {
        display: none;
    }
}

.gb-slideshow_ruouvang .slide-content h4 {
    display: block;
    font-size: 30px;
    line-height: 54px;
    color: #3E4095;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .gb-slideshow_ruouvang .slide-content h4 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 10px;
    }
}

.gb-slideshow_ruouvang .slide-content p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .gb-slideshow_ruouvang .slide-content p {
        font-size: 13px;
        line-height: 18px;
    }
}

.gb-slideshow_ruouvang .slide-content a {
    display: inline-block;
    padding: 10px 25px;
    background: #3E4095;
    color: #fff;
    border: 2px solid #3E4095;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 767px) {
    .gb-slideshow_ruouvang .slide-content a {
        font-size: 14px;
        padding: 7px 25px;
        margin-top: 10px;
    }
}

.gb-slideshow_ruouvang .slide-content a:hover {
    color: #3E4095;
    background: transparent;
}

/*social*/
.gb-top-header_ruouvang-right-social ul li {
    display: inline-block;
}

.gb-top-header_ruouvang-right-social ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-top-header_ruouvang-right-social ul li a:hover {
    color: #f79321;
}

.footer-about-ruouvang-social ul li {
    display: inline-block;
}

.footer-about-ruouvang-social ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-about-ruouvang-social ul li a:hover {
    color: #fff;
}

/*NEWS*/
.gb-page-blog_ruouvang {
    /*padding: 50px 0;*/
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item {
    margin-bottom: 30px;
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-img {
    position: relative;
    z-index: 5;
    overflow: hidden;
    height: 257px;
}

@media screen and (max-width: 767px) {
    .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-img {
        height: auto;
    }
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-img img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-img .caption-large {
    /*position: absolute;*/
    bottom: 20px;
    left: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    min-width: 115px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #777777;
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-text .gb-news-blog_ruouvang-item-title {
    margin: 10px 0;
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-text .gb-news-blog_ruouvang-item-title h3 a {
    display: block;
    font-size: 17px;
    text-align: left;
    color: #222222;
    font-weight: bold;
}

/*   .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-text .gb-news-blog_ruouvang-item-title h3 a:hover {
          color: #3E4095;
          text-decoration: none; }*/
.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-text .gb-news-blog_ruouvang-item-text-des p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #222;
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-button {
    margin-top: 30px;
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-button .btn {
    border-radius: 0;
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-button .gb-btn-readmore {
    background: #3E4095;
    color: white;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-button .gb-btn-readmore:hover {
    background-color: white;
    color: #3E4095;
    border: 1px solid #3E4095;
}

.gb-single-blog_ruouvang {
    /*padding: 50px 0;*/
}

.gb-single-blog_ruouvang-right {
    padding: 5px;
}

.gb-single-blog_ruouvang-right .tltle {
    font-size: 19px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-img img {
    width: 100%;
    height: auto;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-title {
    margin-top: 5px;
    margin-bottom: 26px;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-title h2 {
    font-size: 30px;
    line-height: 0.87;
    text-align: left;
    color: #222222;
}

@media screen and (max-width: 767px) {
    .gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-title h2 {
        font-size: 24px;
        line-height: 26px;
    }
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-info {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
    padding-top: 13px;
    padding-bottom: 14px;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-info ul {
    margin: 0;
    padding: 0;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-info ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.86;
    text-align: left;
    color: #7b7b7b;
}

@media screen and (max-width: 767px) {
    .gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-info ul li {
        margin-right: 24px;
    }
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-info ul li .fa {
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    line-height: 1.63;
    color: #3E4095;
    margin-right: 10px;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-info ul li a {
    color: #7b7b7b;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-info ul li a:hover {
    text-decoration: none;
    color: #3E4095;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-text p {
    font-size: 14px;
    line-height: 1.86;
    margin-bottom: 10px;
    text-align: left;
    color: #7b7b7b;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-text p span {
    color: #3E4095;
    margin-right: 10px;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-text .gb-single-blog_ruouvang-quote {
    margin: 20px 0;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-text .gb-single-blog_ruouvang-quote blockquote {
    border-left: none;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-text .gb-single-blog_ruouvang-quote blockquote.quote-card {
    position: relative;
    padding-left: 71px;
    border-top: 1px solid #3E4095;
    background: #f9f9f9;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-text .gb-single-blog_ruouvang-quote blockquote.quote-card:before {
    content: "“";
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 120px;
    color: #3E4095;
    font-weight: normal;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-text .gb-single-blog_ruouvang-quote blockquote h4 {
    font-size: 16px;
    font-style: italic;
    line-height: 1.88;
    text-align: left;
    color: #222222;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-right-text .gb-single-blog_ruouvang-quote blockquote h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    text-align: left;
    color: #222222;
}

.gb-single-blog_ruouvang-right-text h2 {
    font-size: 26px;
    margin-bottom: 10ppx;
    margin-bottom: 10px;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share {
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
    margin-top: 37px;
    margin-bottom: 76px;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-left ul {
    margin: 0;
    padding: 0;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-left ul li {
    list-style-type: none;
    display: inline-block;
    border: 1px solid #e9e9e9;
    padding: 5px 15px;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-left ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    text-align: center;
    color: #aeaeae;
    text-decoration: none;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-left ul li a:hover {
    color: #3E4095;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right {
    position: absolute;
    right: -36px;
}

@media screen and (max-width: 767px) {
    .gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right {
        width: 100%;
        right: 0;
        margin-top: 15px;
    }
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul {
    margin: 0;
    padding: 0;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background-color: #f4f4f4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:first-child {
    border: none;
    width: 20%;
    background: none;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li a {
    text-decoration: none;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li a .fa {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1.86;
    text-align: center;
    color: #aeaeae;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li span {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.17;
    text-align: right;
    color: #7b7b7b;
    position: absolute;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(2):hover {
    background: #3b5998;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(2):hover a .fa {
    color: white !important;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(3):hover {
    background: #2caae1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(3):hover a .fa {
    color: white !important;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(4):hover {
    background: #3E4095;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(4):hover a .fa {
    color: white !important;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(5):hover {
    background: #007bb6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(5):hover a .fa {
    color: white !important;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(6):hover {
    background: #3E4095;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-single-blog_ruouvang-right .gb-single-blog_ruouvang-share .gb-single-blog_ruouvang-share-right ul li:nth-child(6):hover a .fa {
    color: white !important;
}

.gb-tintuc-lienquan .gb-tintuc-lienquan-title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #3E4095;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.gb-tintuc-lienquan .gb-tintuc-item .item-img {
    height: 130px;
    overflow: hidden;
}

.gb-tintuc-lienquan .gb-tintuc-item .item-text {
    padding-top: 10px;
}

.gb-tintuc-lienquan .gb-tintuc-item .item-text h2 a {
    display: block;
    font-size: 18px;
    color: #000;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
    line-height: 22px;
    overflow: hidden;
}

.gb-tintuc-lienquan .gb-tintuc-item .item-text p {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gb-tintuc-lienquan .gb-tintuc-item time {
    display: block;
    margin: 15px 0;
}

.gb-tintuc-lienquan .gb-tintuc-item .btn-doctiep a {
    display: inline-block;
    min-width: 120px;
    border: 1px solid #3E4095;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    background: #3E4095;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-tintuc-lienquan .gb-tintuc-item .btn-doctiep a:hover {
    color: #3E4095;
    background: transparent;
}

/*introduce*/
.gb-introvechungtoi_ruouvang {
    padding: 50px 0;
    background: rgba(241, 241, 241, 0.5);
}

.gb-introvechungtoi_ruouvang h2 {
    font-size: 27px;
    text-align: center;
    color: #3E4095;
    font-weight: bold;
    text-transform: uppercase;
}

.gb-introvechungtoi_ruouvang .gb-divider {
    border-color: #f79321;
    margin: 15px 0;
}

.gb-introvechungtoi_ruouvang .gb-introvechungtoi_ruouvang-left p {
    font-size: 14px;
    line-height: 24px;
}

.gb-introvechungtoi_ruouvang .gb-introvechungtoi_ruouvang-left .gb-introvechungtoi_ruouvang-doctiep {
    display: block;
    color: #3E4095;
    text-align: right;
}

.gb-introvechungtoi_ruouvang .gb-introvechungtoi_ruouvang-left .gb-introvechungtoi_ruouvang-doctiep:hover {
    color: #f79321;
    background: transparent;
}

.gb-introvechungtoi_ruouvang .gb-introvechungtoi_ruouvang-right img {
    width: 100%;
    height: auto;
}

/*PRODUCT*/
.gb-tieubieu-product_ruouvang {
    padding-bottom: 50px;
}

.gb-tieubieu-product_ruouvang .gb-tieubieu-product_ruouvang-title {
    position: relative;
    margin-bottom: 30px;
}

.gb-tieubieu-product_ruouvang .gb-tieubieu-product_ruouvang-title h3 {
    font-size: 27px;
    text-align: center;
    color: #3E4095;
    font-weight: bold;
    text-transform: uppercase;
}

.gb-tieubieu-product_ruouvang .gb-tieubieu-product_ruouvang-title h3:after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.gb-tieubieu-product_ruouvang .gb-tieubieu-product_ruouvang-title p {
    font-size: 19px;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 6px;
}

.gb-tieubieu-product_ruouvang .gb-product_ruouvang-item {
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.1);*/
    margin-bottom: 30px;
    display: flow-root;
}

/* .gb-tieubieu-product_ruouvang .gb-product_ruouvang-item:hover {
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); } */
.gb-tieubieu-product_ruouvang .gb-product_ruouvang-item:hover .gb-product_ruouvang-item-img .btn-addtocart_ruouvang {
    opacity: 1;
    top: 50%;
}

.gb-tieubieu-product_ruouvang .gb-product_ruouvang-item-img a {
    display: block;
}

.gb-tieubieu-product_ruouvang .gb-product_ruouvang-item-img a img {
    width: 100%;
    height: auto;
    /*height: 180px;*/
}

@media screen and (max-width: 767px) {
    .gb-tieubieu-product_ruouvang .gb-product_ruouvang-item-img a img {
        height: auto;
    }
}

.gb-tieubieu-product_ruouvang .gb-product_ruouvang-item-img .btn-addtocart_ruouvang {
    opacity: 0;
    min-width: 150px;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-tieubieu-product_ruouvang .gb-product_ruouvang-item-text {
    padding: 20px 0;
}

.gb-tieubieu-product_ruouvang .gb-product_ruouvang-item-text h2 a {
    display: block;
    font-size: 15px;
    line-height: 25px;
    min-height: 55px;
    color: #333;
    font-weight: bold;
    margin: 10px 0 5px;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
    text-align: left;
    /* text-transform: uppercase;*/
}

.gb-tieubieu-product_ruouvang .gb-product_ruouvang-item-text .excerpt-product_ruouvang p {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.gb-tieubieu-product_ruouvang .gb-product_ruouvang-item .gb-product_ruouvang-item-yeumua a {
    width: 50%;
    float: left;
}

.gb-tieubieu-product_ruouvang .owl-nav [class*=owl-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53px;
    height: 92px;
    background: transparent !important;
    border: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-tieubieu-product_ruouvang .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    border-color: #3E4095;
}

.gb-tieubieu-product_ruouvang .owl-nav {
    margin-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .gb-tieubieu-product_ruouvang .owl-nav {
        top: -78px;
    }
}

.gb-tieubieu-product_ruouvang .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gb-tieubieu-product_ruouvang .owl-nav .owl-prev:before {
    content: '';
    background: url("../images/icons/md-left.svg");
    width: 53px;
    height: 92px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
}

.gb-tieubieu-product_ruouvang .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gb-tieubieu-product_ruouvang .owl-nav .owl-next:before {
    content: '';
    background: url("../images/icons/md-right.svg");
    width: 53px;
    height: 92px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
}

.prices_ruouvang {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    font-weight: 600;
    text-align: left;
}

.prices_ruouvang .prices_ruouvang-news {
    display: block;
}

.prices_ruouvang .prices_ruouvang-old {
    /*display: block; */

}


.gb-page-sanpham_ruouvang {
    padding: 50px 0;
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item {
    position: relative;
    /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.1);*/
    margin-top: 30px;
    display: flow-root;
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item:hover .gb-product_ruouvang-item-img .btn-addtocart_ruouvang {
    opacity: 1;
    top: 50%;
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item-img a {
    display: block;
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item-img a img {
    width: 100%;
    /*height: 250px;*/
    height: auto;
}

@media screen and (max-width: 767px) {
    .gb-page-sanpham_ruouvang .gb-product_ruouvang-item-img a img {
        height: auto;
    }
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item-img .btn-addtocart_ruouvang {
    opacity: 0;
    min-width: 150px;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item-text {
    padding: 20px 0;
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item-text h2 a {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
    /*display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;*/
    text-align: left;
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item-text .excerpt-product_ruouvang p {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.gb-page-sanpham_ruouvang .gb-product_ruouvang-item .gb-product_ruouvang-item-yeumua a {
    width: 50%;
    float: left;
}

/*SLIDE IMAGE*/
.gb-chitiet_sanpham_ruouvang-body {
    padding: 50px 0;
}

.gb-chitiet_sanpham_ruouvang-body .titleCategoryProduct_ruouvang {
    text-align: center;
    font-size: 35px;
    color: #3E4095;
    margin: 10px 0;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}

.gb-chitiet_sanpham_ruouvang-body .titleCategoryProduct_ruouvang:after {
    position: absolute;
    bottom: -15px;
    height: 0;
    width: 150px;
    border-bottom: 3px double #3E4095;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}

.gb-chitiet_sanpham_ruouvang-body .gb-divider {
    margin: 10px 0;
}

.gb-chitiet_sanpham_ruouvang-body .slider-for {
    background: #fff;
    /*border: 1px solid #dcdcdc;*/
}

@media screen and (min-width: 992px) {
    .gb-chitiet_sanpham_ruouvang-body .slider-for {
        /*height: 316px;*/
        overflow: hidden;
    }
}

.gb-chitiet_sanpham_ruouvang-body .slider-for img {
    width: 100%;
    height: auto;
    /*width: auto;
      height: 316px;*/
    margin: 0 auto;
}

.gb-chitiet_sanpham_ruouvang-body .slide-item-nav {
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    background: #f1f1f1;
}

.gb-chitiet_sanpham_ruouvang-body .slider-nav {
    margin-top: 10px;
}

.gb-chitiet_sanpham_ruouvang-body .slider-nav .slide-item-nav {
    background: #fff;
}

.gb-chitiet_sanpham_ruouvang-body .slider-nav img {
    /*height: 130px;*/
    height: auto;
}

.gb-chitiet_sanpham_ruouvang-body .price-outer-container .prices_ruouvang {
    text-align: left;
}

.gb-chitiet_sanpham_ruouvang-body .gb-thongso-mota {
    margin: 40px 0;
}

.gb-chitiet_sanpham_ruouvang-body .gb-thongso-mota .tab-content {
    padding: 20px;
}

.gb-chitiet_sanpham_ruouvang-body .gb-thongso-mota .tab-content p {
    display: block;
    margin-bottom: 10px;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}

.gb-chitiet_sanpham_ruouvang-body .prices_ruouvang .prices_ruouvang-old {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}

.gb-chitiet_sanpham_ruouvang-body .item-price .old-price {
    font-size: 16px;
}

.gb-chitiet_sanpham_ruouvang-body .price-outer-container {
    margin-top: 15px;
}

.gb-chitiet_sanpham_ruouvang-body .price-outer-container .price_CategoryProduct_Home_1_ruouvang .price_old_ruouvang {
    font-size: 20px;
    text-align: left;
}

.gb-chitiet_sanpham_ruouvang-body .price-outer-container .price_CategoryProduct_Home_1_ruouvang .price_old_news {
    font-size: 24px;
    text-align: left;
}

.gb-chitiet_sanpham_ruouvang-body .gb-luuy-ruouvang h4 {
    font-size: 24px;
    color: #3E4095;
    text-transform: uppercase;
}

.gb-chitiet_sanpham_ruouvang-body .gb-luuy-ruouvang p {
    display: block;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 15px 0;
}

.gb-chitiet_sanpham_ruouvang-body .gb-luuy-ruouvang a {
    display: inline-block;
    color: #000;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #3E4095;
    padding: 10px 15px;
    text-align: center;
}

/*SLIDE IMAGE*/
@media screen and (max-width: 991px) {
    .gb-chitiet_sanpham_ruouvang-left .gb-chitiet_sanpham_H2D_left-info {
        padding-top: 20px;
    }
}

.gb-chitiet_sanpham_ruouvang-left .gb-chitiet_sanpham_H2D_left-info h1 {
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}

.gb-chitiet_sanpham_ruouvang-left .gb-chitiet_sanpham_H2D_left-info .description {
    margin-top: 20px;
}

.gb-chitiet_sanpham_ruouvang-left .gb-chitiet_sanpham_H2D_left-info .description p {
    display: block;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.gb-thongso-mota .tabbable-line>.nav-tabs {
    border-bottom: 1px solid #3E4095;
    margin: 0;
}

.gb-thongso-mota .tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.gb-thongso-mota .tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #3E4095;
    font-size: 15px;
    font-weight: 600;
}

.gb-thongso-mota .tabbable-line>.nav-tabs>li.open,
.gb-thongso-mota .tabbable-line>.nav-tabs>li:hover {
    border: 1px solid #3E4095;
    position: relative;
    border-bottom: none;
    margin-bottom: -1px;
}

.gb-thongso-mota .tabbable-line>.nav-tabs>li.open>a,
.gb-thongso-mota .tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #3E4095;
}

.gb-thongso-mota .tabbable-line>.nav-tabs>li.active {
    border: 1px solid #3E4095;
    position: relative;
    border-bottom: none;
    margin-bottom: -1px;
}

.gb-thongso-mota .tabbable-line>.nav-tabs>li.active a {
    color: #3E4095;
}

.gb-thongso-mota .tabbable-line>.tab-content {
    margin-top: 20px;
    background-color: #fff;
    border: 0;
}

.gb-thongso-mota .portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

.gb-thongso-mota .tab-content h1 {
    font-size: 24px;
    font-weight: 600;
}

.gb-thongso-mota .tab-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.gb-thongso-mota .tab-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.gb-thongso-mota .tab-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.gb-thongso-mota .tab-content h5 {
    font-size: 16px;
    font-weight: 600;
}

.gb-thongso-mota .tab-content h6 {
    font-size: 14px;
    font-weight: 600;
}

.gb-thongso-mota .tab-content ul li {
    display: block;
    color: #3E4095;
    font-size: 16px;
    line-height: 26px;
}

.gb-thongso-mota .tab-content p {
    color: #3E4095;
    font-size: 16px;
    line-height: 26px;
}

/*entry meta*/
.gb-entry-meta .gb-authour {
    font-size: 20px;
    line-height: 1.5;
}

.gb-entry-meta .gb-authour a {
    color: #3E4095;
}

.gb-entry-meta .get-by {
    font-size: 16px;
    color: #3E4095;
    line-height: 1.5;
}

/*ENTRY SHIPPING*/
.gb-entry-shipping p {
    font-size: 16px;
}

.gb-entry-shipping p i {
    color: #3E4095;
    font-size: 24px;
}

.product-share-block .share-heading {
    font-size: 18px;
    color: #7a7a7a;
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}

.product-share-block ul li {
    display: inline-block;
}

.product-share-block ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #3E4095;
    color: #3E4095;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product-share-block ul li a:hover {
    background: #3E4095;
    color: #fff;
}

.gb-home-product-relate .owl-nav [class*=owl-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-home-product-relate .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    border-color: #3E4095;
}

.gb-home-product-relate .owl-nav [class*=owl-]:hover:before {
    color: #3E4095;
}

.gb-home-product-relate .owl-nav {
    margin-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .gb-home-product-relate .owl-nav {
        top: -78px;
    }
}

.gb-home-product-relate .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -45px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gb-home-product-relate .owl-nav .owl-prev:before {
    content: '\f177';
    font-family: FontAwesome;
    color: #afafaf;
    font-size: 20px;
}

.gb-home-product-relate .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -45px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gb-home-product-relate .owl-nav .owl-next:before {
    content: '\f178';
    font-family: FontAwesome;
    color: #afafaf;
    font-size: 20px;
}

.gb-home-product-relate .gb-product_ruouvang-item {
    position: relative;
    /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.1);*/
    margin-bottom: 30px;
    display: flow-root;
}

.gb-home-product-relate .gb-product_ruouvang-item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.gb-home-product-relate .gb-product_ruouvang-item:hover .gb-product_ruouvang-item-img .btn-addtocart_ruouvang {
    opacity: 1;
    top: 50%;
}

.gb-home-product-relate .gb-product_ruouvang-item-img a {
    display: block;
}

.gb-home-product-relate .gb-product_ruouvang-item-img a img {
    width: 100%;
    /*height: auto;*/
    height: 250px;
}

@media screen and (max-width: 767px) {
    .gb-home-product-relate .gb-product_ruouvang-item-img a img {
        height: auto;
    }
}

.gb-home-product-relate .gb-product_ruouvang-item-img .btn-addtocart_ruouvang {
    opacity: 0;
    min-width: 150px;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-home-product-relate .gb-product_ruouvang-item-text {
    padding: 20px 0;
}

.gb-home-product-relate .gb-product_ruouvang-item-text h2 a {
    height: 38px;
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    /*display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;*/
    text-align: left;
    text-transform: uppercase;
}

.gb-home-product-relate .gb-product_ruouvang-item-text .excerpt-product_ruouvang p {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.gb-home-product-relate .gb-product_ruouvang-item .gb-product_ruouvang-item-yeumua a {
    width: 50%;
    float: left;
}

.gb-danhmuctieubieu_ruouvang {
    margin-top: 50px;
}

.gb-danhmuctieubieu_ruouvang .gb-danhmuctieubieu_ruouvang-title {
    text-align: center;
    margin-bottom: 40px;
}

.gb-danhmuctieubieu_ruouvang .gb-danhmuctieubieu_ruouvang-title h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.gb-danhmuctieubieu_ruouvang .gb-danhmuctieubieu_ruouvang-item {
    position: relative;
    display: block;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}

.gb-danhmuctieubieu_ruouvang .gb-danhmuctieubieu_ruouvang-item:hover h3 {
    background: #3E4095;
}

.gb-danhmuctieubieu_ruouvang .gb-danhmuctieubieu_ruouvang-item h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 250px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gb-producttungmuc_ruouvang .gb-tieubieu-product_ruouvang-title {
    margin-bottom: 30px;
}

.gb-producttungmuc_ruouvang .gb-tieubieu-product_ruouvang-title h3 {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid;
    color: #3E4095;
    font-weight: bold;
}

.gb-producttungmuc_ruouvang .gb-tieubieu-product_ruouvang-title h3:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #3E4095;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.gb-producttungmuc_ruouvang .gb-tieubieu-product_ruouvang-title p {
    font-size: 16px;
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item {
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: flow-root;
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item:hover .gb-product_ruouvang-item-img .btn-addtocart_ruouvang {
    opacity: 1;
    top: 50%;
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item-img a {
    display: block;
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item-img a img {
    width: 100%;
    height: 150px;
}

@media screen and (max-width: 767px) {
    .gb-producttungmuc_ruouvang .gb-product_ruouvang-item-img a img {
        height: auto;
    }
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item-img .btn-addtocart_ruouvang {
    opacity: 0;
    min-width: 150px;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item-text {
    padding: 20px;
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item-text h2 a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    height: 30px;
    color: #3E4095;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item-text .excerpt-product_ruouvang p {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.gb-producttungmuc_ruouvang .gb-product_ruouvang-item .gb-product_ruouvang-item-yeumua a {
    width: 50%;
    float: left;
}

.gb-producttungmuc_ruouvang .btn-yeuthich {
    padding: 10px !important;
}

.gb-producttungmuc_ruouvang .btn-muahang {
    padding: 10px !important;
}

/*CART*/
.btn-muahang {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #3E4095;
    padding: 10px 15px;
    text-align: center;
    font-weight: 500;
}

.gb-chi-tiet-add-to-cart .gb-selectsize label {
    position: relative;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 2.18;
    text-align: left;
    color: #666666;
    text-transform: uppercase;
}

.gb-chi-tiet-add-to-cart .gb-selectsize label span {
    position: absolute;
    right: 0;
}

.gb-chi-tiet-add-to-cart .gb-selectsize .form-control {
    border-radius: 0;
}

.gb-chi-tiet-add-to-cart .quantity {
    float: left;
    width: 70%;
}

.gb-chi-tiet-add-to-cart .quantity label {
    font-size: 19px;
    font-weight: bold;
    /* line-height: 2.18; */
    margin-bottom: 10px;
    text-align: left;
    color: #000;
}

.gb-chi-tiet-add-to-cart .quantity input {
    width: 60px;
    text-align: center;
    height: 36px;
    float: left;
    border-radius: 0;
    border: solid 1px #3E4095;
}

.gb-chi-tiet-add-to-cart .quantity .form-control {
    margin-bottom: 0;
}

.gb-chi-tiet-add-to-cart .quantity .form-group {
    margin-bottom: 0;
}

.gb-chi-tiet-add-to-cart .cart {
    position: relative;
    padding-top: 20px;
}

.gb-chi-tiet-add-to-cart .single_add_to_cart_button {
    /* position: absolute;*/
    /* position: absolute; */
    /* bottom: 0; */
    background: #3E4095;
    padding: 6px 24px;
    font-size: 19px;
    font-weight: bold;
    /* font-style: normal; */
    /* font-stretch: normal; */
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #3E4095;
    border-radius: 0;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-chi-tiet-add-to-cart .single_add_to_cart_button:hover {
    color: #3E4095;
    background: transparent;
}

.gb-chi-tiet-add-to-cart .product_meta {
    padding-top: 25px;
}

.gb-chi-tiet-add-to-cart .product_meta span {
    font-size: 14px;
    font-weight: bold;
    color: #404040;
    text-transform: uppercase;
}

.gb-chi-tiet-add-to-cart .product_meta span a {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #808080;
    text-transform: none;
}

.gb-chi-tiet-add-to-cart .product_meta span a:after {
    content: ",";
}

.gb-chi-tiet-add-to-cart .product_meta span a:last-child:after {
    content: "";
}

.btn-yeuthich {
    display: inline-block;
    color: ;
    font-size: 13px;
    text-transform: uppercase;
    background: #f1f1f1;
    padding: 10px 15px;
    text-align: center;
    font-weight: 500;
}

.gb-cart_noithatmc {
    float: right;
    display: flow-root;
}

.gb-cart_noithatmc .gb-cart_noithatmc-text {
    float: left;
    padding-right: 10px;
}

.gb-cart_noithatmc .gb-cart_noithatmc-text h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    color: #3E4095;
    text-align: right;
}

.gb-cart_noithatmc .gb-cart_noithatmc-text p {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 500;
    text-align: right;
}

.gb-cart_noithatmc .gb-cart_noithatmc-text p span {
    color: red;
}

.gb-cart_noithatmc .gb-cart_noithatmc-icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #3E4095;
}

/*FOOTER*/
.footer-main-content_ruouvang {
    background: #3E4095;
    ;
    margin: 0px -10px;
   /* border-radius: 5px;*/
    padding: 0px 15px;
}

ul.cash {
    height: 30px;
    display: flex;
    align-items: center;
}

ul.cash li {
    margin-right: 5px;
}

.copyright-area_ruouvang p {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 15px 0;
    color: #fff;
}

.widget-title-footer-ruouvang {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

/*footer-about-ruouvang*/
.footer-lienhe-ruouvang h2 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-lienhe-ruouvang ul li {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 4px;
}

.footer-lienhe-ruouvang ul li a {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    margin-bottom: 4px;
}

.footer-lienhe-ruouvang ul li span {
    font-weight: 700;
}

/*footer-recentpost-ruouvang*/
.footer-link-ruouvang ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.footer-ruouvang-right {
    border-left: 1px solid #ccc;
}

.footer-ruouvang-right .footer-bottom-right span {
    float: left;
    margin-left: 15px;
}

.footer-ruouvang-right .footer-bottom-ruouvang {
    border-top: 1px solid #ccc;
    display: flow-root;
    padding-top: 30px;
}

.footer-ruouvang-right .footer-top-ruouvang {
    padding: 0 0 30px 30px;
}

/*EMAIL*/
.gb-footer-newletter_ruouvang .input-group {
    border-radius: 4px;
}

.gb-footer-newletter_ruouvang .form-control {
    height: 44px;
    border: 1px solid #dbdbdb;
    border-radius: 0;
}

.gb-footer-newletter_ruouvang p {
    color: #808080;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

.gb-footer-newletter_ruouvang span .btn-theme {
    height: 44px;
    color: #3E4095;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    background: transparent;
}

.footer-about-ruouvang-social i {
    color: #b4b4b4;
    font-size: 20px;
}

.gb-lienhe {
    padding: 50px 0;
}

.gb-form-lienhe h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #3E4095;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gb-form-lienhe form label {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gb-form-lienhe .btn-gui {
    min-width: 200px;
    background: #3E4095;
    border: 2px solid #3E4095;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-form-lienhe .btn-gui:hover {
    background: transparent;
    color: #3E4095;
}

/*sidebar*/
.widget-sidebar {
    margin-bottom: 30px;
}

.gb-timkiem-sidebar-ruouvang .widget-title-sidebar-ruouvang {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #3E4095;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffc000;
}

.gb-timkiem-sidebar-ruouvang .vk-newlist-banner-test-search button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-timkiem-sidebar-ruouvang .vk-newlist-banner-test-search button:hover {
    background: #3E4095;
    color: #fff;
}

.gb-timkiem-sidebar-ruouvang form {
    border-radius: 0;
    overflow: hidden;
}

.gb-timkiem-sidebar-ruouvang .vk-newlist-banner-test-search {
    width: 100%;
    height: 50px;
    background: #fff;
    border: solid 1px #3E4095;
    border-radius: 0;
}

.gb-timkiem-sidebar-ruouvang .vk-newlist-banner-test-search input {
    width: 80%;
    height: 50px;
    border: none;
    outline: none;
    color: #3E4095;
    background: transparent;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-indent: 15px;
}

.gb-timkiem-sidebar-ruouvang .vk-newlist-banner-test-search button {
    width: 20%;
    height: 48px;
    background: #3E4095;
    border: none;
    border-left: 1px solid #3E4095;
    outline: none;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-timkiem-sidebar-ruouvang .vk-newlist-banner-test-search button:hover {
    color: #3E4095;
    background: transparent;
}

.gb-danhmucsanpham_cuanhom {
    margin-bottom: 30px;
}

.gb-danhmucsanpham_cuanhom .widget-title-sidebar-cuanhom {
    position: relative;
    font-weight: 700;
    color: #3E4095;
    font-size: 18px;
    line-height: 1.35;
    text-transform: uppercase;
    border-bottom: 2px solid #ffc000;
    padding: 10px 0;
    margin-bottom: 30px;
}

.gb-danhmucsanpham_cuanhom .widget-title-sidebar-cuanhom:before {
    content: "";
    width: 80px;
    border-top: 2px solid #ffc000;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.gb-danhmucsanpham_cuanhom ul li a {
    font-size: 13px;
    line-height: 24px;
    color: #5f6162;
    font-weight: 500;
    position: relative;
}

.gb-danhmucsanpham_cuanhom .accordion-default .accordion-content {
    display: none;
    padding-left: 5px;
}

.gb-danhmucsanpham_cuanhom .accordion-default .accordion-content li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-danhmucsanpham_cuanhom .accordion-default .accordion-content li a:hover {
    padding-left: 10px;
    color: #3E4095;
}

.gb-danhmucsanpham_cuanhom .accordion-default .accordion-content li a i {
    color: #3E4095;
    margin-right: 5px;
}

.gb-danhmucsanpham_cuanhom .accordion-default li {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.gb-danhmucsanpham_cuanhom .accordion-default .accordion-toggle.active:after {
    content: "\f068";
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
    font-family: FontAwesome;
    color: #5f6162;
    font-weight: normal;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 3px;
}

.gb-danhmucsanpham_cuanhom .accordion-default .accordion-toggle:before {
    content: "\f067";
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
    font-weight: normal;
    font-family: FontAwesome;
    color: #5f6162;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 3px;
}

.gb-recenpost-sidebar-ruouvang .widget-title-sidebar-ruouvang {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    /* padding-left: 10px; */
    /* background: #3E4095; */
    border-bottom: 1px solid #000;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul {
    padding: 0;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li {
    list-style-type: none;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li:first-child {
    padding-top: 0;
    border: none;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li .gb-item-recent-posts_ruouvang .gb-item-recent-posts_ruouvang-img {
    float: left;
    margin-right: 20px;
    position: relative;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li .gb-item-recent-posts_ruouvang .gb-item-recent-posts_ruouvang-img img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li .gb-item-recent-posts_ruouvang .gb-item-recent-posts_ruouvang-text {
    padding-left: 90px;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li .gb-item-recent-posts_ruouvang .gb-item-recent-posts_ruouvang-text h2 {
    margin: 0;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li .gb-item-recent-posts_ruouvang .gb-item-recent-posts_ruouvang-text h2 a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    text-align: left;
    color: #222222;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li .gb-item-recent-posts_ruouvang .gb-item-recent-posts_ruouvang-text h2 a:hover {
    text-decoration: none;
    color: #3E4095;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li .gb-item-recent-posts_ruouvang .gb-item-recent-posts_ruouvang-text .gb-item-recent-post-time_ruouvang span {
    font-size: 13px;
    line-height: 2;
    text-align: left;
    color: #aeaeae;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_ruouvang ul li .gb-item-recent-posts_ruouvang .gb-item-recent-posts_ruouvang-text .gb-item-recent-post-time_ruouvang span .fa {
    font-family: 'FontAwesome';
    font-size: 14px;
    text-align: left;
    color: #3E4095;
    margin-right: 10px;
}

.gb-product-sidebar-ruouvang .widget-title-sidebar-ruouvang {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    padding-left: 10px;
    background: #3E4095;
    border-left: 5px solid #f79321;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_ruouvang-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_ruouvang-item:last-child {
    border-bottom: none;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_ruouvang-item .gb-product-sidebar_ruouvang-item-img {
    float: left;
    border: 1px solid #E0E0E0;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_ruouvang-item .gb-product-sidebar_ruouvang-item-img img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_ruouvang-item .gb-product-sidebar_ruouvang-item-info {
    padding-left: 80px;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_ruouvang-item .gb-product-sidebar_ruouvang-item-info h4 a {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #3E4095;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_ruouvang-item .gb-product-sidebar_ruouvang-item-info .prices_ruouvang {
    font-size: 14px;
    text-align: left;
}

.gb-filterprices-sidebar-ruouvang .widget-title-sidebar-ruouvang {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #3E4095;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffc000;
}

.gb-filterprices-sidebar-ruouvang #slider-range {
    width: 100%;
    height: 5px;
    background: #E0E0E0;
    border-radius: 2px;
    border: none;
    margin-top: 40px;
}

.gb-filterprices-sidebar-ruouvang .ui-state-active {
    border-color: transparent;
    background: transparent;
}

.gb-filterprices-sidebar-ruouvang .ui-state-default {
    position: relative;
    border-color: transparent;
    background: transparent;
    outline: none;
}

.gb-filterprices-sidebar-ruouvang .ui-state-default:before {
    content: '';
    width: 16px !important;
    height: 16px !important;
    background: #3E4095 !important;
    border: none;
    border-radius: 50%;
    outline: none;
    top: 0px;
    position: absolute;
}

.gb-filterprices-sidebar-ruouvang .ui-state-default:after {
    content: '';
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    border: none;
    border-radius: 50%;
    outline: none;
    top: 3px;
    left: 3px;
    position: absolute;
}

.gb-filterprices-sidebar-ruouvang .ui-slider-horizontal .ui-slider-range {
    background: #3E4095;
    margin-left: -5px;
}

.gb-filterprices-sidebar-ruouvang .ui-slider-horizontal .ui-slider-range {
    background: #3E4095;
    margin-left: -5px;
}

.gb-filterprices-sidebar-ruouvang .label-filter-price {
    text-align: center;
    margin-top: 25px;
}

.gb-filterprices-sidebar-ruouvang .label-filter-price input {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    border: none;
    background: transparent;
}

.gb-filterprices-sidebar-ruouvang .btn-filter-prince {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    background: #3E4095;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    border-radius: 3px;
    color: #FFF;
    position: relative;
    margin-top: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-filterprices-sidebar-ruouvang .btn-filter-prince:hover {
    border: 1px solid #3E4095;
    background: none;
    color: #3E4095;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-filterprices-sidebar-ruouvang .ui-state-default,
.gb-filterprices-sidebar-ruouvang .ui-widget-content .ui-state-default,
.gb-filterprices-sidebar-ruouvang .ui-widget-header .ui-state-default,
.gb-filterprices-sidebar-ruouvang .ui-button,
.gb-filterprices-sidebar-ruouvang html .ui-button.ui-state-disabled:hover,
.gb-filterprices-sidebar-ruouvang html .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
}

.gb-locchekbox-sidebar-ruouvang .widget-title-sidebar-ruouvang {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #3E4095;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #3E4095;
}

.gb-locchekbox-sidebar-ruouvang ul li a {
    display: block;
    position: relative;
    line-height: 30px;
    color: rgba(84, 84, 84, 0.8);
}

.gb-locchekbox-sidebar-ruouvang ul li a:before {
    content: " ";
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    display: block;
    float: left;
    margin-top: 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gb-locchekbox-sidebar-ruouvang ul li a:hover {
    color: #f79321;
}

.gb-locchekbox-sidebar-ruouvang ul li a:hover span {
    border-color: #f79321;
}

.gb-locchekbox-sidebar-ruouvang ul li a span {
    background: rgba(84, 84, 84, 0.05);
    color: rgba(84, 84, 84, 0.8);
    float: right;
    font-size: .6875rem;
    line-height: 1;
    padding: 6px 10px 4px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    text-align: center;
    min-width: 10px;
    margin-top: -1px;
    border-width: 1px;
    border-style: solid;
}

/*BREARDCRUMS*/
.gb-breadcrumbs_ruouvang {
    background: url("../images/aboutimg.jpg") no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gb-breadcrumbs_ruouvang .hero-title-breadcrums_ruouvang {
    color: #3E4095;
    font-size: 40px;
    text-shadow: 1px 1px 5px #3E4095;
    text-align: center;
}

/*search*/
.product-filter {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.product-filter label {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #3E4095;
}

.product-filter-itemperpage {
    float: left;
}

@media screen and (max-width: 767px) {
    .product-filter-itemperpage {
        float: none;
    }
}

.product-filter-itemperpage form {
    margin-bottom: 0;
}

.product-filter-itemperpage select {
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #666;
    width: 100px;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .product-filter-itemperpage select {
        width: 100%;
    }
}

.product-filter-itemperpage select option {
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #808080;
}

.product-filter-itemperpage-ordering {
    float: right;
}

@media screen and (max-width: 767px) {
    .product-filter-itemperpage-ordering {
        float: none;
        margin-top: 20px;
    }
}

.product-filter-itemperpage-ordering p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #aeaeae;
    padding-top: 15px;
}

.product-filter-itemperpage-ordering form {
    margin-bottom: 0;
}

.product-filter-itemperpage-ordering select {
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #666;
    width: 150px;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .product-filter-itemperpage-ordering select {
        width: 100%;
    }
}

.product-filter-itemperpage-ordering select option {
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #808080;
}

.gb-header-search_ruouvang .vk-newlist-banner-test-search button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-header-search_ruouvang .vk-newlist-banner-test-search button:hover {
    background: #3E4095;
    color: #fff;
}

.gb-header-search_ruouvang form {
    border-radius: 0;
    overflow: hidden;
}

.gb-header-search_ruouvang .vk-newlist-banner-test-search {
    width: 100%;
    height: 50px;
    background: #fff;
    border: solid 1px #3E4095;
    border-radius: 0;
}

.gb-header-search_ruouvang .vk-newlist-banner-test-search input {
    width: 80%;
    height: 50px;
    border: none;
    outline: none;
    color: #3E4095;
    background: transparent;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-indent: 15px;
}

.gb-header-search_ruouvang .vk-newlist-banner-test-search button {
    width: 20%;
    height: 48px;
    background: #fff;
    border: none;
    border-left: 1px solid #3E4095;
    outline: none;
    text-align: center;
    line-height: 44px;
    color: #3E4095;
    font-size: 14px;
    float: right;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-header-search_ruouvang .vk-newlist-banner-test-search button:hover {
    color: #3E4095;
    background: transparent;
}

/*CONTACT*/
.gb-contact-home_ruouvang {
    background: url("../images/our-address-map-small.png") no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

.gb-contact-home_ruouvang .gb-contact-home_ruouvang-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.gb-contact-home_ruouvang p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin: 30px 0;
}

.gb-contact-home_ruouvang p span {
    color: #3E4095;
    font-weight: 600;
    font-size: 20px;
}

.gb-contact-home_ruouvang a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #c41230;
    padding: 10px 25px;
    text-align: center;
}

.gb-gioithieu-company {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 40px;
}

.gb-gioithieu-company h2 {
    font-size: 18px;
    font-weight: bold;
    color: #3E4095;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gb-gioithieu-company p {
    font-size: 16px;
    line-height: 26px;
    color: #3E4095;
}

.gb-gioithieu-company .gb-dress-intro ul li {
    display: flow-root;
    margin-bottom: 10px;
}

.gb-gioithieu-company .gb-dress-intro ul li .icons {
    width: 40px;
    height: 40px;
    border: 1px solid #3E4095;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3E4095;
    float: left;
}

.gb-gioithieu-company .gb-dress-intro ul li p {
    padding-left: 60px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.gb-gioithieu-company .gb-support-intro ul li {
    display: flow-root;
    margin-bottom: 10px;
}

.gb-gioithieu-company .gb-support-intro ul li .icons {
    width: 35px;
    height: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3E4095;
    float: left;
}

.gb-gioithieu-company .gb-support-intro ul li p {
    padding-left: 60px;
    color: #333;
    font-size: 16px;
}

.gb-header-between_ruouvang-between {
    padding-top: 10px;
}

.gb-header-between_ruouvang-between ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gb-header-between_ruouvang-between ul li {
    width: 50%;
    float: left;
}

.gb-header-between_ruouvang-between ul li .icons_ruouvang {
    width: 40px;
    height: 40px;
    border: 1px solid #f79321;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #f79321;
    border-radius: 50%;
    float: left;
}

.gb-header-between_ruouvang-between ul li .info_support_ruouvang {
    width: calc(100% - 40px);
    float: left;
    padding-left: 15px;
}

.gb-header-between_ruouvang-between ul li .info_support_ruouvang h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.gb-header-between_ruouvang-between ul li .info_support_ruouvang span {
    font-size: 13px;
    display: block;
}

/*BANNER*/
.gb-banner-1-ruouvang a {
    display: block;
}

.gb-banner-1-ruouvang a img {
    width: 100%;
    height: auto;
}

.gb-banner-2-ruouvang a {
    display: block;
}

.gb-banner-2-ruouvang a img {
    width: 100%;
    height: auto;
}

.gb-banner-3-ruouvang a {
    display: block;
}

.gb-banner-3-ruouvang a img {
    width: 100%;
    height: auto;
}

.gb-banner-4-ruouvang {
    padding-bottom: 50px;
}

/*characteristic*/
.gb-taisaolaichonchungtoi_rem {
    padding: 100px 0;
    background: url("../images/back-3.jpg") no-repeat center center;
    background-size: cover;
}

.gb-taisaolaichonchungtoi_rem .gb-taisaolaichonchungtoi_ruouvang-title {
    margin-bottom: 40px;
}

.gb-taisaolaichonchungtoi_rem .gb-taisaolaichonchungtoi_ruouvang-title h3 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.gb-taisaolaichonchungtoi_rem .gb-taisaolaichonchungtoi_ruouvang-title h3 span {
    color: #f79321;
}

.gb-taisaolaichonchungtoi_rem .gb-taisaolaichonchungtoi_ruouvang-item h4 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.gb-taisaolaichonchungtoi_rem .gb-taisaolaichonchungtoi_ruouvang-item span {
    font-size: 48px;
    display: block;
    text-align: center;
    color: #f79321;
    margin-bottom: 15px;
}

.gb-taisaolaichonchungtoi_rem .gb-taisaolaichonchungtoi_ruouvang-item .gb-divider {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px;
    border-color: #f79321;
}

.gb-taisaolaichonchungtoi_rem .gb-taisaolaichonchungtoi_ruouvang-item p {
    font-size: 16px;
    color: #fff;
}

.footer-logo_ruouvang img {
    width: 35%;
}

.gb-header-between_ruouvang-left h4 {
    display: block;
    font-size: 20px;
    line-height: 21px;
    color: #3E4095;
    font-weight: 600;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-transform: uppercase;
}

.gb-header-between_ruouvang-right h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #3E4095;
}

/*SEARCH*/
/*.gb-search-center_vyhofoco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 81px; }*/
.gb-search-center_vyhofoco .icons-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #22292d;
}

.gb-search-center_vyhofoco .icons-search:hover {
    cursor: pointer;
}

.gb-search-center_vyhofoco .icons-search .search {
    width: 300px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    margin-left: -125px;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-search-center_vyhofoco .icons-search .search .search-field {
    width: 100%;
    height: 50px;
    margin-right: -300px !important;
    padding-left: 20px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #999999;
    background: #343c40;
    text-transform: capitalize;
    float: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-search-center_vyhofoco .icons-search .search .close-search {
    width: 50px;
    height: 50px;
    right: 0;
    margin-top: 0;
    border: none;
    outline: none;
    position: absolute;
    z-index: 1000;
    background: #343c40;
    color: #e57632;
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-search-center_vyhofoco .icons-search .search .block-search {
    margin-right: 0px !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.gb-search-cart_h2d ul li {
    display: inline-block;
    padding: 40px 5px 1px 5px;
}

.gb-cartheader_h2d a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #22292d;
}

/* #c8102e  #3E4095 */

.gb-slideshow_ruouvang .owl-nav [class*=owl-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53px;
    height: 92px;
    background: transparent !important;
    border: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gb-slideshow_ruouvang .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    border-color: #3E4095;
}

.gb-slideshow_ruouvang .owl-nav {
    margin-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .gb-slideshow_ruouvang .owl-nav {
        top: -78px;
    }
}

.gb-slideshow_ruouvang .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gb-slideshow_ruouvang .owl-nav .owl-prev:before {
    content: '';
    background: url("../images/icons/md-left.svg");
    width: 53px;
    height: 92px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
}

.gb-slideshow_ruouvang .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gb-slideshow_ruouvang .owl-nav .owl-next:before {
    content: '';
    background: url("../images/icons/md-right.svg");
    width: 53px;
    height: 92px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width: 360px) {
    .gb-header-ruouvang .gb-top-header_ruouvang-left ul li:first-child {
        display: block;
    }

    .gb-search-cart_h2d ul li {
        padding: 0
    }

    .gb-search-cart_h2d {
        position: absolute;
        top: -60px;
        right: 15px;
    }
}

@media screen and (max-width: 768px) and (min-width: 360px) {
    .gb-header-ruouvang .gb-top-header_ruouvang-left ul li:first-child {
        display: block;
    }

    .gb-search-cart_h2d ul li {
        padding: 0
    }

    .gb-search-cart_h2d {
        position: absolute;
        top: -40px;
        right: 15px;
    }

}

.gb-header-between_ruouvang {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(168, 168, 168, 1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(168, 168, 168, 1);
    box-shadow: 0px 1px 3px 0px rgba(168, 168, 168, 1);
    background: #fff;
}

.is-sticky .gb-header-between_ruouvang .gb-header-between_ruouvang-left a img {
    width: 140px;
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
}

.slider-for img {
    width: 100%;
    min-height: 100%;
}

.slider-nav {
    margin: auto;
}

.slider-nav .item-slick {
    max-width: 150px;
    margin-right: 15px;
    outline: none !important;
    cursor: pointer;
    border: 1px solid #ccc;
}

.slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.gb-top-header_ruouvang-left input {
    background: #f1f1f1;
    width: 100%;
    border: none;
    height: 49px;
    border-radius: 25px;
    padding: 0 15px 0 35px;
    position: relative;
    outline: none;
}

.gb-top-header_ruouvang-left i {
    position: absolute;
    top: 26%;
    left: 6%;
    font-size: 20px;
}

.gb-top-header_ruouvang img {
    width: 100%;
    /*padding: 10px;*/
}

.select-kho p {
    font-size: 9px;
}

.select-kho {
    cursor: pointer;
    padding: 5px;
}

.header-notifi {
    background: #3E4095;
    height: 40px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;

}

.header-notifi span {
    font-weight: bold;
}

.header-notifi i {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 1.4%;
    right: 10%;
}

.gb-introvechungtoi_ruouvang img {
    width: 100%;
}

.gb-tieubieu-product_ruouvang .gb-tieubieu-product_ruouvang-title p a {
    color: #999;
}

/*.news{
    width: 50px;
    border: 1px solid #3E4095;
    color: #3E4095;
    padding: 2px 5px;
    text-align: center;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
}*/
.gb-product_ruouvang-item:hover .gb-product_ruouvang-item-img {
    border: 1px solid #3E4095;
}

.sale {
    color: #3E4095;
    margin-right: 15px;
}

.gb-product_ruouvang-item-img {
    border: 1px solid white;
}

.gb-chitiet_sanpham_ruouvang-left .news {
    margin-bottom: 15px;
    float: none;
}

.many-size {
    display: flex;
    font-size: 20px;
}

.many-size li {
    margin-right: 10px;
    padding: 7px;
    border: 1px solid #3E4095;
    height: 36px;
    width: 36px;
    cursor: pointer;
    position: relative;
}

.size p {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: bold;
}

#choose-size {
    color: #aaa
}

.gb-chitiet_sanpham_ruouvang-left .prices_ruouvang {

    margin: 25px 0;
}

.gb-chitiet_sanpham_ruouvang-left .prices_ruouvang-old {
    font-size: 21px !important;
}

.out-stock {
    pointer-events: none;

}

.out-stock::before {

    content: '';
    width: 68px;
    height: 0;
    position: absolute;
    top: 23px;
    left: -10px;
    background: transparent;
    border-left: 1px solid #3E4095;
    border-bottom: 1px solid #3E4095;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 3;
    top: 16px;
    left: -7px;
    width: 49px;
}

.gb-chitiet_sanpham_ruouvang-left .active1 {
    background: #3E4095;
    color: #fff;
}

.quantity p {
    width: 36px;
    height: 36px;
    float: left;
    border: 1px solid #3E4095;
    padding: 4px;
    text-align: center;
}

p#minus {
    border-right: none;
}

p#plus {
    border-left: none;
}

.cus-otherproduct {
    display: flex
}

.cus-otherproduct li {
    width: calc(100% /3);
    margin-right: 0;
    padding: 7.5px;
}

.cus-otherproduct li img {
    width: 100%;
    border: 1px solid #fff;
}

.cus-otherproduct li img:hover {
    border: 1px solid #3E4095;
}

.sub-content .content li {
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 20px;
    color: #000;
    margin-left: 30px;
    position: relative;

}

.sub-content .content li span {
    color: #3E4095;
    font-weight: bold;
}

.sub-content .content li a {
    color: #000;
    font-weight: bold;
}

.sub-content .content li:before {
    content: '';
    width: 30px;
    height: 33px;
    margin-right: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -10%;
    background-size: 100%;
}

.sub-content .content .l1:before {
    background-image: url(../images/Icon/gift-h.png);
    background-position: 0 0;
}

.sub-content .content .l2:before {
    background-image: url(../images/Icon/delivery-h.png);
    background-position: 0 0;
}

.sub-content .content .l3:before {
    background-image: url(../images/Icon/call-h.png);
    background-position: 0 0;
}

.sub-content .content .l4:before {
    background-image: url(../images/Icon/delivery-h.png);
    background-position: 0 0;
}

.sub-content .content .l5:before {
    background-image: url(../images/Icon/payment-h.png);
    background-position: 0 0;
}

.sub-content .content .l6:before {
    background-image: url(../images/Icon/guarantee-h.png);
    background-position: 0 0;
}

.sub-content .content .l7:before {
    background-image: url(../images/Icon/return-h.png);
    background-position: 0 0;
}

.gb-home-product-relate .prices_ruouvang {
    margin: 0 0 18px 0;
    font-weight: normal;
}

p.date {
    color: #666;
    margin-top: 7px;
}

.gb-news-blog_ruouvang-item:hover>.gb-news-blog_ruouvang-item-text h3 a {
    color: #3E4095 !important;
    transition-duration: 0.5s;
    /*transform: all;*/
}

.scrolltoTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 130px;
    right: 30px;
    border: 1px solid #000;
    display: none;
    cursor: pointer;
}

.scrolltoTop i {
    padding: 11px;
}

.scrolltoTop:hover {
    border: 1px solid #3E4095;
    color: #3E4095;
    transition-duration: 0.5s
}

.sub-active .line-col {
    position: relative;
    width: 7px;
    display: inline-block;
    height: 16px;
    margin: -1px;
    background: #999;
}

.sub-active {
    margin-left: 10px;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.sub-active.active .line-col {
    position: relative;
    width: 7px;
    display: inline-block;
    height: 16px;
    margin: -1px;
    background: #333;
}

.flr {
    float: left;
}

.frl {
    float: right;
    height: 35px;
    display: flex;
    align-items: center;
}

.boloc {
    width: 100px;
    height: 35px;
    border: 1px solid #3E4095;
    text-align: center;
    padding: 7px 0px;
    color: #3E4095
}

/*.boloc:after{
  content:'+';
}
.boloc:hover:after{
  content:'-';
}*/
.pro-tab {
    width: 20%;
    float: left;

}

.pro-tab h2 {
    color: #3E4095;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.pro-tab label {
    position: relative;
    font-weight: normal;
    margin-bottom: 15px;
    height: 25px;
    padding-left: 43px;
    display: flex;
    align-items: center;
}

.pro-tab label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #3E4095;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */
.pro-tab label input:checked~.checkmark {
    background-color: #3E4095;

}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.pro-tab label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.pro-tab label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content-boloc {
    border: 1px solid #3E4095;
    padding: 25px;
}

.xemthem-product p {
    text-decoration: none;
    color: #fff;
    background-color: #3E4095;
    border: 1px solid #3E4095;
    position: relative;
    width: 290px;
    z-index: 2;
    padding: 12px 50px;
    text-align: center;
    margin: 0 auto;
    opacity: 0.3;
}

.xemthem-product p:hover {
    opacity: 0.6;
    transition-duration: 0.5s
}

.y-scroll {
    margin-right: 10px;
    height: 250px;
    overflow: hidden;
    overflow-y: auto;

}

.y-scroll::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.y-scroll::-webkit-scrollbar-track {
    background: #999;
}

/* Handle */
.y-scroll::-webkit-scrollbar-thumb {
    background: #999;
}

/* Handle on hover */
.y-scroll::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.butotoe {
    width: 150px;
    height: 37px;
    margin: 0 auto;
    text-align: center;
    background: #3E4095;
    margin-top: 40px;
    padding: 9px;

}

.butotoe a {
    color: #fff;
}

.gb-page-sanpham_ruouvang {
    position: relative;
}

.content-boloc {
    /* display: none;*/
    position: absolute;
    z-index: 9999;
    background: #fff;
    top: 33px;

}

.hiden {
    display: none;
}


/*REGISTER*/
.gb-register_excel .gb-register_excel-top {
    background: #3E4095;
}

.gb-register_excel .gb-register_excel-top .gb-register_excel-top-left img {
    width: 153px;
}

.gb-register_excel .gb-register_excel-top .gb-register_excel-top-right .form-group {
    font-size: 16px;
    color: #fff;
}

.gb-register_excel .gb-register_excel-top .gb-register_excel-top-right .form-group a {
    font-size: 16px;
    color: #fff;
}

.gb-register_excel .gb-register_excel-top .gb-register_excel-top-right .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 15px 0;
    color: #fff;
}

.gb-register_excel .gb-register_excel-top .gb-register_excel-top-right .btn-dangnhap_excel {
    background: #fff;
    color: #207244;
    font-weight: 600;
    margin: 43px 0;
}

.gb-register_excel .gb-dangky_tour {
    padding: 30px 0;
}

.gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top {
    margin: 20px 0;
}

.gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top p {
    color: #000;
    line-height: 20px;
    font-size: 18px;
}

.gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul {
    margin-top: 15px;
}

.gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul li {
    display: inline-block;
}

.gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 30px;
}

.gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul li a.btn-facebook {
    background: #496397;
}

.gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul li a.btn-google {
    background: #dc493f;
    padding: 2px;
}

.gb-register_excel .gb-form-dangky h3 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.gb-register_excel .gb-form-dangky p {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 22px;
}

.gb-register_excel .gb-form-dangky p a {
    color: #207244;
}

.gb-register_excel .gb-form-dangky .btn-taotaikhoan {
    background: #c10000;
    color: #fff;
    font-weight: 600;
}


.infor-user {
    background: #3E4095;
    min-height: 400px;
}

.title-infor {
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    background: #3E4095;
}

ul.infor-user li {
    border-bottom: 1px solid #ccc;
}

ul.infor-user li:hover a {
    background: #fff;
    color: #090b0d;
}

ul.infor-user li a {
    color: #fff;
    display: block;
    padding: 10px;
    border: 1px solid #090b0d;
}

ul.infor-user>li>.active>a {
    background: transparent;
    color: #090b0d !important;
}

.hidden-md {
    /*display: none;*/
}

@media screen and (max-width: 768px) {
    .header-notifi {
        display: none;
    }

/*    .gb-top-header_ruouvang img {
        width: 75%;
    }*/

    .select-kho p {
        text-align: right;
    }

    .select-kho h5 {
        text-align: right;
    }

    .select-kho {
        padding: 0px;
        margin-top: -5px;
    }

    .prices_ruouvang {
        font-size: 13px;
    }

    .scrolltoTop {
        background: #fff
    }

    .hidden-md {
        /*display: flex;*/
        width: 100%;
        justify-content: center;

    }

    .hidden-md a {

        color: #808080
    }

    .gb-chitiet_sanpham_ruouvang-left .gb-chitiet_sanpham_H2D_left-info h1 {
        font-size: 22px;
        color: #000;
        margin-bottom: 15px;
        font-weight: normal;
    }

    .gb-chitiet_sanpham_ruouvang-left .prices_ruouvang {
        margin: 14px 0;
        font-weight: normal;
    }

    .size p {
        margin-bottom: 5px;
        font-size: 17px;
    }

    .gb-chi-tiet-add-to-cart .quantity label {
        font-size: 17px;
        font-weight: bold;
        /* line-height: 2.18; */
        margin-bottom: 10px;
        text-align: left;
        color: #000;
    }

    .gb-home-product-relate .gb-product_ruouvang-item-text h2 a {
        height: 38px;
        display: block;
        font-weight: bold;
        font-size: 10px;
        line-height: 17px;
        color: #000;
        /* font-weight: 500; */
        margin-bottom: 10px;
        text-align: left;
        text-transform: uppercase;
    }
}

.Content-Main .gb-tieubieu-product_ruouvang-slide {

    display: flex;
    flex-wrap: wrap;

}

.header-top .logo {
    float: left;
}

.header-top .logo .image-logo a {
    float: left;
    display: block;
    margin-right: 10px;
}

.header-top .logo img {
    max-width: 250px;

}

.header-top .hostline {
    border-radius: 5px;
    margin-top: 25px;
    margin-left: 80px;
    float: left;
    width: 199px;
    background: #fef200;
    font-size: 12px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    position: relative;
}

.header-top .hostline i {
    font-size: 30px;
    float: left;
    margin-right: 12px;
    margin-top: 0px;
    margin-left: 5px;
    line-height: 40px;
    display: block;
    width: 40px;
    text-align: center;
    background: #fef200;
    color: #000;
}

.header-top .hostline span {
    display: block;
    text-transform: uppercase;
    line-height: 26px;
    color: #fff;
}

.header-top .hostline a {
    font-size: 23px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 700;
    position: absolute;
    color:#000;
    top: 11px;
}
.top-link-signup {
    float: right;
}

.top-link-signup>a {
    color: #fff;
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 12px;
    margin-right: 14px;
    float: right;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    display: block;
    transition: box-shadow .15s ease-out;
}

.main-menu {
    background: #3E4095;
    /*margin: 0px -3px;*/
    margin-top: -5px;
    /*border-radius: 5px;*/
}

.bg-white {
    background: #fff;
    padding: 5px;
    width: 100%;
    /*margin-top: 2px;*/
}

.quick-ads .phuhuynh {
    padding-right: 5px;
}

.quick-ads-box {
    padding: 20px;
    margin: 0px;
    border-radius: 5px;
}

.quick-ads .phuhuynh .quick-ads-box {
    background: url(https://giasuhanoi.vn/public/img/bg-phu-huynh.png) no-repeat;
}

.quick-ads h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .5rem;
}

.quick-ads ul {
    margin-top: 20px;
}

.quick-ads ul li {
    margin-bottom: 10px;
    list-style: none;
}

.quick-ads ul li a {
        background: #ffc107;
    color: #0e0d0d;
    padding: 11px 15px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    /* margin-bottom: 15px; */
    transition: box-shadow .15s ease-out;
    transition: background .15s ease-out;
    display: inline-block;
}

.quick-ads .giasu {
    padding-left: 5px;
}

.quick-ads .giasu .quick-ads-box {
    background: url(https://giasuhanoi.vn/public/img/bg-giasu.png) no-repeat;
}

.mainnn h3,
.gb-page-gioithieu-right h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1.2;
}

.mainnn img,
.gb-page-gioithieu-right img {
    max-width: 100%;
    height: auto;
}

.mainnn h4,
.gb-page-gioithieu-right h4 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.mainnn p,
.gb-page-gioithieu-right p {
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.mainnn table,
.gb-page-gioithieu-right table {
    border: 1px;
    border-collapse: collapse;
    width: 100% !important;
}

.mainnn table td,
.gb-page-gioithieu-right table td {
    border: 1px solid;
    padding: 6px 10px;
}

.gb-page-gioithieu-right {
    padding: 5px;
}

.box-courses {
    margin-top: 30px;
}

.box-courses-head {
    position: relative;
}

.box-courses h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0px;
    color: #003770;
}

.block-title a {
    font-size: 20px;
    color: #3E4095;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.block-title a:after {
    content: '';
    width: 42px;
    height: 2px;
    background-color: #3E4095;
    display: block;
}

.course-item {
    border: 1px solid #e9ecef;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    background: #fff;
}

.course-head {
    background: #ff5a00;
    border-bottom: 1px solid #e9ecef;
    min-height: 40px;
    line-height: 40px;
    position: relative;
    color: #fff;
}

.course-code {
    font-weight: 700;
    padding-left: 15px;
    font-size: 16px;
}

.course-code a {
    color: #f7e305;
}

.course-satus {
    position: absolute;
    right: 8px;
    font-style: italic;
}

.course-body {
    padding: 15px;
    min-height: 272px;
}

.course-body ul {
    padding: 0px;
    margin: 0px;
}

.course-body ul li {
    list-style: none;
    line-height: 28px;
}

.course-footer {
    border-top: 1px solid #e9ecef;
    text-align: center;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
}

@media (min-width: 1200px) {

  .col-lg-offset-3 {
    margin-left: 25% !important ;
}
    .conent-bl.col-md-9 {
        flex-wrap: wrap;

    }
    .col-md-12,
    .col-md-3,
    .col-md-9 {
        /*display: flex;*/
    }

    .courses-list .col-md-4 {
        min-height: 465px;
    }

    .header-top {
        height: 184px;
        position: relative;
    }

    .quick-ads-box {
        min-height: 260px;
    }

    .header-top .logo {
            margin-top: 30px;
        margin-bottom: 15px;
    }

    .header-top .hostline {
        right: 15px;
        bottom: 10px;
        position: absolute;
    }

    .gb-top-header_ruouvang {
        /*background: url(https://giasuhanoi.vn/public/img/banner-header.png) no-repeat;*/
        /*height: 243px;*/
        /*margin: 0px -5px;*/
        background-size: contain;
    }

    .nopadding-l {
        padding-left: 0;
    }

    .nopadding-r {
        padding-right: 0;
    }
}

.nopadding-l .general {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px 15px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    background: #fff;
}

.nopadding-l .general .blog-category {
    margin-top: 15px;
}

.nopadding-l .general .blog-category li {
    display: block;
    border-top: 1px solid #f8f9fa;
}

.nopadding-l .general .blog-category li a {
    display: block;
    font-size: 15px;
    color: #222;
    padding: 10px 0;
    font-weight: 500;
    text-decoration: none;
    transition: color .15s ease-out;
    line-height: 1.3;
}

.right-banners {
    margin: 10px 0px;
}

.right-banners a img {
    width: 100%;
    border-radius: 4px;
}

.nopadding-l .news .list-news .news-item li {
    display: block;
    border-bottom: 1px solid #e9ecef;
    float: left;
    padding: 5px 0px;
}

.nopadding-l .news .list-news .news-item .title-new a {

    color: inherit;
    text-decoration: none;
    transition: color .15s ease-out;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;


}

h2.block-title {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
}

.teacher .block-title {
    font-size: 25px;
    color: #003770;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0px;
}

.teacher-slide .item img {
    border-radius: 15px;
}

.footer-block {
    padding-top: 34px;
    padding-bottom: 50px;
    display: inline-table;
}

.footer-right {
    margin: 0px 13px;
}

.footer-block h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0px;
    font-weight: 700;
}

.footer-block .textwidget li {
    display: block;
    color: #fff;
    font-size: 14px;
    margin: 10px 0px;
    line-height: 1.3;
}

.footer-block .textwidget li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
}

.footer-w {
    width: 310px;
    margin-right: 0px;
}

.footer-hotline {
    padding: 8px 8px;
    position: relative;
    margin-top: 5px;
    border-radius: 4px;
    background: #DE9A07;
}

.footer-hotline .icon {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    left: 7px;
}

.footer-hotline .hotline {
    border-left: 1px solid #3E4095;
    padding-left: 10px;
    margin-left: 40px;
    display: block;
}

.footer-hotline .hotline span.label {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-hotline .hotline span {
    color: #fff;
    display: block;
    line-height: 1;
}

.gb-header-ruouvang,
.gb-content,
.footer-main-content_ruouvang {/*
    box-shadow: 0px 50px 31px 5px rgb(0 0 0 / 30%);*/
}

.m-c-footer {
    clear: both;
    padding: 16px 0;
}

.m-c-footer .library-f {
    display: inline-table;
    padding: 0px 29px;
}

.m-c-footer .library-f .blog-category-f li {
    display: block;
}

.m-c-footer .library-f .blog-category-f li a {
    display: block;
    font-size: 12px;
    color: #3c3c3c;
    padding: 4px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.m-c-footer .library-f .blog-category-f li a i {
    margin-right: 5px;
    color: #BBBBBB;
}

.the-content {
    margin-top: 40px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.the-content .newslist-latest .card {
    border: 0px;
    background: transparent;
}

.the-content .newslist-latest .card .image img {
    width: 100%;
}

.the-content .newslist-latest .card .card-body {
    padding: 0px;
    margin-top: 10px;
}

.the-content .newslist-latest .card .card-body h2 a {
    color: #003770;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1.5;
}

.the-content .newslist-latest .card .card-body p {
    color: #333;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 20px;
}

.the-content .newslist-latest .card {
    border: 0px;
    background: transparent;
}

.the-content .newslist-latest .card .card-body .list-nb li {
    display: block;
    border-top: 1px solid #eee;
}

.the-content .newslist-latest .card .card-body .list-nb li a {
    padding: 6px 0px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
}

.the-content .blog-archive {
    padding-top: 20px;
    padding-bottom: 15px;
}

.the-content .blog-archive .item-bl {
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
}

.the-content .blog-archive .item-bl .image a {
    display: block;
    /*margin-top: 10px;*/
}

.the-content .blog-archive .item-bl .image img {
    width: 100%;
}

.the-content .blog-archive .item-bl .conent-bl .single-title a {
    text-decoration: none;
    font-size: 25px;
    color: #003770;
    font-weight: 500;
}

.the-content .blog-archive .item-bl .conent-bl .detail-willgroup {
    font-size: 14.5px;
    color: #333;
    width: 100%;
}

.the-content .blog-archive .item-bl .conent-bl .detail-willgroup .more-link {
    float: right;
    text-decoration: none;
    font-size: 14px;
    color: #003770;
    margin: 15px;
    font-weight: 400;
}
.related_news {
    margin-top: 40px;
    margin-bottom: 30px;
}

.related_news .title-block {
    font-size: 20px;
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #3E4095;
    text-transform: uppercase;
    font-weight: 700;
}
.other-docs ul li {
    padding: 5px 20px;
    list-style: none;
}
.other-docs ul li a {
    color: #222;
    font-size: 16px;
    line-height: 1.5;
}
.box-signup form {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 5px;
}
.box-signup{
  padding: 60px 0;
}
.box-signup h3{
      font-size: 1.75rem;
    margin-bottom: 50px;
    font-weight: bold;
}
label {
    display: inline-block;
        font-weight: normal;
    margin-bottom: .5rem;
}
.req {
    color: red;
}
.form-control {
    border: 1px solid #e9ecef;
    margin-bottom: 10px;
    font-size: 12px
}
.box-signup form .row{
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.remember.alignleft.checkbox{
  padding: 0 20px ;
}
.content-news-detail {
    padding: 20px 15px;
}
.content-news-detail .title-n1 {
    font-size: 19px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.sub-category-docs {
    text-align: center;
}
.sub-category-docs ul li a {
    background: #ffc107;
    border: 1px solid #ffc107;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 0px;
    color: #222;
    font-weight: 600;
    transition: background .2s ease-out;
    text-decoration: none;
}
.sub-category-docs ul li {
    display: inline-block;
    margin: 5px 0px;
}
.doc-list ul li {
    display: block;
    border-bottom: 1px solid #e9ecef;
    padding: 20px 0px;
}
.doc-list ul li a {
    font-weight: 700;
    color: inherit;
    line-height: 1.5;
}
.meta-doc {
    font-style: italic;
    font-size: 12px;
}
.fa-file-pdf-o {
    color: red;
}
@media screen and (max-width: 768px){
  .header-top {
    overflow: hidden;
}
.header-top .hostline, .top-link-signup  {
    display: none;
}
.container{
  padding: 0px;
}
.gb-header-ruouvang, .gb-content, .footer-main-content_ruouvang{
  box-shadow: none;
}
body{
  background: #fff;
  
}
.quick-ads .phuhuynh {
    padding-right: 15px!important;
    margin-bottom: 10px;
}
.quick-ads .giasu{
  padding-left: 15px;
}
.sub-category-docs ul li a {

    padding: 8px 10px;
    
    margin: 0px 0px;
 
    display: block;
}
}
/*tuan*/
.teacher {
    width: 100%;
}

.row1{
    margin-top: 10px;
    margin-bottom: 5px;
}

.box_style{
    width: 100%;
    font-size: 20px;    
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px 10px 5px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2;
    font-weight: 600;
    margin: 10px 0px;
}

.box1{
    background-color: #b10000;
}

.box2{
    background-color: green;
}

.box3{
    background-color: #3E4095;
}

.box4{
    background-color: #DE9A07;
    color: #fff;
    text-transform: none;
}

.gb-slideshow_ntap {
    margin-top: 10px;
}

.xemthem{
    text-align: center;
    padding: 10px 10px;
    font-weight: 600;
}

.textsb{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.textsb1{
    font-weight: 600;
    color: #3E4095;
}

.title_box{
    background-color: #3E4095;
    color:  #fff;
    padding-top: 10px;
    padding-bottom: 10px;    
    text-align:     center; 
    font-size: 20px;
    font-weight:    600;
}

.box_home{
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.form_box{
    padding:10px 10px;
}
.btn-search{
    color: #fff;
    background-color: #3E4095;
    border-color: #3E4095;    
}

.box_center{
        display: flex; 
        justify-content: center; 
        align-items: center;"
}

.box_home1{
    border: 1px solid #dcdcdc;    
    margin: 5px 5px;
}

.box_home1 .title_box1{
    text-align: left;   
}

.box_home1 .title_box2{
    text-align: right ;   
}

.title_box1{
    background-color: #3E4095;
    color:  #fff;
    padding-top: 10px;
    padding-bottom: 10px;    
    text-align:     center; 
    font-size: 14px;
    position: relative; 
    display: block;  
    height: 35px;
}

.title_box1_left{
    position:   absolute;   
    left:   5px;
}

.title_box1_right{
    position:   absolute;   
    right: 5px;
}
.content_box1{
    padding: 5px 5px;
    line-height: 1.5;
    font-size: 14px;
}
.text_main{
    font-weight: 600;
}

.footer_box1{     
    font-size: 14px;
    position: relative; 
    display: block;  
    height: 35px;    
}

.footer_box1_left{
    position:   absolute;   
    left:   5px;
    bottom: 10px;   
    font-size:  20px;
    color: #3E4095;

}

.footer_box1_right{
    position:   absolute;   
    right:   5px;
    bottom: 10px;
    background-color: red;
    color:  yellow;
    padding: 5px 5px;  
    border-radius: 2px;
}

.btn_xemthem{
    padding: 10px 10px;
    background-color: #3E4095;
    
    text-align: center;
    border-radius: 5px;
}
.btn_xemthem a{
    text-decoration: none;
    color:  #fff;
}

.img_tailieu{
    width: 100%;
   /* height: 300px;*/
}

.title_tailieu{
    padding: 10px 10px;
    color: #3E4095;
    font-size: 16px;
    font-weight: 600;
    text-align: center;

}
.text_matl{
    font-weight: 600;
}


.text_pricetl{
    color:  red;
    font-weight: 600;
    padding-bottom: 10px;
}

.text_datmua{
    background-color: red;
    color: #fff;
    padding: 5px 5px;
    display:    block;
    cursor: pointer;
}

.box_tl{
    text-align: center;
}

.gioithieu{
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
}

li.giasuhiencho-left {
    width: 49% !important;
    float: left;
    margin-bottom: 1%;
}
@media (min-width: 768px){
li.giasuhiencho-left {
    width: 49% !important;
    float: left;
    margin-bottom: 1%;
}  
}
ul:not(.browser-default)>li {
    list-style-type: none;
}
@media (min-width: 600px){
ul.listnewstop li {
    float: left;
    width: 100%;
    padding: 0 10px;
    min-height: 160px;
    box-sizing: border-box;
}  
}
@media (min-width: 768px){
ul.listnewstop li {
    float: left;
    width: 100%;
    padding: 0 10px;
    min-height: 160px;
    box-sizing: border-box;
}  
}
@media (min-width: 992px){
ul.listnewstop, ul.listnewstop li {
    float: left;
    padding: 1%;
    box-sizing: border-box;
}  
}
@media (min-width: 992px){
ul.listnewstop li {
    width: 50%;
    min-height: 160px;
}  
}
@media (min-width: 1200px){
ul.listnewstop, ul.listnewstop li {
    float: left;
    padding: 1%;
    box-sizing: border-box;
}  
}
@media (min-width: 1200px){
 ul.listnewstop li {
    width: 50%;
    min-height: 160px;
} 
}
.block_image_news {
    width: 100%;
    float: left;
}
.thumb {
    float: left;
    max-height: 100px;
    margin: 0 10px 0 0;
    position: relative;
}
.panel-body img {
    max-width: 100%!important;
}
.thumb img {
    max-width: 100px!important;
    width: 100%;
}
li.giasuhiencho-right {
    width: 50% !important;
    float: right;
    margin-left: 1%;
    margin-bottom: 1%;
}

@media (min-width: 992px){
ul.listnewstop, ul.listnewstop li {
    float: left;
    padding: 1%;
    box-sizing: border-box;
}  
}
@media (min-width: 1200px){
ul.listnewstop, ul.listnewstop li {
    float: left;
    padding: 1%;
    box-sizing: border-box;
    width: 100%;
}  
}

.box2 a {
    color: #fff;
}
.box4 a {
    color: #fff;
}
@media screen and (max-width: 768px) {
.box-left .box_style {
    margin-left: 10px;
    width: calc(100% - 10px);
}
.box-right .box_style {
    margin-right: 10px;
    width: calc(100% - 10px);
}
}


.label_hp{
    margin-bottom: 10px !important;
}

.div-anh-tai-lieu {
    text-align: center;
}
.div-anh-tai-lieu img {
    width: 50%;
}
.chi-tiet-tai-lieu p {
    text-align: center;
    margin: 10px 0;
}
.chi-tiet-tai-lieu p a {
    font-weight: bold;
    font-size: 16px;

}
.chi-tiet-tai-lieu .gia {
    color: red;
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
}
.chi-tiet-tai-lieu .dat-mua {
    background: red;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0;
}
.chi-tiet-tai-lieu .mo-ta-ngan {
    text-align: left;
}

.footer_box1 .footer_box1_right a {
    color: yellow;
}

@media screen and (max-width: 768px) {
    .box_home {
        margin: 0;
    }
}