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

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    transition: all .6s;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}

body {
    /*background: #f7f7f7;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

img {
    border: 0 none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/*má»Ÿ rá»™ng*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media screen and (max-width: 768px) {
    .col-xs-5ths {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*má»Ÿ rá»™ng*/
/*header*/
.header-top {
    background: #0547a5;
    padding: 10px 0;
}

.header-top-left ul {
    padding: 0;
    margin: 0;
}

.header-top-left ul li {
    list-style: none;
    float: left;
}

.header-top-left ul li a {
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
}

.header-top-left ul li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.header-top-right {
    float: right;
}

.grid-mobile a {
    padding-left: 5px;
}

.grid-mobile a:first-child {
    padding-left: 0;
}

.header-block-hotline {
    margin-top: 50px;
}

.header-block-hotline i {
    color: #ce0422;
    font-size: 42px;
    margin-top: 4px;
}

.header-block-hotline p {
    margin-bottom: 0;
    color: #ce0422;
    font-family: "Roboto", sans-serif !important;
}

.header-block-hotline p b {
    font-size: 21px;
    color: #ce0422;
}

.header-block-form {
    margin-top: 50px;
    width: 70%;
    float: right;
    align-items: center;
}

.header-block-form .input-group {
    border: 1px solid #f52031;
    border-radius: 5px;
}

.header-block-form form {
    max-width: 100%;
    background: #fff;
}

.header-block-form .input-group-btn {
    padding: 0;
}

.header-block-form .form-control {
    height: 50px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    padding: 0 20px;
}

.header-block-form button {
    position: absolute;
    width: 60px;
    height: 50px;
    background-color: #167edf;
    color: #fff;
    top: 0;
    right: 0;
}

.header-block-form .btn {
    border-radius: 0;
    border: none;
}

.header-block-form .btn-success,
.header-block-form .btn-success:hover {
    background: #ffffff;
    color: #222;
    border: none;
    box-shadow: none;
    border-radius: 30px;
}

/*header*/
/*header more*/
.header-block {
    padding: 10px 0;
}

.logo-site {
    float: left;
}

.logo-site img {
    height: 100px;
}

.site-content {
    float: left;
    margin-left: 10px;
    margin-top: 14px;
}

.site-name {
    font-size: 20px;
    font-weight: bold;
    color: #146bb0;
}

.site-address {
    font-size: 13px;
    color: #333333;
    margin-top: 3px;
}

.name-site {
    float: left;
    margin-left: 15px;
}

.name-site-content {
    font-size: 23px;
    font-weight: bold;
    color: #3f5aa9;
}

.address-site {
    font-size: 14px;
    color: #3f5aa9;
}

.pad-0 {
    padding: 0 !important;
}

.mar-0 {
    margin: 0 !important;
}

.search {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 30px;
}

.search .form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 35px;
    box-shadow: none;
}

.search .btn {
    padding: 9px 20px;
    border-radius: 35px;
}

.search .btn-success {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.search .input-group {
    margin-bottom: 0;
}

.notification {
    font-size: 14px;
    margin-top: 30px;
}

.notification img {
    float: left;
    width: auto;
    height: 43px;
    margin-right: 10px;
    vertical-align: middle;
}

.notification .pinfo {
    float: left;
}

.thuong-hieu {
    margin-top: 30px;
}

.thuong-hieu img {
    height: 38px;
}

.pinfo span {
    text-transform: none;
    color: #333;
}

.pinfo p {
    font-weight: 700;
    color: #22549d;
    margin-bottom: 5px !important;
}

.pinfo strong {
    color: #c70404;
}

/*header more*/
/*display-deskop*/
.mobile-none-desktop-block {
    display: block !important;
}

.mobile-block-desktop-none {
    display: none !important;
}

/*display-deskop*/
/*menu*/
.menu {
    background: #204184;
}

.logo img {
    height: auto;
    padding: 15px 0;
}

.navbar {
    /*    position: relative;*/
    min-height: 46px;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-inverse {
    background: #08194d;
    border: none;
}

.stellarnav>ul>li>a {
    padding: 30px 12px;
}

.stellarnav.light li a {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.stellarnav.light li a:hover {
    color: #0547a5;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.xtlab-ctmenu-sub {
    display: block;
    position: absolute;
    right: 0;
    left: 5px;
    z-index: 2;
    border: 1px solid #e9e9e9;
}

.hamburger {
    color: #fff;
    padding: 14px 15px;
    background: #f08245;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.hamburger:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-weight: 400;
    float: right;
    margin-top: -1px;
    font-size: 18px;
}

.xt-ct-menu ul.sub-menu {
    margin-left: 0px;
    padding-left: 0px;
    background: #ffffff;
    margin-bottom: 0px;
    position: relative;
    padding: 0px 0px;
    border-top: 0px;
    list-style: none outside;
}

.xt-ct-menu ul.sub-menu li a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #333;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    padding: 10px 15px;
    text-decoration: none;
}

.xt-ct-menu ul.sub-menu li a span {
    padding-left: 5px;
}

.xt-ct-menu ul.sub-menu li a:hover {
    color: #333;
    background: #f5f5f5;
}

ul.sub-menu-child {
    position: absolute;
    left: 100%;
    min-height: 100%;
    width: 100%;
    top: 0px;
    z-index: 99;
    padding-left: 0px;
    margin-left: 0px;
    background: #fff;
    display: none;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    list-style: none outside;
}

.xtlab-ctmenu-sub>ul.sub-menu>li:hover ul.sub-menu-child {
    display: block;
}

.xtlab-ctmenu-sub-hidden ul.ul-last {
    margin: 0;
    padding: 0;
    list-style: none outside;
    background: #fff;
}

.xtlab-ctmenu-sub-hidden {
    display: none;
}

li.last-child a:hover {
    cursor: pointer;
}

.xtlab-ctmenu-sub-hidden>ul.ul-last>li:hover ul.sub-menu-child {
    display: block;
}

.sub-menu-background {
    height: 405px;
}

.stellarnav ul ul {
    background: #f7f7f7;
    left: -200px;
}

.stellarnav ul ul ul {
    left: 215px;
}

.stellarnav.light ul ul li a {
    font-weight: 700;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 14px;
}

.stellarnav.light ul ul li a:hover {
    color: #0547a5;
    transition: 300ms ease all;
    padding-left: 20px;
}

.stellarnav li li.has-sub>a:after {
    content: none;
}

.display-none-desktop {
    display: none !important;
}

.stellarnav li.has-sub>a:after {
    content: none;
    font-family: FontAwesome;
    margin-left: 10px;
}

/*end menu*/
/*menu*/
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-inverse {
    background: #204184;
    border: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse li a.active {
    color: #fff;
    background: #fbb000;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #5084ab;
    background: none;
}

.navbar-nav>.active>a {
    padding-left: 0;
}

.navbar-form {
    margin-top: 12px;
    margin-bottom: 12px;
}

ul.navbar-sub {
    display: none;
    position: absolute;
    z-index: 9900;
    margin: 0;
    padding: 0;
    background-color: #fbb000;
    border: #fff thin solid;
    min-width: 205px;
    border-radius: 0.25rem;
}

ul.navbar-sub-2 {
    display: none;
    position: absolute;
    z-index: 9900;
    margin: 0;
    padding: 0;
    background-color: #3c88d3;
    border: #74a8dc thin solid;
    min-width: 205px;
    border-radius: 0.25rem;
    left: 203px;
    top: auto;
    margin-top: -42px;
}

ul.navbar-sub-3 {
    display: none;
    position: absolute;
    z-index: 9900;
    margin: 0;
    padding: 0;
    background: #5084ab;
    min-width: 205px;
    border-radius: 0.25rem;
    left: 206px;
    top: 0;
}

ul.navbar-sub li {
    list-style: none;
}

ul.navbar-sub li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f5c962;
}

ul.navbar-sub li a:hover {
    padding-left: 25px;
    transition: 300ms ease all;
    border-radius: 0;
}

.navbar-inverse li.li-sub:hover ul.navbar-sub {
    display: block;
}

.navbar-inverse li.li-sub-2:hover ul.navbar-sub-2 {
    display: block;
}

.navbar-inverse li.li-sub-3:hover ul.navbar-sub-3 {
    display: block;
}

/*menu end*/
/*Timkiem*/
#header-search {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.stellarnav.light li #header-search a:hover {
    color: #333 !important;
    background: none !important;
    border-radius: 0 !important;
}

.myClass>a:after {
    position: absolute;
    top: 100%;
    left: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 10px !important;
    background: transparent;
    z-index: 99;
}

.myClass a span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px !important;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #03a9f4 !important;
    /* display: none; */
}

#header-search a.search-icon {
    display: block;
    font-size: 13px;
    color: #fff;
}

#header-search a.search-icon {
    color: #222;
}

.fa-search:before {
    content: "\f002";
}

.search-box-wrap {
    background: #ffffff;
    display: none;
    position: absolute;
    right: 0;
    padding: 10px;
    z-index: 9991;
    /*    border-top: 3px solid #188035;*/
    margin-top: 16px !important;
}

#header-search .form-control {
    font-size: 12px;
    border: 1px solid #0547a5;
    width: 180px;
    margin-bottom: 0;
    border-radius: 0;
    margin-right: 5px;
}

#header-search .btn {
    border-radius: 0;
}

#header-search .btn-success {
    color: #fff;
    background-color: #0547a5;
    border-color: #0547a5;
    margin-left: 0;
}

#header-search .input-group {
    margin-bottom: 0;
}

/*slide*/
.slider {
    border-top: 2px solid #fff;
}

.main-index-slide {
    /*    background: rgb(249, 249, 249);*/
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

span.fa.fa-chevron-right,
span.fa.fa-chevron-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: none;
}

.slider:hover span.fa.fa-chevron-right,
.slider:hover span.fa.fa-chevron-left {
    display: block;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.carousel-control.right {
    right: 30px;
}

.carousel-control {
    width: 10%;
}

.slider img {
    width: 100%;
    height: 470px !important;
    object-fit: cover;
}

.banner-slide img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-top: 10px;
}

.banner-slide-2 img {
    width: 100%;
    height: 363px;
    object-fit: cover;
    margin-top: 5px;
}

.slider-cap {
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
}

.slider-cap-more {
    margin-top: 50px;
}

.slider-cap-product-more {
    border-radius: 3px;
    padding: 12px 15px;
    background-color: #0547a5;
    color: #fff;
    text-decoration: none;
    border: 2px solid #0547a5;
}

.slider-cap-product-more:hover {
    color: #fff;
}

.slider-cap-contact-more {
    border-radius: 3px;
    padding: 12px 15px;
    background-color: #fff;
    border: 2px solid #0547a5;
    color: #0547a5;
    text-decoration: none;
    margin-left: 15px;
}

.slider-cap-contact-more:hover {
    color: #0547a5;
}

.slider-cap img {
    width: 100%;
    height: auto !important;
}

.slider-cap-title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 5px 2px 4px #6a6a6a;
}

.slider-cap-des {
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    text-shadow: 5px 2px 4px #6a6a6a;
}

.slider-cap-logo {
    padding-right: 15px;
}

.slide-product-list {
    display: flex;
}

.slide-product-name {
    text-align: center;
}

.slide-product-name a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 700;
}

.slide-product-img img {
    width: 145px;
}

.slide-product {
    width: 33.33%;
    text-align: center;
}

/*end slide*/
/*block-about*/
.about-block-title {
    color: #0547a5;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.about-block-des {
    font-size: 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #000;
    margin: 10px 0 30px 0;
}

.about-block-detail {
    font-size: 15px;
}

.about-block-more {
    margin-top: 20px;
}

.about-block-more a {
    text-transform: uppercase;
    font-weight: 700;
    color: #204184;
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
}

.about-block-more:hover a {
    padding-left: 0px;
    margin-left: 5px;
}

.about-block-more i {
    opacity: 0;
    margin: -2px;
    width: 0;
    transition: all 0.3s ease;
    font-weight: 700;
}

.about-block-more:hover i {
    opacity: 1;
    width: 10px;
    margin-right: 3px;
}

.block-about{
    margin-bottom: 50px;
}

.about-img img {
    /*border: 2px solid #0547a5;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    box-shadow: 0 7px 7px rgb(0 0 0 / 3%);*/
}
.about-des{
    margin-left: 20px;
    font-size: 18px;
}
.about-title{
    margin-left: 20px;
    font-size: 25px;
}
.about-title-2{
    margin-left: 20px;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.mxh-box{
    background: #ccc;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}
.mxh-box a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 50px;
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}
.mxh-box a:hover{
    transform: translateY(-6px);
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);
}
.mxh-name{
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.block-des{
    font-size: 18px;
    margin-top: 30px;
}
.mxh-ytb{
    background: rgb(198, 23, 23);
}
.mxh-tiktok{
    background: rgb(0,0,0);
}
.mxh-fb{
    background: #1e73be;
}

/*block-about*/
/*new*/
.hr-line {
    width: 50px;
    margin: 0 auto;
    height: 1px;
    background: #e4e4e4;
}

.m-bot-2 {
    margin-bottom: 20px;
}

.hr-line.blue-color {
    background: #1696e7;
}

.new-block {
    display: flex;
    margin-bottom: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid #ececec;
}

.new-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.new-block-img img {
    width: 130px;
    height: 70px;
}


.new-block-name{
    margin: 10px 0 10px 0;
}

.new-block-name a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}

.new-block-name a:hover {
    color: #204184;
}

.new-block-date {
    color: #989898;
    font-size: 12px;
    margin-top: 10px;
}
.category-about-block{
    margin-top: 20px;
}
.about-title{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-des{
    text-align: justify;
}
.service-box{
    position: relative;
}
.service-box-img {
    position: relative;
}
.service-box-img img {
    width: 100%;
    height: 273px;
    object-fit: cover;
}
.service-box-name {
    position: absolute;
    z-index: 1;
    bottom: 35%;
    padding: 5px;
    width: 100%;
    background: #ffffffa3;
    color: #333;
    text-align: center;
    font-size: 20px;
}
.category-block{
    margin: 50px 0;
}
.service-block-title{
    color: #fff;
    background: #204184;
    padding: 12px 10px;
}
.service-list{
    padding: 20px;
    border: 1px solid #e8e8e8;
}
.service-block{
    margin-bottom: 50px;
}
.service-detail-box-name{
    color: #333;
    text-align: center;
    min-height: 60px;
    padding: 10px;
}
.service-detail-box-img img{
    height: 210px;
}
/*new*/
/*du-an*/
.list-cat-block ul {
    height: 40px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.list-cat-block ul li {
    display: inline-block;
}

.list-cat-block ul li.first-cat {
    overflow: hidden;
    width: 233px;
    height: 40px;
    background: #08194d url(../../images/n.png) no-repeat left top;
    display: inline;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
}

.list-cat-block ul li.first-cat h3 {
    font-size: 18px;
    line-height: 40px;
    padding-left: 26px;
    padding-right: 20px;
    font-weight: 400;
    display: block;
    margin: 0;
}

.list-cat-block ul li.first-cat h3 a {
    color: #fff;
}

.list-cat-block ul li.cat-childs {
    text-align: right;
    border: #d3d3d3 1px dotted;
    line-height: 38px;
    width: 100%;
    padding-right: 10px;
    height: 40px;
    overflow: hidden;
}

.list-cat-block ul li.cat-childs a {
    color: #333;
}

/*du-an*/
/*more*/
.section-lg {
    width: 100%;
    float: left;
    padding: 80px 0 0 0;
    position: relative;
    z-index: 1;
}

.bg-image-sty4 {
    background: url(../images/parallax-bg-09.jpg) no-repeat center top;
    float: left;
    width: 100%;
    min-height: 380px;
    position: relative;
    z-index: 1;
}

.m-bot-8 {
    margin-bottom: 80px;
}

.position-relative {
    position: relative;
}

.img-col {
    position: absolute;
    right: 0;
    bottom: -80px;
}

.white {
    color: #FFF;
}

.text {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.m-bot-4 {
    margin-bottom: 40px;
}

.feature-col {
    margin-bottom: 40px;
}

.f-30 {
    font-size: 30px;
}

.icon-heart:before {
    content: "\f107";
    font-family: 'Font Awesome Free';
}

.icon-linegraph:before {
    content: "\e039";
}

.icon-trophy:before {
    content: "\e023";
}

.title {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.m-bot-4 {
    margin-bottom: 40px;
}

.section-lg1 {
    padding: 30px 0 0 0;
}

.fea-col-info h3 span {
    float: right;
    font-size: 60px;
    font-weight: 500 !important;
    color: #d7d7d7;
    font-weight: bold;
    position: relative;
    top: -16px;
}

.headingtitle {
    font-size: 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #fff;
    line-height: 35px;
}

.activity-block {
    margin-bottom: 10px;
    position: relative;
}

.activity-block:hover {
    cursor: pointer;
}

.activity-block-cap {
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: #363636;
    padding: 10px;
    color: #fff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.activity-block:hover .activity-block-cap {
    opacity: 1;
}

.activity-block img {
    width: 100%;
    border: 1px solid #efefef;
    height: 200px;
}

/*more*/
/*box*/
.block-wrapper.ship {
    background: #fff;
}

.block-wrapper.return {
    background: #fff;
}

.block-wrapper.user {
    background: #fff;
}

.block-wrapper.blue {
    background: #fff;
}

.block-wrapper {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #f1f1f1;
}

.block-wrapper .text-des {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    color: #848484;
}

.icon-wrapper {
    width: 70px;
    height: 55px;
    float: left;
    text-align: center;
    line-height: 36px;
    font-size: 55px;
    margin-right: 5px;
}

.service-wrapper {
    zoom: 1;
    text-align: left;
}

.service-wrapper p {
    margin-bottom: 0;
    font-size: 13px;
}

.block-wrapper .text-des p.p-big {
    text-transform: uppercase;
    font-size: 13px;
    color: #848484;
    margin: 7px 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}

/*box*/

/*box-cat*/
.main-box-cat a {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), #eee);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px;
    font-size: 12px;
    margin-top: 10px;
    color: #000;
    display: block;
    height: 38px;
    text-align: center;
}

/*box-cat*/
/*box-contact-index*/
.box-contact {
    margin-top: 5px;
    overflow: hidden;
    height: 324px;
    background: #fff;
}

.box-contact-index {
    background: #fff;
    padding: 15px;
}

.box-contact-index-title {
    color: #fff;
    background: #e74c3c;
    padding: 10px 15px;
    text-transform: uppercase;
}

.box-contact-index .form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.box-contact-index .form-control-feedback.fa {
    line-height: 34px;
    top: 0px;
}

.box-contact-index .login-box-body .box-contact-index .form-control-feedback,
.box-contact-index .register-box-body .box-contact-index .form-control-feedback {
    color: #777;
}

.pro-hot {
    border: 1px solid #f1f1f1;
    background: white;
    /*    box-shadow: 2px 2px 10px #e5e5e5;*/
}

.pro-hot-name {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
    height: 43px;
}

.pro-hot-name a {
    color: #606060;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.pro-hot-price {
    color: #bc0000;
    text-align: center;
    font-size: 17px;
}

.pro-hot-price span {
    text-decoration: underline;
}

.banner-about img {
    height: 295px;
    width: 100%;
}

/*box-contact-index*/
/*main-content-about*/
.main-content-about {
    padding: 50px 0 50px 0;
    background: #fff;
}

.san-pham-noi-bat-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    color: #ec5993;
}

.pro-hot-img img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    border-bottom: 1px solid #ebebeb;
}

.box-index-content-title ul {
    padding: 0;
    margin: 0;
}

.box-index-content-title ul li {
    list-style: none;
    display: inline-block;
    padding: 11px 0;
    padding-right: 15px;
    float: right;
}

.box-index-content-title a {
    text-decoration: none;
    font-size: 16px;
    color: rgba(102, 102, 102, 0.85);
}

.box-index-content-title a:hover {
    color: #333;
}

/*main-content-about*/
/*main-index-content*/
.main-index-content {
    padding: 50px 0;
}

.box-index-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #ea2127;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 8px 0;
}

.box-index-title span {
    text-decoration: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
    background: #f08245;
    position: relative;
    padding: 12px 35px 12px 12px;
}

.box-index-title img {
    text-align: center;
    margin: auto;
    height: 5px;
}

.box-index-title p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
}

.box-index-content-title {
    border-bottom: 1px solid #ececec;
    display: flow-root;
    min-height: 46px;
}

.owl-prev:before {
    content: "‹";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
    color: #ff531d;
    background: #ebebeb;
    padding: 5px 8px;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    display: none;
}

.owl-next:before {
    content: "›";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 30%;
    right: 0;
    text-align: center;
    color: #ff531d;
    background: #ebebeb;
    padding: 5px 8px;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    display: none;
}

.san-pham-noi-bat:hover .owl-prev:before,
.san-pham-noi-bat:hover .owl-next:before {
    display: block;
}

.box-index-content-horver-owl .owl-nav div {
    visibility: hidden;
}

.box-index-content-horver-owl:hover .owl-nav div,
.owlStyle:hover .owl-nav div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.box-product-index {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 7px 7px rgb(0 0 0 / 3%);
    border-radius: 7px;
    border: 1px solid #e9e9e9;
}

.san-pham-noi-bat-title img {
    width: 3%;
}

/*.box-product-index:hover {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.3);
}*/
.box-product-index-cap {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}

.product-index:hover .product-index-name a {
    color: #EA232B;
}

.box-product-index-img {
    position: relative;
    overflow: hidden;
}

.product-index-img img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*.product-index-img:hover img{
    opacity: 0.8;
}*/

.box-product-index-img img {
    width: 100%;
    height: 212px;
    object-fit: cover;
    border-radius: 7px;
}

.box-cate-img-page img {
    height: 268px;
}

.box-product-index-name {
    text-align: center;
    height: 45px;
    overflow: hidden;
}

.box-cate-index-name {
    height: auto;
}

.box-product-index-name a {
    color: #5e5e5e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.box-product-index-code {
    text-align: center;
    color: #979797;
    font-size: 13px;
    margin-bottom: 5px;
}

.box-product-index-spice {
    padding-top: 0;
    margin: 0;
    font-weight: bold;
    color: #ee4d2d;
    text-align: center;
    font-size: 14px;
}

.box-index-content-horver-owl .box-product-index-spice {
    padding-bottom: 5px;
}

.box-product-index-spice-last {
    text-align: center;
    font-style: italic;
    color: #999999;
    padding-bottom: 10px;
    text-decoration: line-through;
    font-size: 12px;
}

.quick-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.quick-view a {
    display: block;
    width: 100%;
    background: #204184;
    color: #fff;
    padding: 7px;
    text-decoration: none;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.quick-view-pro-name {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    font-size: 13.5px;
}

.quick-view-pro-des {
    color: #333;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
}

.quick-view-pro-des p {
    margin-bottom: 7px;
}

.quick-view .box-product-index-spice {
    text-align: left;
    padding: 0;
    font-size: 25px;
}

.box-product-index:hover .quick-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /*opacity: .9;*/
}

.box-product-index:hover .box-product-index-name a {
    color: #204184;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.box-index-title-more {
    text-align: center;
    margin-top: 30px;
}

.box-index-title-more a {
    border-radius: 5px;
    background: #2b5d36;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
}

.box-index-title-more a:hover {
    background: #2f7c40;
}

.margin-top-10 {
    margin-top: 10px;
}

.banner-index {
    margin-bottom: 10px;
}

.banner-index img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.banner-ul-index ul {
    margin: 0;
    padding: 0;
}

.banner-ul-index ul li {
    list-style: none;
}

.banner-ul-index ul li a {
    padding: 10px 12px;
    display: block;
    text-transform: uppercase;
    border-bottom: dashed 1px #e5e6ec;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.banner-ul-index ul li a:hover {
    background: #f5f5f5;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.position-absolute {
    position: absolute !important;
}

.product-sales-badge {
    width: 40px;
    height: 32px;
    background-image: url(../../images/Sale.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

.border-right-1 {
    border-right: 1px solid #ebebeb;
}

.box-index-title-body-img img {
    width: 100%;
    height: 212px;
    object-fit: cover;
}

.border-1 {
    border: 1px solid #ececec;
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.box-index-title-2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
}

.box-index-title-des {
    color: #333;
    width: 60%;
    text-align: center;
    margin: auto;
    font-size: 18px;
    margin-bottom: 30px;
}

.cam-ket {
    padding: 30px 0;
    background-color: rgb(249, 249, 249);
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.why-box {
    border: 2px solid #326e51;
    border-radius: 10px;
    color: #326e51;
    padding: 10px 20px 10px 20px;
    font-size: 21px;
    height: 75px;
    overflow: hidden;
    text-align: center;
}

.why-box-title p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.why-box-title a {
    color: #326e51;
    text-decoration: none;
}

.icon-box-text-title {
    font-size: 17px;
    margin-bottom: 5px;
}

.why-box-img {
    margin-right: 10px;
}

/*end main-index-content*/

/*main-index-bg*/
.main-index-bg {
    background: #f6f6f6;
}

.box-index-title-new:before {
    content: '';
    height: 1px;
    background: #ddd;
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
}

.box-index-title-new:after {
    content: none;
}

.box-index-title a {
    color: #333;
    text-transform: initial;
    font-size: 15px;
    text-decoration: none;
    padding-right: 10px;
    float: right;
}

.box-index-title a:hover {
    color: #f08245;
}

.box-index-title a.a-right {
    float: right;
    padding-left: 0;
}

.box-index-title span:before,
.box-index-title span:after {
    right: 0;
    top: 0;
    border: solid #de111100;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.box-index-title span:after {
    border-color: transparent;
    border-left-color: #fff;
    border-width: 24px;
}

.box-index-title-new span {
    font-style: italic;
    position: relative;
    background: #fff;
    padding: 0px 50px;
}

.box-index-title-new span:before {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: 'X';
    color: red;
    font-size: 14px;
}

.box-index-title-new span:after {
    display: inline-block;
    position: absolute;
    content: "X";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(icon-title2.png) no-repeat 0 0;
    color: red;
    font-size: 14px;
}

.box-index-title-new .titleDesc {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: initial;
    margin-top: 5px;
}

.box-index-post {
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
}

.box-index-post-img {
    position: relative;
    overflow: hidden;
}

.box-index-post-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.box-index-post-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-index-post-info {
    position: absolute;
    bottom: 0;
    background: #fff;
    /*    left: 30px;*/
    right: 0;
    padding: 7px 15px;
    text-align: left;
    z-index: 1;
    border-bottom: 1px dashed #ccc;
}

.box-index-post-info ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #999;
}

.box-index-post-cap {
    padding: 15px 10px 25px 15px;
    text-align: left;
    background: #fff;
}

.box-index-post-name a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    height: 45px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.box-index-post-name a:hover {
    color: #204184;
}

.box-index-post-des {
    margin: 10px 0;
    line-height: 20px;
    color: #333;
    font-size: 14px;
}

.box-index-post-cap .view {
    float: right;
    color: #ff531d;
}

/*end main-index-bg*/
/*main-khachhang*/
.main-khachhang {
    padding: 50px 0;
    background: url(../../images/bg-khachhang.jpg);
    position: relative;
}

.main-khachhang:after {
    background: rgb(30, 115, 190);
    opacity: 0.9;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*    background: linear-gradient( 46deg, #18612d 0%, #2f8b48 35%, #03591b 100%);*/
}

.main-khachhang-title {
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
}

.main-khachhang-des {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.icon-box-khachhang {
    display: flex;
}

.icon-box-khachhang .icon-box-text-khachhang {
    margin-left: -20px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 4px 7px #00000040;
    padding-left: 24px;
    border-bottom: 2px solid #76c770;
    background: white;
    flex: 1 1 0px;
}

.icon-box-img-khachhang {
    position: relative;
}

.icon-box-img-khachhang img {
    border-radius: 99%;
    padding-top: 0;
    width: 100%;
    height: 80px;
    margin-top: 50px;
    border: 3px solid #50ba46;
}

.owl-dots {
    text-align: center;
    text-align: center;
    margin-top: 30px;
}

.owl-dots span {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: rgb(255 255 255 / 11%);
    margin: 0 7px;
    border: 1px solid #ccc;
}

.owl-dot {
    display: inline-block;
}

.owl-dots .active span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: rgba(255, 255, 255, .5);
    margin: 0 7px;
    background: rgba(255, 255, 255, .5) !important;
    border: 1px solid #ccc;
}

/*main-khachhang*/
/*policty-foot*/
.footerPolicy {
    overflow: hidden;
    background: #fff;
    border-top: dashed 2px #ebebeb;
    padding: 30px 0px;
}

.flexGroup {
    display: flex;
}

.flexGroup>.flexItem {
    width: 100%;
}

.footerPolicy .itemPolicy {
    padding: 0px 15px;
    border-right: 1px solid #eaeaea;
}

.footerPolicy .itemPolicy:last-child {
    border: none;
}

.footerPolicy a {
    text-decoration: none;
    color: #555555;
}

.footerPolicy a:hover {
    color: #ff531d;
}

.itemPolicy .icon {
    display: inline-block;
    margin-right: 5px;
    width: 60px;
    vertical-align: middle;
}

.itemPolicy .desc {
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
}

.itemPolicy .desc p {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
}

.main-index-bg-2 {
    margin-bottom: 0;
}

/*end policy-foot*/
/*foot-newletter*/
.footerNewsletter {
    background: #fff url(../../images/bg_footer_newsletter.jpg) top left no-repeat;
}

.footerNewsletter .banner .img {
    margin-top: -20px;
}

.bg-foot img {
    width: 100%;
}

/*end foot-newletter*/
/*more*/
.main-box-cate-title {
    display: inline-block;
    position: absolute;
    line-height: 60px;
    margin-top: -75px;
    left: 50%;
    transform: translate(-50%);
}

.main-box-cate-title span {
    padding: 0 50px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    background: #f08245;
    line-height: 50px;
    text-transform: uppercase;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    z-index: 1;
    max-width: 500px;
    width: max-content;
    display: block;
}

.main-box-cate-title:before,
.main-box-cate-title:after {
    content: "";
    position: absolute;
    z-index: 0;
}

.main-box-cate-title:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #e8e8e8 transparent;
    top: 0;
    left: -30px;
}

.main-box-cate-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #e8e8e8 transparent;
    top: 0;
    right: -30px;
}

.main-box-cate-title span:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 35px 0;
    border-color: transparent #187223 transparent transparent;
    left: -15px;
    top: 0;
}

.main-box-cate-title span:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 17px 0 0;
    border-color: #187223 transparent transparent transparent;
    right: -15px;
    top: 0;
}

/*more*/
/*footer*/
#footerMidle {
    padding: 40px 0px;
    position: relative;
    color: #333;
    font-size: 14px;
    background: #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.logoFt img {
    height: 100px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
}

.groupFooter .info {
    margin-top: 10px;
    line-height: 25px;
    font-style: italic;
}

.notStyle {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footerMidle .notStyle li {
    padding-bottom: 10px;
}

.footerCol .h4-foot {
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}

.menuLink ul li a {
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    color: #333;
    text-decoration: none;
}

.menuLink ul li a:hover {
    padding-left: 7px;
    color: #333;
}

.imgHl {
    float: left;
    margin-right: 10px;
}

.boxHotline b {
    display: block;
    color: #333;
    font-size: 17px;
}

.boxHotline i {
    color: #333;
}

.listSocial ul {
    margin: 0;
    padding: 0;
}

.listSocial ul li {
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.listSocial ul li.facebook {
    background: #3b5998;
}

.listSocial ul li.google-plus {
    background: #dc4e41;
}

.listSocial ul li.twitter {
    background: #55acee;
}

.listSocial ul li.instagram {
    background: #f83d0b;
}

.listSocial ul li a i {
    color: #fff;
    line-height: 25px;
}

.listSocial ul li a .fa {
    padding-right: 0;
}

.socical-foot {
    margin-bottom: 10px;
    margin-top: 25px;
    cursor: default;
}

.section-bg.bg-loaded {
    background: url(../../images/footer-bg-scaled.jpg);
}

/*footer*/
/*copy-right*/
#footerBottom {
    background: #204184;
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
}

#footerBottom .footer-coppyright {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
}

.footer-coppyright * {
    color: #fff;
}

.footer-coppyright *:hover {
    color: #fff;
}

/*end copy-right*/
/*theH*/
.theH h1,
.theH h2,
.theH h3,
.theH h4,
.theH h5,
.theH h6,
.theH a,
.theH p {
    font-size: 13px;
    display: inline-block;
    margin-right: 7px;
    padding: 0 5px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit;
}

/*theH*/

/*page*/
.xtlab-ctmenu-sub-page,
.xtlab-ctmenu-sub-page-box {
    display: none !important;
    z-index: 999;
}

.xt-ct-menu:hover {
    cursor: pointer;
}

.xt-ct-menu:hover .xtlab-ctmenu-sub-page {
    display: block !important;
}

.xt-ct-menu:hover .xtlab-ctmenu-sub-page-box {
    display: block !important;
}

.main-content-page {
    margin-bottom: 30px;
}

.main-break {
    background: #f6f6f6;
    margin-bottom: 20px;
    padding: 10px 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: 0;
}

.breadcrumb a {
    color: #6d6d6d;
    text-decoration: none;
}

.detail-content-body-name {
    line-height: 1.3;
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.detail-content-body-name h1 {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    position: relative;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
}

.detail-content-body-name:before {
    content: ' ';
    background: #dadada none repeat scroll 0 0;
    bottom: 0;
    height: 1px;
    left: 40px;
    position: absolute;
    width: 120px;
}

.detail-content-body-name:after {
    content: '';
    background: #204184 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}

.list-item {
    margin-bottom: 40px;
}

.list-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border: 1px solid #ececec;
}

a.list-item-title {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

a.list-item-title:hover {
    color: #204184;
}

.list-item-date {
    margin-top: 10px;
    color: #9a9a9a;
    font-size: 13px;
}

.list-item-mo-ta {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
}

a.read_more {
    color: #2b5d36;
}

.chi-tiet-bai-viet {
    /*   padding: 10px;
    background: #fff;*/
}

.box-index-post-des-page {
    height: 60px;
    overflow: hidden;
}

.box-index-post-cap .view {
    float: right;
    color: #2b5d36;
}

.read-more-page .view {
    float: none;
    color: #2b5d36;
}

.box-index-post-img-page img {
    height: 170px;
}

.box-index-post-name-page {
    overflow: hidden;
    height: 38px;
}

.box-index-post {
    margin-bottom: 15px;
}

.padding-right-25 {
    padding-left: 25px;
}

.box-sidebar {
    background: #fff;
    margin-bottom: 15px;
}

.box-sidebar:last-child {
    margin-bottom: 0;
}

.box-sidebar-title {
    margin-bottom: 15px;
    color: #333333;
    text-transform: uppercase;
    font-size: 20px;
}

.box-sidebar-body ul {
    margin: 0;
    padding: 0;
}

.box-sidebar-body ul li {
    list-style: none;
    margin-bottom: 15px;
}

.box-sidebar-body li a {
    font-size: 15px;
    color: #555555;
    text-decoration: none;
}

.box-sidebar-body li a:hover {
    color: #e51e22;
}

.box-sidebar-body ul li a i {
    margin-right: 8px;
}

.sidebar-product {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.sidebar-product .no-pad-left {
    padding-left: 10px;
}

.sidebar-product:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-product-img img {
    height: 50px;
    width: 100%;
    object-fit: cover;
}

.sidebar-product-name a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.sidebar-product-name a:hover {
    color: #204184;
}

.detail-content-description {
    margin-bottom: 15px;
}

.lien-quan {
    margin-top: 30px;
}

.detail-content-title-recents {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    color: #000;
    font-size: 20px;
}

.box-product-index-img-page img {
    height: 193px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 2px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0547a5;
    border-color: #0547a5;
    cursor: default;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2b5d36;
    background-color: #eee;
    border-color: #ddd;
}

.social-links {
    margin-top: 15px;
}

.social-links ul {
    padding: 0;
    margin: 0;
}

.social-links ul li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}

.social-links ul li a {
    text-decoration: none;
}

.social-links ul li span {
    display: block;
    padding: 3px;
    line-height: 1.6em !important;
    margin-bottom: 0;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
}

.social-links ul li span.fa-facebook {
    background: #0172ac;
}

.social-links ul li span.fa-facebook:hover {
    background: #086290;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}

.social-links ul li span.fa-twitter {
    background: #17aefb;
}

.social-links ul li span.fa-twitter:hover {
    background: #1296da;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}

.social-links ul li span.fa-google-plus {
    background: #d81c1c;
}

.social-links ul li span.fa-google-plus:hover {
    background: #c10b0b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}

.social-links ul li span.fa-linkedin {
    background: #e88114;
}

.social-links ul li span.fa-linkedin:hover {
    background: #cc6d0a;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}

.form-dang-ky,
.caption-contact {
    background: #f7f7f7;
    padding: 24px;
}

.form-dang-ky .form-control {
    box-shadow: none;
}

.map-contact iframe {
    width: 100% !important;
    height: 245px !important;
}

.caption-contact-title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.demo .item img {
    width: 100%;
    height: 404px;
    object-fit: cover;
    padding-bottom: 20px;
}

.noi-dung-san-pham-web .demo {}

.detail-content-page-san-pham {
    background: #fff;
}

.detail-content-title-recents-san-pham {
    margin-top: 25px;
}

.ten-san-pham {
    line-height: 25px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.noi-dung-san-pham-web-info-description {
    font-size: 15px;
    line-height: 24px;
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #eaeaea;
}

.noi-dung-san-pham-web-info-spice {
    margin-bottom: 10px;
    margin-top: 10px;
}

.noi-dung-san-pham-web-info-spice span {
    text-align: center;
    padding-top: 0;
    margin: 0;
    color: #cc0026;
    font-weight: bold;
    font-size: 20px;
}

.box-product-index-spice-last-page {
    margin-bottom: 15px;
}

.box-product-index-spice-last-page span {
    text-align: left;
    margin-top: 5px;
    font-style: italic;
    color: #999999;
    padding-bottom: 10px;
    text-decoration: line-through;
    font-size: 12px;
}

.chi-tiet-bai-viet img {
    width: 600px !important;
    height: auto !important;
}

.chi-tiet-bai-viet iframe {
    width: 600px !important;
    height: 350px !important;
}

.spice-product-index {
    height: 54px;
}

.detail-content-body-product {
    background: #fff;
    padding-bottom: 0;
}

.box-order {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: -2px 0 5px 0 hsla(0, 0%, 79%, .5);
}

.box-order-title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.box-order-content button {
    margin-top: 15px;
    padding: 12px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.box-order-content a {
    display: block;
    background: #ddd;
    color: #333;
    padding: 13px;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.convert {
    margin-bottom: 25px;
}

.input-convert input {
    color: #555;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 14px;
    padding: 2px 10px;
}

.noi-dung-chi-tiet {
    background: #fff;
}

.anh-san-pham {
    border: 1px solid #e6e6e6;
}

.anh-san-pham img {
    width: 100%;
    height: 351px;
    object-fit: cover;
}

.detail-content-body-des {
    background: #fff;
    margin-bottom: 15px;
}

.noi-dung-san-pham-web-info {
    padding: 0 10px;
}

.lSPager img {
    height: 72px !important;
    object-fit: cover;
}

.main-content-about-cap-2 {
    padding: 50px 0 50px 0;
    background: rgb(249, 249, 249);
}

.tab-pane-content-title {
    text-align: center;
    color: #0e64ad;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

.part_1 .text .text_3 {
    height: 100px;
    font-size: 15px;
}

.part_1 .text .text_4 {
    height: 380px !important;
}

.part_1 .text .text_5 {
    height: auto !important;
}

.part_1 .wrapItem2 {
    width: 7%;
}

.part_1 .text2 {
    width: 93%;
}

.margin-top-20 {
    margin-top: 20px;
}

.nav-tabs {
    border-bottom: none;
    text-align: center;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(0 0 0 / 1%) 0px 1px 2px 0px;
    padding: 15px 1.5%;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.chi-tiet-bai-viet .nav-tabs {
    border-bottom: none;
    text-align: left;
    border-bottom: none;
    box-shadow: none;
}

.nav-tabs>li>a {
    border-bottom: 3px solid #ccc;
    border-left: none;
    border-top: none;
    border-right: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    font-size: 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #333;
    cursor: default;
    border: none;
    border-radius: 0;
    background: none;
    border-bottom: 3px solid #204184;
}

.chi-tiet-bai-viet .nav-tabs>li.active>a,
.chi-tiet-bai-viet .nav-tabs>li.active>a:hover,
.chi-tiet-bai-viet .nav-tabs>li.active>a:focus {
    border-radius: 0;
    border: 1px solid #e6e6e6;
    color: #000;
    font-size: 20px;
}

.chi-tiet-bai-viet .tab-content {
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-top: 0;
}

.chi-tiet-bai-viet .nav-tabs-title {
    margin-bottom: 0;
}

.tab-content {
    margin-top: 35px;
}

.nav-tabs-title a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.nav-tabs>li>a:hover {
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
}

.margin-bottom-10 {
    margin-bottom: 20px;
}

.nav-tabs-title {
    margin-bottom: 15px;
}

.nav-tabs>li {
    float: inherit;
    margin-bottom: -1px;
    display: inline-block;
    margin: 0 20px;
}

.cate-block-more {
    text-align: center;
}

.icon-box {
    margin-bottom: 10px;
}

.icon-box a {
    text-decoration: none;
}

.last-reset {
    color: #484848;
}

.error-404 img {
    height: 150px;
    margin: auto;
}

.error-404 {
    text-align: center;
    margin-top: 10px;
}

.product-policy-title {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    margin-bottom: 7px;
    font-size: 15px;
    padding: 8px 12px;
    font-weight: 700;
    color: #204184;
}

.product-policy .product-policy-des {
    background: #f6f6f6 none repeat scroll 0 0;
    clear: both;
    display: table;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.4;
    width: 100%;
    color: #444;
    border: 1px solid #eaeaea;
    border-bottom: 1px solid #fff;
    display: flex;
}

.product-policy .product-policy-des:last-child {
    border-bottom: 1px solid #eaeaea;
}

.product-policy-des-img {
    padding-right: 10px;
    margin: auto;
    width: 10%;
}

.product-policy-des-img img {
    width: 20px;
}

.product-policy-des-content {
    width: 90%;
}

.product-policy-des-content span {
    color: #204184;
    font-weight: 700;
}

.product-policy-more-1 {
    width: 100%;
    float: left;
    background: #ef4679;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

.product-policy-more-2 {
    background: #09a;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    float: left;
    width: 100%;
    margin: 4px 0;
}

.product-policy-more-3 {
    background: #f87062;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    letter-spacing: -1px;
}

.product-button_group {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-group__flex {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-mua-ngay {
    background-color: #141a60;
    text-transform: uppercase;
    color: #fff;
    min-width: 120px;
    height: auto;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .3s all ease;
    text-decoration: none;
}

.btn-mua-ngay>span {
    font-size: 14px;
    text-transform: initial;
    font-weight: 400;
}

.btn-mua-ngay:last-child {
    background-color: #3c88d3;
}

.btn-mua-ngay:hover {
    color: #fff;
    background-color: #0547a5;
    text-decoration: none;
}

.main-page-product {
    background: #f6f6f6;
    margin-bottom: 0;
}

.page-product {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

/*page*/
header {
    display: none;
}

.main-box-cat {
    display: none;
}

.main-index-content-desktop {
    display: block;
}

.main-index-content-mobile {
    display: none;
}

.box-index-more {
    text-align: center;
    margin-top: 12px;
}

.box-index-more a {
    background: #02adf3;
    padding: 5px 15px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.noi-dung-chi-tiet iframe {
    margin: auto;
    text-align: center;
    width: 600px !important;
    display: block;
}

.info-contact {
    background: #f5ede9;
    padding: 15px;
    border: 2px dashed #f08245;
    margin-top: 30px;
}

.info-contact-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.dis-none {
    display: none;
}

.dis-block {
    display: block;
}

.chi-tiet-bai-viet h2,
.chi-tiet-bai-viet h3 {
    color: #0b74bd;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 0;
    padding: 0;
    margin-bottom: 12px;
}

.input-group-addon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group {
    margin-bottom: 15px;
    width: 100%;
}

.box-register-img img {
    border: 1px solid #e1e1e1;
    height: 185px;
}

.box-index-content .btn-primary {
    color: #fff;
    background-color: #2b5d36;
    border: none;
}

.box-index-content .btn-primary:hover {
    background: #2f7c40;
}

.video-clip {
    margin-top: 20px;
}

.video-clip iframe {
    width: 100% !important;
    height: 450px !important;
}

.sticky-CTA {
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    background-color: #fff;
    text-align: center;
    padding: 5px 5px 5px 7px;
    border-radius: 5px;
    box-shadow: 2px 2px 13px #cacaca;
    z-index: 1000;
}

.sticky-CTA.show-CTA {
    opacity: 1;
    visibility: visible;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.sticky-CTA>ul>li {
    margin: 15px 0;
    position: relative;
}

.sticky-CTA>ul>li>a {
    display: block;
    text-decoration: none;
}

.sticky-CTA>ul>li.map>a .icon {
    width: 35px;
    height: 35px;
    display: block;
    background: url(../../images/fb-icon.png) no-repeat 50%;
    background-size: 100%;
    margin: 0 auto;
}

.sticky-CTA>ul>li>a>.text {
    display: block;
    margin-top: 4px;
    color: #222222;
    font-size: 11px !important;
    font-weight: 600 !important;
}

.sticky-CTA>ul>li.zalo>a .icon {
    width: 35px;
    height: 35px;
    display: block;
    background: url(../../images/zalo.png) no-repeat 50%;
    background-size: 100%;
    margin: 0 auto;
}

.sticky-CTA>ul>li.call>a>i {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    background-color: #0547a5;
    color: #fff;
    line-height: 35px;
    margin: 0 auto;
    border-radius: 45px;
    /* animation: callAction 2s ease infinite; */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sticky-CTA>ul>li.messenger>a .icon {
    width: 35px;
    height: 35px;
    display: block;
    background: url(../../images/messenger-icon.png) no-repeat 50%;
    background-size: 100%;
    margin: 0 auto;
}

.sticky-CTA>ul>li.youtube>a>i {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    background-color: #ef1212;
    color: #fff;
    line-height: 35px;
    margin: 0 auto;
    border-radius: 35px;
    /* animation: callAction 2s ease infinite; */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 20%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 30%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*menu mobile*/
body {
    position: relative;
    overflow-x: hidden;
}

#sidebar-wrapper {
    z-index: 9999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #e4e4e4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*Sidebar nav styles*/
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}

.sidebar-nav li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #e4e4e4;
    box-shadow: none;
    border-top: 1px solid #d4d4d4;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #5084ab !important;
    text-decoration: none;
    background-color: transparent;
}

/*Sidebar nav styles*/
/*comment*/
.blog-page-content {
    background: #f8f8f8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    padding: 15px 20px;
    font-size: 14px;
}

.section-space {
    margin-bottom: 50px !important;
}

.pro-avg-rating {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.pro-avg-rating>span {
    display: block;
    font-size: 12px;
    line-height: 10px;
}

.ratings-wrapper {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.sin-ratings {
    margin-bottom: 40px;
}

.sin-ratings .rating-author {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.sin-ratings .rating-author h3 {
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 18px;
    margin-right: 15px;
    text-transform: capitalize;
}

.sin-ratings .rating-author .rating-star i,
.sin-ratings .rating-author .rating-star span {
    color: #e1ce44;
    font-size: 12px;
    line-height: 18px;
    float: left;
}

.sin-ratings p {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
}

.rating-form-wrapper h3 {
    font-size: 16px;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
}

.rating-form label {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 3px;
}

.rating-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #dddddd;
    font-size: 13px;
    line-height: 24px;
    padding: 8px 15px;
    color: #666666;
}

.rating-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #dddddd;
    font-size: 13px;
    line-height: 24px;
    padding: 8px 15px;
    color: #666666;
    height: 80px;
    resize: none;
}

.rating-form input[type=submit] {
    width: auto;
    padding: 8px 30px;
    border-color: #292929;
    background-color: #292929;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

/*comment*/
/*Hamburger-Cross*/
.hamburger {
    position: fixed;
    top: 30px;
    right: 15px;
    z-index: 9999;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #08194d;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #08194d;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

/*Hamburger-Cross*/
/*Overlay*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9999;
}

/*Overlay*/
/*menu mobile*/
.header-top-right-mobile {
    display: none;
}

.fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
}

.hamburger {
    display: none;
}
.block-new-title{
    margin-bottom: 25px;
}
.title-section-post-index {
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-align: center;
}

.title-section-post-index a {
    border-bottom: 2px solid #204184;
    padding-bottom: 7px;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

.block-new-content .new-block-img img {
    width: 100%;
    height: 210px;
}

.block-new {
    padding-bottom: 50px;
}

/*mobile*/
@media only screen and (max-width: 1200px) {
    .box-product-index-img img {
        height: 152px;
    }

    .banner-index img {
        height: 120px;
    }

    .box-index-post-img img {
        height: 220px;
    }

    .h5-page {
        display: none;
    }

    .demo .item img {
        height: 309px;
    }
}

@media (max-width: 767px) {
    .sidebar-nav ul {
        padding: 0;
        padding-left: 15px;
    }

    .hamburger {
        display: block;
    }

    .header-top-right {
        display: none;
    }

    .menu .col-md-9 {
        display: none;
    }

    .header-top-right-mobile {
        position: fixed;
        top: 94px;
        right: 55px;
        display: block;
    }

    .fixed .header-top-right-mobile {
        position: fixed;
        top: 30px;
        right: 55px;
        display: block;
    }

    .fixed .hamburger {
        top: 17px;
    }

    .logo {
        text-align: center;
    }

    .logo img {
        height: 120px;
    }

    .chi-tiet-bai-viet .nav-tabs {
        padding: 15px 0;
        background-color: #fff;
        border-radius: 6px;
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inherit;
    }

    .chi-tiet-bai-viet .nav-tabs li {
        margin: 0;
    }

    .btn-mua-ngay {
        margin-bottom: 10px;
    }

    .button-group__flex {
        display: block;
    }

    .box-index-post-name-page {
        overflow: hidden;
        height: auto;
    }

    .modal-content {
        width: 70%;
    }

    .box-index .nav-tabs>li {
        width: 70%;
    }

    .about-img {
        margin-top: 20px;
    }

    .box-index-title-des {
        width: 80%;
    }

    .box-index-post-name a {
        height: auto;
    }

    .video-clip iframe {
        height: 200px !important;
    }

    .box-register-img {
        margin-bottom: 20px;
        text-align: center;
    }

    .dis-none {
        display: block;
    }

    .dis-block {
        display: none;
    }

    .pro-hot-img img {
        height: 155px;
    }

    .chi-tiet-bai-viet img {
        width: 100% !important;
        height: auto !important;
    }

    .chi-tiet-bai-viet iframe {
        width: 100% !important;
        height: 180px !important;
    }

    ul.top-bar-right {
        display: none;
    }

    .logo-site a {
        text-align: center;
        margin: auto;
        max-width: initial;
    }

    .header-search {
        height: auto;
        margin-bottom: 0;
        margin-top: 2px;
    }

    .mini-cart {
        margin: 0px 0px 0px 10px;
        display: block;
        align-items: center;
        height: auto;
        margin-top: 10px;
    }

    .header-search form {
        width: 100%;
    }

    .xt-ct-menu {
        display: none;
    }

    .no-pad-right {
        padding-right: 5px;
    }

    .no-pad-left {
        padding-left: 5px;
    }

    .box-product-index-img img {
        height: 163px;
    }

    .banner-index img {
        height: 116px;
    }

    .box-index-post {
        margin-bottom: 30px;
    }

    .flexGroup {
        display: block;
    }

    .flexItem {
        margin-bottom: 15px;
    }

    .stellarnav.light .call-btn-mobile,
    .stellarnav.light .location-btn-mobile,
    .stellarnav.light .menu-toggle {
        color: #fff;
        text-align: left;
    }

    .stellarnav.mobile.light ul {
        background: #2b5d36;
    }

    .header-hotline-title a {
        text-decoration: none;
        background: #f08245;
        padding: 3px 5px;
        border-radius: 25px;
        color: #fff;
    }

    .logoFt img {
        margin-top: 20px;
        height: 100px;
        margin-bottom: 20px;
    }

    .menuLink {
        margin-bottom: 25px;
    }

    .box-sidebar-page {
        margin-top: 35px;
    }

    .slider img {
        height: 129px !important;
    }

    .padding-right-25 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .demo .item img {
        height: 335px;
    }

    .header-hotline {
        display: none;
    }

    .logo-site a img {
        height: auto;
    }

    .top-bar-left {
        text-align: center;
    }

    .box-product-index-name {
        height: 45px;
        padding: 0 10px;
    }

    .banner-index {
        display: none;
    }

    .stellarnav.light li a:hover {
        background: none;
    }

    .stellarnav.light ul ul li a {
        color: #fff;
    }

    .stellarnav.light ul ul li a:hover {
        background: #ef1d26;
        transition: 300ms ease all;
        padding-left: 20px;
    }

    .stellarnav.mobile li.has-sub a {
        padding-right: 0;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 10px 15px;
        color: #fff;
    }

    .stellarnav.light li a:hover,
    .stellarnav.light li a.active {
        color: #fff;
    }

    .header-search button {
        height: 35px;
        width: 35px;
    }

    .header-search .form-control {
        height: 35px;
        padding: 6px 4px;
    }

    .stellarnav .dd-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        z-index: 9999;
        border: 0;
    }

    .display-none-desktop {
        display: block !important;
    }

    .owl-nav {
        display: none;
    }

    header {
        display: block;
    }

    body {
        background: #ffffff;
    }

    .box-product-index {
        background: #fff;
        box-shadow: none;
    }

    .box-product-index-name a {
        font-size: 15px;
    }

    .main-box-cat {
        display: block;
    }

    .why-box {
        margin-bottom: 15px;
    }

    .main-content-about-cap-left {
        border-right: none;
        padding-right: 0;
    }

    .part_1 {
        margin-bottom: 15px;
    }

    /*.main-content-about {*/
    /*    background: none;*/
    /*    background-size: cover !important;*/
    /*    background-repeat: no-repeat !important;*/
    /*    background-position: 50% 50%;*/
    /*    opacity: 1;*/
    /*}*/
    .san-pham-noi-bat-title img {
        width: 10%;
    }

    .san-pham-noi-bat {
        background: #fff;
        padding: 0;
    }

    .banner-about {
        margin-top: 10px;
    }

    .main-index-bg {
        /*       padding: 15px 0;
        background: none;*/
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 50% 50%;
        opacity: 1;
    }

    .banner-slide img {
        width: 100%;
        height: 74px;
        object-fit: cover;
        margin-top: 5px;
    }

    .banner-slide-2 img {
        width: 100%;
        height: 456px;
        object-fit: cover;
        margin-top: 5px;
    }

    .box-index-title {
        line-height: 1.3;
        padding-bottom: 5px;
        position: relative;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .box-index-title a {
        margin-top: 0px;
    }

    .list-item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border: 1px solid #ececec;
        margin-bottom: 5px;
    }

    .box-order-des {
        font-size: 13px;
    }

    .box-order:last-child {
        margin-top: 25px;
    }

    .banner-ul-index {
        margin-bottom: 10px;
    }

    .header-right .icon-cart span b {
        background-color: #0fbb00 !important;
    }

    .anh-san-pham img {
        height: 345px;
        margin-bottom: 10px;
    }

    .noi-dung-san-pham-web .no-pad-left {
        padding-left: 15px;
    }

    .box-index-title span {
        font-size: 16px;
    }

    .box-index-title p {
        font-size: 16px;
        text-transform: initial;
    }

    /*    .main-index-content-desktop{
        display: none;
    }
    .main-index-content-mobile{
        display: block;
    }*/
    .last-reset {
        color: #484848;
        width: 80%;
        margin: auto;
    }

    .box-index-content-title {
        display: none;
    }

    .detail-content-page-san-pham {
        background: #fff;
        padding: 0;
    }

    .noi-dung-chi-tiet {
        background: #fff;
        padding: 0;
    }

    .detail-content-body-product {
        padding: 0;
    }

    .list-item .no-pad-left {
        padding-left: 15px;
    }

    .sidebar-product-img img {
        height: 70px;
        width: 100%;
        object-fit: cover;
    }

    .part_1 .text .text_2 {
        height: auto;
    }

    .slider-cap {
        top: 30px;
    }

    .slider-cap-title {
        font-size: 20px;
    }

    .noi-dung-san-pham-web-info {
        padding: 0;
        margin: 20px 0;
    }

    .caption-contact-title {
        font-size: 20px;
    }

    .sidebar-brand {
        border-bottom: 1px solid #3f3f3f;
    }

    .sidebar-logo img {
        width: 180px;
        margin-bottom: 20px;
    }

    .sidebar-brand .navbar-form {
        padding: 0;
        margin-right: 15px;
        margin-left: 15px;
        border: none;
    }

    .navbar-inverse {
        text-align: left;
    }

    .header-block-hotline {
        display: none;
    }

    .header-block-form {
        margin-top: 10px;
        width: 100%;
        float: right;
        align-items: center;
    }

    .menu {
        display: none;
    }

    .block-new .col-md-4 {
        margin-bottom: 30px;
    }
}

/*mobile*/