@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
::-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; 
}
.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;
    }
}
/*header*/
.header{
    padding: 10px 0;
}
.header-top ul{
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.header-top ul li{
    float: left;
}
.header-top ul li a{
    text-decoration: none;
    color: #133156;
    padding-right: 10px;
    border-right: 1px solid #133156;
    margin-right: 10px;
}
.header-top ul li:last-child{
    padding-right: 0;
}
.header-top ul li:last-child a{
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
.header-bottom{
    padding-top: 15px;
}
.header-search{
    margin-top: 20px;
}
.header-search .form-control {
    border: none;
    border-radius: 20px;
}
.header-search .btn-success {
    color: #333;
    background: #fff;
    border: none;
    border-radius: 20px;
    padding: 7px 12px;
}
.header-search .btn-success:hover{
    background: #fff;
}
.logo img{
    height: 60px;
    margin-top: 15px;
}
/*header*/
/*menu*/
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-inverse {
    background: #fff;
    border: none;
    margin-top: 15px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #133156;
    font-weight: 700;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
}
.navbar-inverse .navbar-nav>li:last-child a{
    padding-right: 0;
    border-right: none;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #133156;
    background: none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #133156;
    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: #004d9e;
    min-width: 250px;
    border-radius: 0.25rem;
}
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 #2a6aad;
}
ul.navbar-sub li a:hover {
    padding-left: 25px;
    transition: 300ms ease all;
    border-radius: 0;
}
.navbar-inverse ul li.li-sub:hover ul.navbar-sub{
    display: block;
}
/*menu end*/
/*slide*/
.slider{
    background: #b11f28;
}
.slider-caption{
    padding: 50px 50px 50px 0;
}
.slider-caption-title{
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}
.slider-caption-des{
    color: #fff;
    margin: 15px 0 30px 0;
    font-size: 16px;
    text-align: justify;
}
.slider-caption-more a{
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    background: #133156;
}
.slider-caption-more a:hover{
    background: #081c34;
}
.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: 380px !important;
    object-fit: cover;
}
/*end slide*/
.about-block-slide{
    background-image: linear-gradient(90deg, #081c34 0%, #133156 100%);
    padding: 15px 0;
}
.about-block-slide-title{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.about-block-slide-des{
    text-align: center;
}
.about-block-slide-des ul{
    padding: 0;
    margin: 0;
}
.about-block-slide-des ul li{
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}
.about-block-slide-des ul li:last-child{
    padding-right: 0;
}
.about-block-slide-des ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
.about-block-why{
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.about-block-why-cap{
    width: 60%;
    background-image: linear-gradient(90deg, #133156 0%, #081C34 100%);
    border-right: 30px solid #F6BD17;
    padding: 20px;
    margin: 25px 0;
    z-index: 1;
    height: 310px;
}
.about-block-why-cap-right{
    text-align: right;
}
.about-block-why-cap-left{
    text-align: left;
}
.about-block-why-cap-title{
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}
.about-block-why-cap-des{
    color: #fff;
    margin: 15px 0 30px 0;
    font-size: 16px;
}
.about-block-why-cap-more a{
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    background: #b11f28;
}
.about-block-why-cap-more a:hover{
    background: #84161d;
}
.slider-caption-more a:hover{
    background: #081c34;
}
.about-block-why-img{
    width: 40%;
    z-index: 0;
}
.about-block-why-img img{
    width: 50%;
    position: absolute;
    right: 0;
    z-index: 1;
    height: 360px;
}
.about-block-why-img-right img{
    right: 0;
}
.about-block-why-img-left img{
    left: 0;
}
.new-block-hot-img img{
    width: 100%;
    object-fit: cover;
}
.new-block-hot-name{
    font-weight: 700;
    font-size: 28px;
    color: #133156;
}
.new-block-hot-des{
    margin: 15px 0 30px 0;
    font-size: 16px;
    text-align: justify;
    color: #133156;
}
.new-block-hot-more a{
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    background: #133156;
}
.new-block-hot-more a:hover{
    background: #081c34;
}
.new-block-support-title{
    font-weight: 700;
    font-size: 28px;
    color: #133156;
}
.new-block-support-des ul{
    padding: 0;
    margin: 0;
}
.new-block-support-des ul li{
    list-style: none;
    margin-top: 15px;
    border-left: 1px solid #B11F28;
    padding-left: 5px;
}
.new-block-support-des ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #133156;
}
.new-block-support-des ul li a:hover{
    color: #B11F28;
}
.main-break-name h1{
    margin: 0;
    padding: 0;
    color: #fff;
    margin-bottom: 10px;
}
.logoFt img{
    background: #fff;
    padding: 40px 15px;
    border-radius: 20px;
}
button.btn-register{
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    background: #b11f28;
    border: none;
    margin-top: 30px;
}
button.btn-register:hover {
    background: #84161d;
}
.tai-nguyen-block-mobile{
    display: none;
}
.tai-nguyen-block-desktop{
    display: block;
}
/*main-index*/
.main-index{
    padding: 50px 0;
}
.about-block-title{
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
    color: #133156;
}
.about-block-des{
    text-align: center;
    color: #133156;
}
.about-block-more{
    text-align: center;
    margin-top: 20px;
}
.about-block-more a{
    background: #133156;
    text-decoration: none;
    padding: 9px 20px;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.about-block-more a:hover{
    background: #081c34;
}
.bio-module hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 2px solid #004d9e;
}
.company-block-title{
    font-weight: 700;
    font-size: 25px;
}
.company-block-detail{
    margin-top: 30px;
}
.company-block-detail-img img{
    width: 100%;
    height: 165px;
    object-fit: cover;
}
.company-block-detail-img img:hover{
    opacity: .5;
}
.company-block-detail-title{
    padding: 10px 0;
}
.company-block-detail-title a{
    color: #004d9e;
    font-size: 16px;
    font-weight: 700;
}
.tool-block-title, .tool-block-des{
    text-align: center;
}
.tool-block-title{
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
}
.tool-block-des img{
    margin-bottom: 15px;
}
.tool-block-name{
    color: #66b645;
    font-weight: 700;
    font-size: 16px;
    width: 60%;
    margin: auto;
}
/*main-index*/
/*footer*/
#footerMidle{
    background: #133156;
    padding: 50px 0;
}
.h4-foot{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.menu-foot ul{
    padding: 0;
    margin: 0;
    color: #fff;
}
.menu-foot ul li{
    list-style: none;
    padding-bottom: 10px;
}
.menu-foot ul li:last-child{
    padding-bottom: 0;
}
.menu-foot ul li a{
    text-decoration: none;
    color: #fff;
}
.listSocial{
    margin-top: 15px;
}
.listSocial ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.listSocial ul li {
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}
.listSocial ul a{
    color: #fff;
}
.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;
}
/*footer*/
/*theH*/
.copy-right{
    padding: 10px 0;
}
.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: #133156;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit;
}
.copy-right, .copy-right a{
    color: #133156;
    text-decoration: none;
}
/*theH*/
/*page*/
.main-break{
    padding: 50px 0;
    background: url('../../images/header_fallback.jpg');
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
}
.breadcrumb a{
    color: #fff;
    text-decoration: none;
}
.breadcrumb a.active{
    color: #fff;
}
.detail-content-body-name{
    line-height: 1.3;
    padding-bottom: 10px;
    position: relative;
    color: #133156;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}
.detail-content-body-name h1{
    line-height: 1.3;
    position: relative;
    color: #133156;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin: 0;
}
.box-sidebar{
    background: #fff;
    margin-bottom: 15px;
}
.box-sidebar:last-child{
    margin-bottom: 0;
}
.box-sidebar-title{
    margin-bottom: 15px;
    color: #133156;
    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: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: #133156;
    text-decoration: none;
    font-size: 16px;
}
.sidebar-product-name a:hover{
    color: #B11F28;
}
.dis-none {
    display: none;
}
.dis-block {
    display: block;
}
.main-content-page{
    padding: 50px 0;
}
.caption-contact-title{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
}
.map-contact iframe{
    border: 0;
    width: 100%;
    height: 192px;
}
.caption-contact{
    background: #f5f5f5;
    padding: 15px;
}
.new-block{
    margin-bottom: 60px;
}
.new-block-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.new-block-img img:hover{
    opacity: .5;
}
.new-block-name{
    padding: 10px 0;
    overflow: hidden;
    height: 60px;
}
.new-block-name a {
    color: #133156;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.new-block-des{
    font-size: 16px;
}
.chi-tiet-bai-viet{
    margin-top: 15px;
}
.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: #004d9e;
    border-color: #004d9e;
    cursor: default;
}
.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);
}
.detail-content-title-recents{
    line-height: 1.3;
    position: relative;
    color: #133156;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    margin-top: 50px;
}
.new-block-detail{
    margin-top: 30px;
}
.box-cate-index-name{
    margin: 10px 0;
}
.box-cate-index-name a{
    color: #004d9e;
    font-size: 16px;
    font-weight: 700;
}
.box-cate-index-more a{
    color: #66B645;
}
.box-cate-index-img img:hover {
    opacity: .5;
}
.s-hero-block {
    padding-top: 0;
    height: 410px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.s-hero-block__image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
.s-hero-block__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.s-hero-block__content {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 35px 45px;
    max-width: 70%;
    background: #FFF;
    margin-top: 70px;
}
.s-hero-block__container a{
    color: #66B645;
}
.s-hero-block__headline{
    line-height: 1.3;
    padding-bottom: 10px;
    position: relative;
    color: #3c3c3c;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}
.no-pad-left{
    padding-left: 0;
}
.box-product-index {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}
.box-product-index-img {
    position: relative;
    overflow: hidden;
}
.box-product-index-img img {
    width: 100%;
    height: 198px;
    object-fit: cover;
}
.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: rgb(228 228 228 / 93%);
    color: #2a6496;
    padding: 7px;
    text-decoration: none;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}
.box-product-index-cap {
    padding: 10px;
}
.box-product-index-name {
    text-align: center;
    height: 45px;
    overflow: hidden;
}
.box-product-index-name a{
    color: #3a3a3a;
    text-decoration: none;
    font-size: 14px;
}
.box-product-index-name a:hover{
    color: #004d9e;
}
.box-product-index-spice {
    padding-top: 0;
    margin: 0;
    font-weight: bold;
    color: #66b645;
    text-align: center;
    font-size: 16px;
}
.box-product-index-img img:hover {
    opacity: .5;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #f3f3f3;
    border: none;
    border-bottom: none;
    cursor: default;
    line-height: 1.3;
    position: relative;
    color: #004d9e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    margin-top: 50px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
}
.nav-tabs-title a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.tab-content{
    border: 1px solid #e7e7e7;
    padding: 15px;
}
.ten-san-pham{
    line-height: 1.3;
    position: relative;
    color: #004d9e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}
.noi-dung-san-pham-web-info-spice{
    padding: 15px 0;
}
.noi-dung-san-pham-web-info-spice span{
    color: #66b645;
    font-weight: 700;
    font-size: 16px;
}
.cart-shop{
    margin-top: 20px;
}
.cart-shop a{
    color: #333;
    text-decoration: none;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 7px 10px;
    text-align: center;
}
.error-404{
    text-align: center;
}
.error-404 img{
    margin: auto;
}
.box-cate-index{
    margin-bottom: 30px;
}
/*page*/
/*mua-hang*/
/*mua-hang-new*/
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.quantity-cart-box{
    margin-top: 15px;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}
.quantity-cart-box .h5-page {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
    text-transform: uppercase;
}

.quantity {
    margin-right: 15px;
}

.quantity .h5-page {
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 479.98px) {
    .quantity .h5-page {
        margin-right: 10px;
    }
}

.quantity .pro-qty {
    width: auto;
    border: 1px solid #ddd;
    border-radius: 0;
    display: flex;
}

.quantity .pro-qty .qtybtn {
    width: 25px;
    display: block;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #555;
    background: #e9e9e9;
}

.quantity .pro-qty input {
    width: 30px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: transparent;
    text-align: center;
}

.pro-desc {
    margin-bottom: 20px;
}

.availability {
    margin-bottom: 15px;
}

.availability i {
    color: #81ca33;
}

.product-details-des.availability span {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding-left: 3px;
    text-transform: uppercase;
}

.useful-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.useful-links a {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    margin-right: 20px;
    text-transform: capitalize;
}

.useful-links a:hover {
    color: #CC2121;
}

.useful-links a i {
    padding-right: 5px;
    vertical-align: middle;
}
button, input {
    overflow: visible;
}
.btn-cart2 {
    color: #fff;
    font-size: 14px;
    padding: 9px 25px;
    background-color: #66b645;
    text-transform: capitalize;
    border-radius: 0;
}
.btn-cart2:hover{
    color: #fff;
    background: #007929;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
/*.btn-cart2:hover {
    color: #fff;
    background-color: #e51e22;
}*/
/*mua-hang-new*/


/*--------- Cart Page Wrapper Start ---------*/
.cart-table .table {
    margin: 0;
    /*white-space: nowrap;*/
}

.cart-table .table thead {
    background-color: #fff;
}
.cart-table .table tbody{
    background: #fff;
}
.cart-table .table thead tr th {
    border-bottom: 0 solid transparent;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.cart-table .table tbody tr td {
    border-color: #ccc;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 500;
    color: #242424;
}

.cart-table .table tbody tr td a {
    color: #242424;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-table .table tbody tr td a:hover {
    color: #CC2121;
}

.cart-table .table tbody tr td a.btn {
    color: #fff;
}

.cart-table .table tbody tr td a.btn:hover {
    color: #fff;
}

.cart-table .table tbody tr td a.check-btn {
    color: #fff;
}

.cart-table .table tr .pro-thumbnail,
.cart-table .table tr .pro-price,
.cart-table .table tr .pro-quantity,
.cart-table .table tr .pro-subtotal,
.cart-table .table tr .pro-remove {
    width: 140px;
}

.cart-table .table tr .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
}

.cart-table .table tr .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #555;
}

.cart-table .table tr .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.cart-update-option {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}

@media only screen and (min-width: 1200px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cart-update-option {
        margin-top: 0;
        border-top: 0 solid transparent;
    }
}

.cart-update-option .apply-coupon-wrapper {
    width: 55%;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cart-update-option .apply-coupon-wrapper {
        width: auto;
    }
}

.cart-update-option .apply-coupon-wrapper form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 9px 10px;
    outline: none;
    margin-right: 15px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cart-update-option .apply-coupon-wrapper form input:focus,
.cart-update-option .apply-coupon-wrapper form input:active {
    border-color: #CC2121;
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .apply-coupon-wrapper button {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update .btn {
        width: 100%;
    }
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: #fff;
}

.cart-calculator-wrapper .div-h3 {
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 15px 20px;
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items {
    font-weight: 500;
    border: 1px solid #ddd;
}

.cart-calculator-wrapper .cart-calculate-items .table {
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td {
    color: #242424;
    padding: 15px 20px;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color: #242424;
    text-align: right;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color: #CC2121;
    font-weight: 700;
}

.cart-calculator-wrapper a {
    border-radius: 0;
    text-align: center;
}
.btn__bg {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    background-color: #66b645;
}
.btn__bg:hover {
    color: #fff;
    background-color: #007929;
}
.d-block {
    display: block!important;
}
@media (min-width: 768px){
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
/*--------- Cart Page Wrapper end ---------*/
/* Checkout Login Coupon Accordion Start */
.checkout-page-wrapper {
    margin-bottom: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .checkout-page-wrapper {
        margin-bottom: 0;
    }
}

.checkoutaccordion {
    margin-bottom: 46px;
}

.checkoutaccordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid #CC2121;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
}

.checkoutaccordion h3 span {
    color: #CC2121;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: 10px;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 span {
        display: block;
        padding-top: 5px;
        margin-left: 0;
    }
}

.checkoutaccordion h3 span:hover {
    color: #242424;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 {
        font-size: 14px;
    }
}

.checkoutaccordion .card {
    border: none;
    padding: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}

.checkoutaccordion .card:last-child {
    margin-bottom: 0;
}

.checkoutaccordion .card .card-body {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 20px;
}

.checkoutaccordion .card .card-body .cart-update-option {
    border: none;
    padding: 0;
}

.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    padding: 12px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin-right: 15px;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
        margin-bottom: 15px;
    }
}

.checkout-box-wrap .custom-control {
    padding-left: 0;
    margin-left: 1.5rem;
}

.checkout-billing-details-wrap h2 {
    color: #242424;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
   font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
    .checkout-billing-details-wrap h2 {
        margin-bottom: 26px;
    }
}

.checkout-billing-details-wrap .billing-form-wrap {
    /*margin-top: -20px;*/
}

.forget-pwd {
    color: #CC2121;
    font-size: 12px;
    margin-top: -6px;
}

.single-form-row {
    margin-top: 15px;
    display: none;
}

.single-form-row p {
    margin: 0;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .order-summary-details {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .order-summary-details {
        margin-top: 52px;
    }
}

.order-summary-details h2 {
    color: #242424;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
   font-weight: bold;
}

.order-summary-table {
    background-color: #fff;
    margin-top: 20px;
}

.order-summary-table .table,
.order-summary-table table {
    color: #242424;
    margin-bottom: 0;
    font-size: 13px;
    /*white-space: nowrap;*/
}

.order-summary-table .table tr td,
.order-summary-table .table tr th,
.order-summary-table table tr td,
.order-summary-table table tr th {
    font-weight: 400;
    vertical-align: middle;
    padding: 15px 10px;
    border-width: 1px;
}

.order-summary-table .table tr td a,
.order-summary-table .table tr th a,
.order-summary-table table tr td a,
.order-summary-table table tr th a {
    color: #242424;
    font-weight: 400;
}

.order-summary-table .table tr td strong,
.order-summary-table .table tr th strong,
.order-summary-table table tr td strong,
.order-summary-table table tr th strong {
    font-weight: 400;
}

.order-summary-table .shipping-type {
    text-align: left;
}

.order-summary-table .shipping-type li {
    margin-bottom: 5px;
}

.order-summary-table .shipping-type li:last-child {
    margin-bottom: 0;
}

.order-payment-method {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}
.custom-control.custom-checkbox.mb-20{
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .order-payment-method {
        padding: 32px 20px 36px;
    }
}

.single-payment-method {
    margin-bottom: 20px;
}

.single-payment-method:last-child {
    margin-bottom: 0;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.single-payment-method label,
.single-payment-method .custom-control-label {
    font-weight: 500;
}

.single-payment-method .paypal-card {
    max-width: 150px;
    height: 50px;
    margin-top: 10px;
    display: block;
}

.single-payment-method .payment-method-details {
    background-color: #f1f1f1;
    color: #242424;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    position: relative;
    margin-top: 20px;
    display: none;
}

.single-payment-method .payment-method-details:after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    bottom: 100%;
}

.single-payment-method .payment-method-details * {
    margin: 0;
}

.summary-footer-area .btn-brand {
    margin-top: 40px;
}

/*------- input box style css start -------*/
.single-input-item {
    margin-top: 20px;
}

.single-input-item label {
    color: #242424;
    text-transform: capitalize;
    font-size: 14px;
}

.single-input-item label.required:after {
    content: '*';
    color: red;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 5px;
}

.single-input-item input,
.single-input-item textarea {
    color: #555;
    border: 1px solid #ccc;
    padding: 14px 10px;
    width: 100%;
    font-size: 14px;
    background: #fff;
}

.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
    border-color: #CC2121;
    background-color: #fff;
}

.single-input-item .nice-select {
    width: 100%;
    border-radius: 0;
    height: 48px;
    border-color: #ccc;
    background-color: #f7f7f7;
}

.single-input-item .nice-select .current {
    color: #555;
}

.single-input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
    width: 100%;
}
.single-input-item .radio input{
    width: auto;
}
.radio-form{
    color: #555;
    border: 1px solid #ccc;
    padding: 14px 10px;
    font-size: 14px;
    background: #fff;
}
.radio:first-child{
    padding-top: 0;
    margin-top: 0;
}
.radio label a{
    text-decoration: underline;
    color: red;
    font-size: 13px;
}
.radio-form-title{
    position: relative;
    font-size: 17px;
    color: #333333;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
strong.soluong{
    color: red;
}
.table-responsive {
    display: block;
    width: 100%;
    /*overflow-x: auto;*/
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
/*mua-hang*/
/*ngon-ngu*/
.gg-translate{
    float: right;
}
.google-translate {
    margin-left:10px;
}
.google-translate-mobile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
a.gflag {
    vertical-align: middle;
    font-size: 0px!important;
    display: inline-block!important;
    padding: 0!important;
    background-repeat: no-repeat;
    background-image: url(//gtranslate.net/flags/24.png);
    margin-left:10px;
}
@media(max-width: 480px){
    a.gflag {
        transform: translateY(5px);
        background-image:none;
    }
}
a.gflag img {
    border: 0;
}
/*
a.gflag:hover {
background-image: url(//gtranslate.net/flags/24a.png);
}
*/
#goog-gt-tt {
    display: none !important;
}
.goog-te-banner-frame {
    display: none !important;
}
.goog-te-menu-value:hover {
    text-decoration: none !important;
}
body {
    top: 0 !important;
}
#google_translate_element2,
.skiptranslate iframe {
    display: none!important;
}
@media (max-width: 576px) {
    a.gflag {
        margin-left: 0px;
        margin-right: 2px;
        margin-top: -15px;
    }
    a.gflag img {
        height: 25px;
        object-fit: contain;

    }
}
.grid-mobile {display: flex;align-items: center;}
@media (max-width: 991px) {
    .grid-mobile {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }
    
    .gflag.khmer img {height: 25px!important;}
    .gflag.en img {height: 25px!important;}
}
/*ngon-ngu*/
/*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: #133156;
    -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 #3d526a;
}
.sidebar-nav li a {
    display: block;
    color: #fff;
    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: 999;
    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: #133156;
}
.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: #133156;
}
.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: 100;
}
/*Overlay*/
/*menu mobile*/
.cart-shop-mobile, .hamburger{
    display: none;
}
.video-block iframe{
    width: 100% !important;
}
/*mobile*/
@media (max-width: 767px){
    .chi-tiet-bai-viet img{
        width: 100% !important;
        height: auto !important;
    }
    .about-block-why {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 60px;
    }
    .about-block-why-cap {
        width: 100%;
        height: auto;
        margin: 0;
        border-right: 10px solid #F6BD17;
    }
    .about-block-why-img {
        width: 100%;
        z-index: 1;
    }
    .about-block-why-img img {
        width: 100%;
        position: relative;
        right: 0;
        z-index: 1;
        height: 290px;
        object-fit: cover;
    }
    .new-block-hot{
        margin-bottom: 30px;
    }
    .new-block-hot-name{
        margin-top: 15px;
    }
    .logo img {
        height: 59px;
        margin-top: 12px;
    }
    .navbar-inverse {
        margin-top: 0;
    }
    .slider img {
        width: 100%;
        height: 250px !important;
        object-fit: cover;
    }
    .slider-caption {
        padding: 25px;
    }
    .slider-caption-more{
        text-align: center;
    }
    .tool-block-detail{
        margin-bottom: 20px;
    }
    .groupFooter{
        margin-top: 30px;
    }
    .gg-translate {
        float: right;
        position: absolute;
        right: 80px;
        top: 35px;
    }
    .header-top ul{
        display: none;
    }
    .box-product-index-img img {
        width: 100%;
        height: 168px;
        object-fit: cover;
    }
    .ten-san-pham{
        margin-top: 20px;
    }
    .menu{
        display: none;
    }
    .header-search{
        display: none;
    }
    .cart-shop{
        display: none;
    }
    .cart-shop-mobile{
        display: block;
        width: 60px;
        margin-top: 0;
    }
    .header{
        padding: 10px 0;
    }
    .header-top {
        box-shadow: none;
        padding: 0;
    }
    .header-bottom {
        padding-top: 0;
        padding: 10px 0;
    }
    .cart-shop a {
        padding: 3px 10px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;
        padding: 0px;
        margin: 10px;
    }
    .hamburger{
        display: block;
    }
    .tai-nguyen-block-mobile{
        display: block;
    }
    .tai-nguyen-block-desktop{
        display: none;
    }
}
/*mobile*/