@font-face {
    font-family: 'SVN-Mont-Bold';
    src:url('../fonts/SVN-Mont-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */ /* Legacy iOS */
}
@font-face {
    font-family: 'SVN-Mont-Regular';
    src:url('../fonts/SVN-Mont-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */ /* Legacy iOS */
}
@font-face {
    font-family: 'SVN-Mont-SemiBold';
    src:url('../fonts/SVN-Mont-SemiBold.ttf')  format('truetype'); /* Safari, Android, iOS */ /* Legacy iOS */
}
:root{
    --main-color:#01c265;
    --black:#000;
    --light-color:#666;
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
    --border:.2rem solid rgba(0,0,0,.1);
    --outline:.1rem solid rgba(0,0,0,.1);
    --outline-hover:.2rem solid var(--black);
    --content:1200px;
}
*{
    font-family: 'SVN-Mont-Regular',sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition: all .2s linear;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'SVN-Mont-SemiBold';
}
b, strong {
    font-family: 'SVN-Mont-Bold';
    font-weight: normal !important;
}
a{
    text-decoration: none;
    color: #262f5a;
}
a:hover{
    color: var(--main-color);
}
.link{
    background-color: initial;
}
.link:hover{
    color: var(--main-color);
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
html{
    border: 0;
    background-color: #fff;
    padding-top: 0 !important;
    margin: 0;
}
body{
    font-size: 14px;
    line-height: 1.5;
    max-width: 1920px;
    color:#262f5a;
    margin:auto;
    background-color: #fff;
}
.bg-gray{
    background-color: #ecf9db;
}
.fs-28{
    font-size: 28px !important;
}
.fs-26{
    font-size: 26px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fs-25{
    font-size: 25px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-12{
    font-size: 12px !important;
}
.pd-30{
    padding: 30px;
}
.pd-15{
    padding: 15px;
}
.pd-20{
    padding: 20px;
}
.pl-20{
    padding-left: 20px;
}
.pr-20{
    padding-right:20px;
}
.fw-bold{
    font-family: 'SVN-Mont-Bold';
}
.fw-600{
    font-family: 'SVN-Mont-SemiBold';
}
.align-items-center{
    align-items: center;
}
.pointer{
    cursor: pointer;
}
.align-center {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.space-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.btn-default{
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    color: rgb(255, 255, 255) !important;
    height: 40px;
    border-radius: 20px;
    min-width: 150px;
    padding-top: 0;
    background: linear-gradient(90deg, #61c73f, #01c265);
}
.btn-default:hover{
    opacity: 0.8;
}
.br-10{
    border-radius: 10px;
}
.br-5{
    border-radius: 5px;
}
.fw-normal{
    font-family: 'SVN-Mont-Regular' !important;
}

.banner{
    width: 100%;
    position: relative;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.banner:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.4);
    top:0;
    left: 0;
}
.banner h1{
    color:#fff;
    text-transform: uppercase;
    font-size: 30px;
}
.banner .container-lg{
    position: relative;
    z-index: 1;
}
.height-auto{
    height: auto !important;
}
.line_breadcrumb{
    padding-left: 0px;
}
.line_breadcrumb li{
    display: inline-block;

}
.line_breadcrumb li a{
    color:#fff;
}
.line_breadcrumb .fa-angle-right{
    color:#fff;
    margin-left:5px;
    margin-right: 5px;
}
p{
    margin: 0 0 10px 0;
    line-height: 1.5;
}
.item-category{
    width: 100%;
    display: block;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.item-category img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.box-category{
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    width: 90%;
    height:90%;
    left:5%;
    top:5%;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'SVN-Mont-SemiBold';
}
.item-category:hover img{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
.list_star{
    color:var(--main-color);
}
.sec_about{
    padding-bottom: 30px;
    position: relative;
}
.sec_about:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.74);
    top: 0;
    left: 0;
}
.sec_about .container-lg{
    position: relative;
}
.echbay-sms-messenger {
    text-align: center;
    width: 45px;
    position: fixed;
    top: calc(50% - 80px);
    right: 20px;
    display: none;
    z-index: 9;
}
.echbay-sms-messenger {
    width: 45px;
}
.echbay-sms-messenger {
    display: block;
}
.echbay-sms-messenger div {
    margin: 14px 0;
    background: #0084FF center no-repeat;
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}
.echbay-sms-messenger div:first-child {
    margin-top: 0;
}
.echbay-sms-messenger div.phonering-alo-alo {
    background-image: url(../../image/call.png);
}
.echbay-sms-messenger div.phonering-alo-zalo, .echbay-sms-messenger div.phonering-alo-alo {
    background-color: #0084ff;
}

.echbay-sms-messenger a {
    display: block;
    line-height: 45px;
    text-indent: -9999px;
}
.echbay-sms-messenger a {
    line-height: 45px;
}
.echbay-sms-messenger div.phonering-alo-sms {
    background-image: url(../../image/mail.png);
    background-color: #ff6600;
    background-size: 60%;
}
.echbay-sms-messenger div.phonering-alo-sms {
    background-color: #ff6600;
}
.echbay-sms-messenger div.phonering-alo-zalo {
    background-image: url(../../image/zalo.png);
}
.echbay-sms-messenger div.phonering-alo-zalo, .echbay-sms-messenger div.phonering-alo-alo {
    background-color: #0084ff;
}
.echbay-sms-messenger div.phonering-alo-messenger {
    background-image: url(../../image/messenger.png);
    background-color: #e60f1e;
}
.echbay-sms-messenger div:last-child {
    margin-bottom: 0;
}
.echbay-sms-messenger div.phonering-alo-messenger {
    background-color: #0c9be9;
}
@media (min-width: 1920px){
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
header{
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0px 0px 5px #ddd;
}
.title-cate{
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 20px 0px 15px;
    font-family: 'SVN-Mont-Bold';
    text-align: left;
}
.header-center{
    align-content: center;
    align-items: center;
    display: flex;
    background-color: #fff;
}
.f-nav{
    position:fixed;
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
}
.f-nav .header-center{
    background-color: #41261F;
}
.h35{
    height: 35px;
}
.header-center-content{
    align-items: center;
    justify-content: space-between;
    height: 80px;
    transition: background-color .3s,opacity .3s;
}
.header .social{
    float: right;
    border-right: none;
    font-size: 15px;
    border-left: 1px solid #f9f9f9;
    padding-left: 15px;
    margin-left: 30px;
}
.header .social a{
    display: inline-block;
    color:#fff;
    padding:0px 5px;
    margin-left:5px;
}
.banner-home img{
    width: 100%;
}
.logo{
    float: left;
}
.head-right{
    float: left;
}
.logo img{
    display: block;
    height:70px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.box-header{
    position: relative;
    z-index: 99;
}
.box-header h1{
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
}
.menu-top{
    margin-bottom: 0px;
}
.menu-top li.li-item{
    list-style: none;
    display: inline-block;
    position: relative;
}
.menu-top li a.item-menu{
    font-size: 16px;
    padding: 0px 20px;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-family: 'SVN-Mont-SemiBold';
}
.menu-top li a.item-menu:hover{
    color:var(--main-color);
}
.box-submenu{
    position: absolute;
    background-color: #fff;
    z-index: 99;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    min-width: 260px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    left: -99999px;
    top:30px;
}
.menu-top li:hover .box-submenu{
    opacity: 1;
    left: 0px;
}
.box-submenu li{
    display: block;
    vertical-align: top;
}
.box-submenu li a{
    margin: 0 10px;
    line-height: 1.3;
    padding:10px 0px;
    display: block;
}
.box-submenu li a span{
    display: inline-block;
    height: 25px;
    width: 30px;
    border:1px solid #eee;
    margin-right: 10px;
}
.box-submenu li a span img{
    width: 100%;
    height: 100%;
}
.box-submenu li:hover{
    background: var(--main-color);
    color: #fff;
}
.box-submenu li:hover a{
    color:#fff !important;
}
.header-top {
    background: linear-gradient(90deg,#61c73f,#01c265);
    color: #fff;
    height: 35px;
    line-height: 26px;
    font-size: 12px;
}
.header-top a{
    margin-left:15px;
    color:#fff;
    font-size:14px;
}
.header-top span{
    line-height: 1;
    border-right: 1px solid #ddd;
    padding-left: 10px;
    display: inline-block;
    font-size: 13px;
}
.header-top span.title-site{
    font-size: 14px;
}
.header-top span:last-child{
    border-right: none;
}
.header-top span.lang{
    float: right;
    margin-top: 5px;
}
.hidden-pc{
    display: none;
}
.owl-prev {
    position: absolute;
    left: -50px;
    top: calc(50% - 20px);
    filter: alpha(opacity = 30);
    text-align: center;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    box-shadow: rgb(184 193 202) 0px 0px 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
}
.owl-next {
    font-size: 20px;
    position: absolute;
    right: -50px;
    top: calc(50% - 20px);
    filter: alpha(opacity=30);
    width: 40px;
    height: 40px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
    box-shadow: rgb(184 193 202) 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
}
.slider_home .owl-prev{
    left: 20px;
}
.slider_home .owl-next{
    right: 20px;
}
.slider_home.owl-carousel .owl-stage-outer{
    overflow: inherit;
}
.slider-section img {
    width: 100%;
}
.slider-section {
    width: 100%;
    overflow: hidden;
}
.info_footer a{
    color:#fff;
    text-decoration: underline;
}
.copyright{
    background-color: var(--main-color);
    color:#fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}
.copyright p{
    margin-bottom: 0px;
}
footer{
    color: #fff;
    background-image: url(../images/bg_footer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
footer .container-lg{
    position: relative;
    z-index: 2;
}
footer:after{
    position: absolute;
    width: 100%;
    height:100%;
    background-color: rgba(1,194,101,0.9);
    content:'';
    top:0;
    left:0;
    z-index: 1;
}
.title_nav{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'SVN-Mont-SemiBold';
}
.menu_footer{
    display: flex;
    justify-content: space-between;
}
.entry-content ul{
    margin-left: 25px;
}
.entry-content ul li{
    list-style: initial;
    margin-bottom: 10px;
}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{
    margin-bottom: 20px;
}
.entry-content img{
    max-width:100% !important;
    height: inherit !important;
}
footer .bottom{
    padding-top: 10px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #424242;
    text-align: center;
    color: #7A7A7A;
}
footer .bottom p{
    color: #7A7A7A;
}
.info_footer h1, .info_footer h2, .info_footer h3, .info_footer h4, .info_footer h5, .info_footer h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'SVN-Mont-SemiBold';
}
.item-nav ul {
    padding-left: 17px;
}
.item-nav ul li {
    list-style: circle;
}
.item-nav ul li a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.date-category span,.date-category a{
    display: inline-block;
    font-size: 12px;
}
.item-nav ul li a:hover{
    color:#fff;
    text-decoration: underline;
}
.from_the_blog_excerpt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.item-blog{
    position:relative;
    height: 405px;
    margin-bottom: 30px;
    transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s;
    background-color: #fff;
    border-radius: 20px;
}
.item-blog:hover{
    box-shadow: 0px 0px 10px #ddd;
}
.item-blog a.box-image{
    display: block;
    width: 100%;
    overflow: hidden;
    height: 220px;
    border-radius: 20px;
}
.item-blog span.category a{
    opacity: 0.5;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}
.item-blog a.box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-date{
    position: absolute;
    top: 7%;
    left: 0;
    color: var(--main-color);
}
.badge-inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    line-height: .85;
    color: #fff;
    padding: 2px;
    white-space: nowrap;
    transition: background-color .3s, color .3s, border .3s;
    font-weight: 700 !important;
    color: var(--main-color);
    height: 36px;
    width: 47px;
    border: 2px solid  var(--main-color);
    font-size: 16px;
}
.post-title a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.title_detail {
    color: #262f5a;
    margin-bottom: 30px;
    font-family: 'SVN-Mont-Bold';
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.title_side {
    background-color: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    font-family: 'SVN-Mont-SemiBold';
    position: relative;
    display: flex;
    align-items: center;
}
.title_side span{
    width: 36px;
    height: 36px;
    display: block;
    background-color: #eae450;
    padding:3px;
    margin-right:10px;
}
.title_side span img{
    height: 100%;
}
.list_thuoctinh table tr td {
    padding:10px;
}
.entry-content p{
    font-family: 'SVN-Mont-Regular' !important;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}
.list_thuoctinh table {
    border: 1px solid #d1d1d1;
}
.icon_search {
    position: relative;
    float: right;
}
.btn_search {
    width: 30px;
    height: 30px;
    background: var(--main-color);
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.header-action_dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: auto;
    right: -15px;
    z-index: 2000;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    width: 420px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
}
.header-action_dropdown .box-arrow {
    left: auto;
    right: 15px;
    position: absolute;
    bottom: calc(100% - 5px);
    margin: 0 auto;
    width: 22px;
    height: 20px;
}
.header-action_dropdown .box-arrow svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}
.header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 10px 20px;
}
.header-action_dropdown .header-dropdown_content .title-search {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    font-weight: 500;
    padding: 6px 10px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.header-action_dropdown .header-dropdown_content .site_search form {
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}
.header-action_dropdown .header-dropdown_content .site_search .searchinput {
    background: #f5f5f5;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    width: 100%;
    height: 45px;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    transition: all 150ms linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.header-action_dropdown .header-dropdown_content .site_search .btn-search {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
    border: none;
    min-width: auto;
    outline: none;
    box-shadow: none;
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #000;
    visibility: hidden;
}
.modal-backdrop.in {
    opacity: .5;
    visibility: visible;
}
.show-search > .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.item-sidebar{
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.item-sidebar img{
    width: 90px;
    float: left;
}
.title_home{
    color:#262f5a;
    font-family: 'SVN-Mont-Bold';
}
.item-sidebar .right{
    width: calc(100% - 100px);
    float: left;
    margin-left: 10px;
}
.item-sidebar .right a{
    display: block;
    font-family: 'SVN-Mont-SemiBold';
}
.item-sidebar .right span{
    display: block;
    font-size: 12px;
    font-style: italic;
}
.item_feeback .bottom_feedback img{
    display: inline-block !important;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    object-fit: cover;
}
.icon-comment{
    width:25px;
    float:left;
    position: absolute;
    left:0px;
    top:-5px;
}
.item_feeback .description{
    position: relative;
    padding-left:35px;
}
.name-feedback{
    font-family:'SVN-Mont-SemiBold';
    font-size:16px;
    margin-left:20px;
}
.header-center.fix_menu{
    animation: stuckMoveDown .6s;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
.header-center.fix_menu .logo img{
    height: 50px;
}
.header-center.fix_menu .logo{
    min-width: 111px;
}
.item-support span{
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: var(--main-color);
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 100px;
    overflow: hidden;
}
.item-support span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal{
    background-color: rgba(0,0,0,0.5);
}
.modal-header{
    background-color: var(--main-color);
    color:#fff;
}
.btn_dangky{
    position: fixed;
    bottom: 3px;
    right: 3px;
    z-index: 99;
}
label.error{
    color:red;
    margin-top:5px;
    font-size: 12px;
}
.box_why img{
    height: 60px;
    object-fit: cover;
}
.btn-menu-mb{
    display: none;
}
.title_2{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #262f5a;
    font-size: 16px;
    font-family: 'SVN-Mont-Bold';
}
.box-shadow{
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
    overflow: hidden;
    display: block;
}
.sec_partner .item_partner{
    box-shadow: 0px 0px 10px #d1d1d1;
    border-radius: 10px;
    padding: 10px;
    margin:10px;
}
.sec_partner .owl-controls{
    display: none;
}
.item_feeback{
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding:30px;
    border-radius: 20px;
    margin:15px;
}
.bottom_feedback{
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
}
.sec_breadcrumb{
    background-color: #ecf9db;
}
.sec_breadcrumb ol{
    margin-bottom: 0px;
    padding-top:10px;
    padding-bottom: 10px;
}
.sec_breadcrumb .line_breadcrumb li a{
    color: #555;
    font-size: 14px;
    display: block;
}
.sec_breadcrumb .line_breadcrumb .fa-angle-right{
    color:#555;
}
.info_td p{
    margin-bottom: 0px;
}
.info_td span{
    font-family: 'SVN-Mont-Bold';
    font-size: 20px;
}
.list-product .item-blog{
    height: 370px;
}
footer .social a{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
    margin-right: 10px;
    float:left;
    line-height: 30px;
    text-align: center;
    color:var(--main-color);
    background-color: #fff;
}
footer .social a:hover{
    color:#fff;
    background-color: var(--main-color);
    border:1px solid #fff;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}
@media (min-width: 1920px){
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1400px){
    #left-button{
        margin-left: 1310px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
    .modal-lg, .modal-xl{
        max-width: 1000px;
    }
}
@media (max-width: 1199px){
    .modal-lg, .modal-xl{
        max-width: 1000px;
    }

}
@media (max-width: 992px){
    .header-center.fix_menu .icon_search{
        margin-top: 0px;
    }
    .btn-menu-mb {
        font-size: 0;
        border: none;
        background: none;
        position: relative;
        z-index: 99;
        display: block;
        float: left;
    }
    .fa-bars-menu {
        height: 3px;
        background: var(--main-color);
        width: 26px;
        display: block;
        margin: 4px 0;
    }
    #menu-mobile {
        display: block;
        width: 320px;
        position: fixed;
        height: 100vh;
        left: 0;
        right: auto;
        top: 0;
        background: #fff;
        z-index: 600;
        overflow-y: auto;
        -ms-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .menu-active #menu-mobile {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .header-center .container-lg{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-center.fix_menu{
        position: fixed;
        width: 100%;
        top: 0;
    }
    .icon_search{
        margin-top: 0px;
    }
    .head-right{
        display: none;
    }
    .logo{
        margin-right: 0px;
        text-align: center;
    }
    .logo img{
        display: inline-block;
    }
    .header-center.fix_menu .logo img{
        height: 60px;
    }
    .site-overlay {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 40;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms linear;
    }
    .menu-active #site-overlay {
        opacity: 1;
        visibility: visible;
    }
    body.menu-active {
        left: 320px;
        overflow: hidden;
    }
    #menu-mobile .mn-mb-header a {
        display: block;
        text-align: center;
        padding: 10px 0px;
    }
    #menu-mobile .mn-mb-header img{
        display: inline-block;
        width: 100px;
    }
    #menu-mobile .mn-mb-header .drawer-header--auth {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px 16px;
        margin-top: 0;
        padding: 15px 0;
    }
    #menu-mobile .mn-mb-header .drawer-header--auth ._object {
        width: 40px;
        height: 40px;
        margin-right: 16px;
        border-radius: 50%;
        overflow: hidden;
    }
    #menu-mobile .mn-mb-header .drawer-header--auth ._body {
        color: #fff;
        font-size: 12px;
    }
    .close-handle {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        z-index: 999;
        background: transparent;
        border: none;
        box-shadow: none;
        cursor: pointer;
        -ms-transition: transform 150ms linear;
        -webkit-transition: transform 150ms linear;
        transition: transform 150ms linear;
        font-size: 0;
    }
    .close-handle .mb-menu-cls {
        width: 35px;
        height: 35px;
        cursor: pointer;
        display: inline-block;
        position: relative;
    }
    .close-handle .mb-menu-cls .bar {
        position: relative;
        top: 18px;
        right: 7px;
        background: #000;
        display: block;
        margin: auto;
        -ms-transition: all 0ms 100ms, width 150ms linear;
        -webkit-transition: all 0ms 100ms, width 150ms linear;
        transition: all 0ms 100ms, width 150ms linear;
    }
    .close-handle .mb-menu-cls .bar:before {
        content: "";
        position: absolute;
        right: 0;
        background: #000;
        bottom: -2px;
        width: 20px;
        height: 2px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .close-handle .mb-menu-cls .bar:after {
        content: "";
        position: absolute;
        right: 0;
        background: #000;
        top: 0;
        width: 20px;
        height: 2px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-mobile .mb-menu li {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    #menu-mobile .mb-menu li a {
        display: inline-block;
        color: #000000;
        font-size: 16px;
        padding: 10px 20px 10px 10px;
        position: relative;
    }
    #menu-mobile .mb-menu li .cl-open {
        font-size: 0;
        background: none;
        border: none;
        position: absolute;
        right: 0;
        width: 38px;
        height: 38px;
        top: 0;
        color:#41261F;
    }
    #menu-mobile .mb-menu li .cl-open.plus-menu:after {
        content: "+";
        font-size: 25px;
        font-weight: 500;
    }
    #menu-mobile .mb-menu li .cl-open.minus-menu:after {
        content: "–";
        font-size: 25px;
        font-weight: 500;
    }
    #menu-mobile .mb-menu li .menu-childrent {
        padding-left: 20px;
        display: none;
    }
    .header-top .link_cart{
        position: absolute;
        z-index: 9;
        right: 20px;
        top: 0px;
    }
    .header-top .link_cart span{
        top: 0px
    }
    .wrapper-container,.wrapper-container2{
        width: initial;
        max-width: 100%;
        padding: 0px 15px;
    }
    .mb-menu{
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }
    .btn-search-mobile{
        display: block;
    }
    .btn-search-mobile svg{
        background-color: #fff;
    }
    .btn-cart{
        padding-left: 0px;
    }
}
@media(max-width:  568px){
    .slider-section img{
        border-radius: 0px;
    }
    .header-top span:last-child{
        margin-right: 0;
        padding-right: 0;
    }
    .item-product img{
        height: 140px;
    }
    .logo img{
        height:60px;
    }
    .menu_footer{
        display: block;
    }
    .item_property .title_1{
        font-size: 13px;
    }
    .item_property .title_2{
        font-size: 14px;
    }
    .title_home{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .title_home:after{
        top: 35px;
    }
    .item_seller{
        padding: 10px;
    }
    .item_seller .left .title_{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .item_seller .left .description_{
        line-height: 1.4;
        font-size: 11px;
        margin-top: 0px;
    }
    .item_seller .left{
        width: 50%;
    }
    .div_price del{
        font-size: 14px;
    }
    .div_price p{
        font-size: 20px;
    }
    .div_price{
        margin-top: 20px;
        margin-left: 0px;
    }
    .btn_xemngay{
        width: 142px;
        height: 32px;
        margin-left: 0px;
        background-size: 100%;
    }
    .item_seller .right img{
        height: 100%;
        width: inherit;
    }
    .form-contact input{
        width: 100%;
    }
    .register .title_2{
        font-size: 28px;
    }
    .register .title_1{
        font-size: 16px;
    }
    .list-product{
        --columns: 2;
    }
    .product_hot .list-product{
        --spacing: 5px;
    }
    .item-product h3 a,.item-product h3{
        font-size: 12px;
        line-height: 1.3;
    }
    .product_hot .list-product .item-product{
        margin-bottom: 5px;
    }
    .item_seller .right{
        width: 50%;
    }
    .item_seller .right img{
        width: 100%;
        height: 100%;
    }
    .item_feedback{
        padding-left: 20px;
        padding-right: 20px;
    }
    .item_feedback .left{
        width: 80px;
    }
    .item_feedback .left .box_image{
        width: 80px;
        height: 80px;
    }
    .item_feedback .left h4{
        font-size: 14px;
    }
    .item_feedback .left p{
        font-size: 11px;
    }
    .products .list-product .price del{
        display: block;
    }
    .item_feedback .right{
        width: calc(100% - 95px);
        font-size: 11px;
        height: auto;
        padding: 10px;
        margin-left: 15px;
    }

    .list_truyenthong{
        --columns: 2;
        --spacing: 10px;
    }
    .item_truyenthong{
        height: 150px;
        margin-bottom: 10px;
    }
    .item_blog .box_image{
        height: inherit;
    }
    .item_blog .box_image img{
        height:initial;
        width: 100%;
    }
    .item_right{
        padding: 10px;
        height: 100px;
    }
    .item_right .left h4{
        font-size: 12px;
    }
    .item_right .left h5{
        font-size: 15px;
    }
    .item_right .right{
        width: 65px;
    }
    .about_us .box_image{
        margin-bottom: 15px;
    }
    .product_hot{
        margin-top: -10px;
        padding-top: 10px;
    }
    .quyenloi .title_home{
        font-size: 16px;
    }
    .item_right .left{
        width: calc(100% - 75px);
    }
    .support_fix a{
        width: 30%;
        height: 30px;
        font-size: 10px;
    }
    .box_support{
        width: 100%;
        text-align: center;
    }
    .bar_star{
        width: 150px !important;
    }
    #danhgia h4{
        margin-top: 15px !important;
    }
    .shop_table .product-remove {
        position: relative;
        width: 0;
    }
    .shop_table .product-remove a {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 24px;
        height: 24px;
        line-height: 18px !important;
        font-size: 18px !important;
    }
    .shop_table .product-name {
        min-width: 80px;
    }
    .shop_table .mobile-product-price {
        margin: 0.5em 0;
        display: block;
    }
    .shop_table .product-price {
        display: none;
    }
    .product-quantity {
        text-align: right;
    }
    .shop_table .product-subtotal {
        display: none;
    }
    .icon_search{
        position: inherit;
    }
    .header-action_dropdown{
        width: 100%;
        left: 0;
        top: 120px;
    }
    .item-product .box-image{
        height: 150px;
    }
    .item-product .box-image img{
        width: inherit;
    }
    aside .item-product .box-image{
        height: 250px;
    }
    .box_subcribe{
        padding: 20px;
        text-align: center;
    }
    .subcribe div strong{
        font-size: 20px;
    }
    .item-blog{
        margin-bottom: 20px;
    }
    .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
    .list-taxonomy{
        --columns:2;
    }
    .list-filter.d-flex{
        display: block !important;
    }
    .list-filter.d-flex .dropdown{
        display: inline-block;
        margin-bottom: 10px;
    }
    .filter.d-flex{
        display: block !important;
    }
    .filter .list-filter .dropdown ul.dropdown-menu.cols-3{
        width: 300px;
    }
    .filter .list-filter .dropdown ul.dropdown-menu.cols-3 li{
        width: 50%;
    }
    .status-product{
        right: 0px;
    }
    .product-related .list-product{
        --columns: 2;
    }
    .product-fix .product-info{
        display: none;
    }
    .g_id_signin{
        margin-left: 10px;
    }
    .list-category li{
        margin-right: 10px;
    }
    .banner img{
        height: auto;
    }
    .side-right .content-right{
        width: 100%;
    }
    .product-action button{
        font-size: 11px;
    }
    .product-action button span.icon{
        display: none;
    }
    .divider{
        display: none;
    }
    .rate-section,.fav-section,.origin-section,.sku-section{
        width: 50%;
        float: left;
    }
    .rating{
        display: block;
    }
    .cart-wrapper{
        border:none;
        padding:0;
    }
    .product-name div span{
        display: block;
        margin-right: 0px;
    }
    .formLogin, .formRegiter{
        padding: 10px;
    }
    .menu-member li a{
        padding: 10px 20px 10px 10px;
        font-size: 14px;
    }
    .pd-30{
        padding: 15px;
    }
    .table-responsive-md table{
        width: 1000px;
    }
    .quantity{
        display: none;
    }
    .top_bar_{
        justify-content: space-between !important;
    }
    .header-top .top_bar_ a{
        margin-left:0px;
    }
    .title_home {
        font-size: 20px !important;
        margin-bottom: 10px;
    }
    .item_feeback{
        padding:15px;
        padding-top:25px;
    }
}

