@import "mobi-modal.css";
@import "../style/ducphat-more.css";

@font-face {
    font-family: 'saminfood';
    src: url("../font/saminfood-Regular.eot") format("embedded-opentype"), 
    url("../font/saminfood-Regular.woff") format("woff"), 
    url("../images/saminfood.ttf") format("truetype"); 
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'saminfood';
    src: url("../font/saminfood-Italic.eot") format("embedded-opentype"), 
    url("../font/saminfood-Italic.woff") format("woff"), 
    url("../font/saminfood-Italic.ttf") format("truetype");
    font-style: italic; 
}

@font-face {
  font-family: 'saminfood';
  src: url("../font/saminfood-SemiBold.eot") format("embedded-opentype"), 
  url("../font/saminfood-SemiBold.woff") format("woff"), 
  url("../font/saminfood-SemiBold.ttf") format("truetype");
  font-weight: 700; 
}

@font-face {
  font-family: 'saminfood';
  src: url("../font/saminfood-SemiBoldItalic.eot") format("embedded-opentype"), 
  url("../font/saminfood-SemiBoldItalic.woff") format("woff"), 
  url("../font/saminfood-SemiBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; 
}
@font-face {
    font-family: "Courier New"; 
    src: url("../font/cour.ttf");
}

body{
    color: #59595b;
    font-family: 'saminfood' !important;
    /*font-family:arial,sans-serif !important;*/
    font-size: 14px;
    line-height: normal !important;
}
div#fadein_fadeout {
    position: fixed;
    top: 100px;
    left: 15%;
    z-index: 999999;
    display: none;
}
.posR,.relative{
    position: relative;
}
.posA,.absolute{
    position: absolute;
}
.marT10{
    margin-top: 10px !important;
}
.marT20{
    margin-top: 20px !important;
}
.marT30{
    margin-top: 30px !important;
}
.paddB10{
    padding-bottom: 10px !important;
}
.paddB20{
    padding-bottom: 20px !important;
}
.paddB30{
    padding-bottom: 30px !important;
}
.padd5{
    padding: 5px !important;
}
.vs-bgwhite {
    background: #fff !important;
}
.padd0{
    padding: 0 !important;
}
.modal{
    z-index: 99999999 !important;
}
.positionR{
    position: relative;
}
.admin-width-100{
    width: 100px !important;
}
.admin-width-150{
    width: 150px !important;
}
.admin-width-200{
    width: 200px !important;
}
.clearfix{
    clear: both;
}
.container{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.mbihead.posR {
    height: 60px;
}
.mbilogo img {
    max-width: 60px;
}
.mbilogo {
    position: absolute;
    /* padding: 16px 0 16px 10px; */
    left: 0px;
    top: 0px;
    padding: 5px;
}
/*** zalo ************/
.alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    border-color: #0089b9;
    opacity: .5;
}
.alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0,175,242,.5);
    opacity: .75;
    right: -10px;
}
.mobi-headtag img {
    width: 100%;
    height: auto;
}
a.zalo {
    position: fixed;
    bottom: 100px;
    z-index: 999999999999999;
    height: 49px;
    width: 50px;
    left: 25px;
}

a.zalo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 6px;
    top: -3px;
    z-index: 999999999999999;
}

a.stick-phone {
    position: fixed;
    bottom: 30px;
    z-index: 999999999999999;
    height: 49px;
    width: 50px;
    left: 25px;
}

a.stick-phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 999999999999999;
}
/*************/


header {
    /*background: linear-gradient(90deg, #3AC3C5 0%, #2B83A0 53.59%, #205F89 100%);*/
    width: 100%;
    height: 56px;
    text-align: center;
    position: fixed;
    z-index: 1;
}
.sale{
    /*position: absolute;
    top: 6px;
    right: 6px;*/
    display: inline-block;
    background: #FF5722;
    color: white;
    height: 3rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5rem;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    font-size: 13px;z-index: 9;
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}


.sale:before, .sale:after {content: "";position: absolute;background: inherit;height: inherit;width: inherit;top: 0;left: 0;z-index: -1;-webkit-transform: rotate(30deg);transform: rotate(30deg);}

.sale:after {-webkit-transform: rotate(60deg);transform: rotate(60deg);}



@-webkit-keyframes beat {

from {

-webkit-transform: rotate(-20deg) scale(1);

transform: rotate(-20deg) scale(1); }

to {

-webkit-transform: rotate(-20deg) scale(1.1);

transform: rotate(-20deg) scale(1.1); } }

@keyframes beat {

from {

-webkit-transform: rotate(-20deg) scale(1);

transform: rotate(-20deg) scale(1); }

to {

-webkit-transform: rotate(-20deg) scale(1.1);

transform: rotate(-20deg) scale(1.1); } }

@media (min-width: 768px) and (max-width: 991px) {

.wrap-medium-header {

justify-content: space-between;

-webkit-justify-content: space-between; } }



@-moz-keyframes bounce {

0%, 20%, 50%, 80%, 100% {

-moz-transform: translateY(0);

transform: translateY(0);

}

40% {

-moz-transform: translateY(-10px);

transform: translateY(-10px);

}

60% {

-moz-transform: translateY(-3px);

transform: translateY(-3px);

}

}

@-webkit-keyframes bounce {

0%, 20%, 50%, 80%, 100% {

-webkit-transform: translateY(0);

transform: translateY(0);

}

40% {

-webkit-transform: translateY(-10px);

transform: translateY(-10px);

}

60% {

-webkit-transform: translateY(-3px);

transform: translateY(-3px);

}

}

@keyframes bounce {

0%, 20%, 50%, 80%, 100% {

-moz-transform: translateY(0);

-ms-transform: translateY(0);

-webkit-transform: translateY(0);

transform: translateY(0);

}

40% {

-moz-transform: translateY(-10px);

-ms-transform: translateY(-10px);

-webkit-transform: translateY(-10px);

transform: translateY(-10px);

}

60% {

-moz-transform: translateY(-3px);

-ms-transform: translateY(-3px);

-webkit-transform: translateY(-3px);

transform: translateY(-3px);

}

}
/**********/
/*.mobi-headtag{
    background: url(../images/mbi-head.png) no-repeat center center;
    height: 100px;
}*/

.left-container header img {
    height: auto;
}
span#close-menu {
    position: absolute;
    top: 11px;
    font-size: 28px;
    color: #fff;
    right: 5px;
}
.main-container {
    width: 100%;
    min-width: 240px;
    /*background-color: white;*/
    min-height: 100%;
    -webkit-transition: transform 150ms ease;
    -o-transition: transform 150ms ease;
    transition: transform 150ms ease;
}

header #open-menu {
    display: inline-block;
    /*margin-left: 10px;
    margin-right: 12px;*/
    float: left;
    outline: 0;
    cursor: pointer;
    color: #212121;
    font-size: 28px;
}
.left-container {
    position: absolute;
    left: -240px;
    width: 240px;
    background-color: white;
    display: none;
    height: 100%;
}
.left-container.open {
    display: block;
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
    z-index: 999999999;
    position: fixed;
}


.right-container {
    position: absolute;
    right: -240px;
    width: 240px;
    background-color: white;
    display: none;
    height: 100%;
}
.right-container.open {
    display: block;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 99999999999;
    position: fixed;
}


.main-container.open {
    overflow-x: hidden;
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
}
.main-container.open:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
    display: block;
    top: 0;
    left: 0;
    opacity: .5;
}
/*
##┌────────────────────────────────────────────────┐     
  ## Note: phần main menu click 
##└────────────────────────────────────────────────┘
*/
.dieutri-pic{
    height: auto;
}
.mobi-head img {
    width: 100%;
    height: auto;
}
.owl-nav{
    display: block;
}
.mobi-slide{
    position: relative;
    height: auto;
}
.owl-prev,
.owl-next{
    top:-50px !important;
}
.footer {
    margin-top: 5rem;
    background: #f7f7f7;
    border-top:2px solid #006699;
}
.event-mod-title {
    padding: 0 15px;
}
.home-gt-text,
.tintuc-main-one,
.tintuc-detail-text,
.tintuc-detail-title,
.module-in-title-left {
    padding: 0 10px;
    line-height: 25px
}
.tintuc-detail-text img{
    width: 100% !important;
    height: auto !important;
}
.mobi-social {
    text-align: center;
    padding: 10px 0 15px 0;
}
.mobi-social a {
    padding: 0 5px;
}
.mobi-menu >ul,
.mbi-showsp > ul {
    padding: 0;
    margin: 0;
    line-height: normal;
}
.mobi-menu > ul > li,
.mbi-showsp > ul > li {
    border-bottom: 1px solid #c7c7c7;
    padding: 8px 0;
    position: relative;
}
.mobi-menu > ul > li >a,
.mbi-showsp > ul > li > a {
    color: #757575;
    font-size: 15px;
    /*text-transform: uppercase;*/
    padding-left: 7px;
    display: inherit;
}
.mobi-menu > ul > li > a > i{
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 17px;
}
.mobi-menu > ul > li >a:hover,
.mobi-menu > ul > li >a:focus,
.mbi-showsp > ul > li >a:hover,
.mbi-showsp > ul > li >a:focus{
    text-decoration: none;
}
.mobi-menu > ul > li > ul,
.mbi-showsp > ul > li > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -7px;
    display: none;
}
.mbi-showsp > ul > li > ul.open,
.mobi-menu > ul > li > ul.open{
    display: block;
}
ul.sub-menu.open > li > a > img {
    max-width: 25px;
}
.mobi-menu > ul > li >ul.item-show-logout{
    display: block !important; 
}

ul.x-danhmucsanpham {
    margin: 8px 0 -8px 0 !important;
    display: none;
}
.mobi-menu > ul > li >ul > li,
.mbi-showsp > ul > li > ul > li{
    border-top:1px solid #ccc;
    background: #faf9f6;
}
.mobi-menu > ul > li >ul > li >a,
.mbi-showsp > ul > li > ul > li > a{
    font-size: 13px;
    padding: 10px 5px 10px 15px;
    display: block;
    color: #757575;
    text-transform: lowercase;
}
.box_contact{
    padding: 0 15px;
}
.lienhe-info {
    padding: 10px 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.mobi-tintuc-global >ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobi-tintuc-global >ul >li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}
.mobi-tintuc-global >ul >li:last-child{
    border-bottom: none;
}
.supp-cat-pic{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.tintuc-lq-text{
    padding: 0 10px 10px 10px;
}
.tintuc-lq-title h2 {
    padding-left: 10px;
}
.dieutri-pic2{
    height: auto;
}
.web-margin-20{
    margin: 0 0 15px 0;
}
.nivo-controlNav{
    display: none;
}
.foot_act img{
    /*width: 100% !important;*/
    height: auto !important;
}
.menu-mobi {
    position: absolute;
    top: 15px;
    right: 10px;
    background: #e9ecf5;
    color: #21409a;
    border-radius: 3px;
}
.menu-mobi span{
    font-size: 20px;
    padding: 10px;
}
input.form-control.f-text {
    position: absolute;
    top: 13px;
    right: 10px;
}
input.f-search {
    position: absolute;
    right: 20px;
    top: 24px;
}
.mobi-menu.close{
    display: none;
}
li.comeback a {
    color: #428bca !important;
}

/*** menu-homemobi *********************/
.mobinaze{
    /*background: url(../images/BGM.jpg) no-repeat top center;*/
    box-shadow: 0 1px 1px #1b1b1ba3;
}
.mobi-homemenu {
    overflow-x: auto;
    /*background: linear-gradient(to right, #817d7d, #7e7e7c);*/
    padding: 5px 0;
    background: url(../images/icon-banner.jpg) repeat center center;
}
.mobi-homemenu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width: 100%;
    display: table;
}
.mobi-homemenu >ul >li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
}
.mobi-homemenu >ul >li > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.hide-menupage.open{
    display: block;
}
.mobi-homemenu >ul >li > ul > li {
    text-align: left;
}
.mobi-homemenu >ul >li >a {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
.mobi-homemenu > ul > li.active > a {
    color: #000;
}
.mobi-homemenu >ul >li >a:hover,
.mobi-homemenu >ul >li >a:focus{
    text-decoration: none;
}
.theme-module {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    /* background: linear-gradient(90deg, #CC0000 0%, #d13b3b 53.59%, #f36464 100%); */
    background: linear-gradient(90deg, #8DC63F 0%, #7fa748 53.59%, #a4d165 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.theme-module span{
    padding: 0 5px 0 10px;
    text-transform: uppercase;
    color:#fff;
    font-size:16px;
    letter-spacing: 0.5px;
}
.gioithieu-text,
.gioithieu-text p{
    text-align: justify !important;
    /*padding: 0 15px;*/
}
.gioithieu-text img {
    width: 100%;
    height: auto;
}
.f-information{
    color:#000;
    padding: 10px 5px 50px 5px;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
}
.f-information span {
    font-size: 18px;
    font-family: initial;
}
.shopcat-global-out > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shopcat-global-out > ul >li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}
.shopcat-global-out > ul >li:last-child{
    border-bottom: none;
}
.mobi-shopcat-pic img {
    width: 100%;
    height: auto;
}
.mobi-shopcat-title {
    text-align: center;
    padding: 10px 0 0 0;
}
.mension-v {
    padding: 0 15px;
}
.mobi-axs{
    padding: 0 0 0 5px !important;
}
.mobi-plan-global {
    padding: 15px;
}
.mobi-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.mobi-time {
    color: #b7b7b7;
    padding: 5px 0;
}
.mobi-text img {width: 100%;height: auto;padding-bottom: 10px;}
.news-relate-show {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.news-relate-show span {
    padding-left: 10px;
    font-size: 16px;
}
.news-relate >ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-relate >ul >li {
    padding-left: 10px;
    line-height: 30px;
}
.news-relate >ul >li > a:hover{
    text-decoration: none;
}
.lienhe-text {
    padding: 10px 15px 0 15px;
    text-align: justify;
}
.mobi-lienhe-global {
    padding: 0 15px;
}
.lienhe-text2 {
    padding: 0 15px;
}
/*** call-mobi **********************/

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75 !important;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/mobi-call.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #0089B9;
    background-size: 70%;
}
.mypage-alo-phone {
    position: fixed;
    bottom: 0;
    left:0;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.shop-mobi-global {
    padding: 10px 15px;
}
.shop-pic img {
    width: 100%;
    height: auto;
}
.shop-text p {
    line-height: 25px;
}
.shop-title {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}
.mobi-search-global > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobi-search-global >ul >li {
    border: 1px solid #ccc;
    margin: 0 0 13px 0;
    padding: 10px;
}
.mobi-search-global {
    padding: 0 15px;
}
/*
##┌────────────────────────────────────────────────┐     
  ## Note: 
##└────────────────────────────────────────────────┘
*/
form#xfrsearch {
    position: relative;
}
button.mobi-search {
    position: absolute;
    background: none;
    border: none;
    right: 12px;
    top: 15px;
    font-size: 20px;
}
.mobi-footer {
    padding: 20px 0;
    background-color: #9CDD0E;
    color: #fff;
    line-height: 25px;
    border-top:1px solid #fff;
}
.mobi-footer a{
    color: #fff;
}
.slide-duan-pic {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
    height: 160px;
    position: relative;
}
.slide-duan-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-height: 155px;
}
.slide-duan-title {
    text-align: center;
    padding: 8px 0;
    height: 50px;
    vertical-align: middle;
    width: 100%;
    color:#fff;
}
.mobi-bg-astitle{
    background:#b07b3b;
    color:#fff; 
}
.mobi-bg-astitle {
    background: #b07b3b;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}
.mobi-editpicture .news-hometext img,
.mobi-editpicture .news-bodytext img{
    width: 100%;
    height: auto;
}
.no-data{
    padding: 0 0 20px 0;
}
.border_img_news{
    padding-right: 10px;
}
.news-lienquan {
    border-bottom: 1px solid #ccc;
    margin: 15px 0 10px 0;
    padding-bottom: 7px;
}
.news-lienquan-body td{
    padding-bottom: 8px;
}
.shop-lienquan {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 16px;
    margin-top: 20px;
}
.mobi-detailsp-title {
    font-size: 20px;
    padding-bottom: 10px;
}
.mobi-detailsp-pic img {
    width: 100%;
    height: auto;
}
.mobi-detailsp-text {
    padding: 15px 0;
}
.mobi-detailsp-text img {
    width: 100%;
    height: auto;
}
.page-title2 {
    background: #d4d4d4;
    margin-top: -1px;
    margin-bottom: 15px;
    padding: 10px 0;
}
.theme-module.pagetitle2 {
    margin-bottom: 20px;
}
.page-title2 a {
    color: #000;
    font-size: 14px;
}
.page-title2 i{
    padding-left: 15px;
}
.mobi-head {
    /*height: 180px;*/
}
.mbi-themes{
    height: 100px;
    line-height: 100px;
    background: url(../images/bannernew3.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    /*margin-bottom: 20px;*/
    text-align: -webkit-center;
}
.mbi-themes span {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    text-shadow: 2px 0px #141414;
    font-weight: bold;
    letter-spacing: 4.5px;
}
/*
##┌────────────────────────────────────────────────┐     
  ## Note: 
##└────────────────────────────────────────────────┘
*/
.start-animate {
    z-index: 99999999999999999 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite;
}
.sang_header {
    position: absolute;
    top: 13px;
    left: -8px;
}
.left-container header {
    position: relative;
    margin: auto;
}
img.start-animate.sang_header {}
@keyframes star {
    0% {
        transform: rotate(0) scale(0);
    }
    50% {
        transform: rotate(180deg) scale(1.5);
    }
    100% {
        transform: rotate(360deg) scale(0);
    }
}
img.first-logo {
    width: 100%;
    height: auto;
}

/*@media(max-width: 1024px) {
    img.start-animate.sang_first {
        position: absolute;
        top: 96px;
        left: 169px;
    }
}*/

.first-top {
    position: relative;
}
@media(min-width: 768px) {
     img.start-animate.sang_first {
        position: absolute;
        top: 65px;
        left: 120px;
    }
}

@media(min-width: 567px) {
     img.start-animate.sang_first {
        position: absolute;
        top: 65px;
        left: 160px;
    }
}


@media(max-width: 640px) {
    .slide-duan-pic{
        height: 200px;
    }
    .slide-duan-pic img {
        max-height: 155px;
    }
    
    .sang_first {
        position: absolute;
        top: 20px;
        left: 46px;
    }
}
/*@media(min-width: 414px){

    .sang_first {
        position: absolute;
        top: 29px;
        left: 54px;
    }
}
@media(max-width: 375px){

    .sang_first {
        position: absolute;
        top: 19px;
        left: 44px;
    }
}*/

@media(max-width: 360px){

    .slide-duan-pic{
        height: 160px;
    }
    .slide-duan-pic img {
        max-height: 80px;
    }
    .sang_first {
        position: absolute;
        top: 19px;
        left: 44px;
    }
}
.left-head {
    height: 246px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.left-head img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 155px;
}
.sanpham-lienquan,
.theme-doitac,
.nhanhang-global,
.gianhang-title, 
.gianhang-title2 {
    background: #02518c url(../images/icon-dog-white.png) no-repeat left 10px center;
    padding: 7px 0;
    margin-bottom: 20px;
}
.sanpham-lienquan span,
.theme-doitac span,
.nhanhang-global span,
.gianhang-title span,
.gianhang-title2 span {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 40px;
}
.gianhang-title3{
    background: #02518c;
    padding: 7px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.home-pic-sanpham {
    height: 190px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.home-pic-sanpham img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*max-height: 155px;*/
    max-height: 155px;
    max-width: 147px;
}
.home-pic-tieude{
    color:#000;
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 7px;
}
input.form-control.search-text {
    position: absolute;
    top: 12px;
}
.mobi-copyright {
    padding: 15px 0;
    text-align: center;
}
/*
##┌────────────────────────────────────────────────┐     
  ## Note: 
##└────────────────────────────────────────────────┘
*/
.megamenu.drop-menu{
    border-top: 1px solid #ccc;
    /*overflow-x: auto;*/
    display: none;
    width: 100%;
    height: 300px;
    overflow: auto;
    margin-top: 8px;
}
.megamenu.drop-menu1{
    overflow-x: auto;
    display: none;
    /*width: 100%;
    height: 250px;
    overflow: auto;*/ 
}
.megamenu.drop-menu > ul{
    /*white-space: nowrap;
    display: table;*/
    width: 100%;
    padding: 0;
    /*margin: 0;*/
    margin-bottom: -10px;
}
.megamenu.drop-menu1 > ul {
    width: 100%;
    padding: 0;
}
.megamenu.drop-menu >ul > li{
    display: inherit;
    vertical-align: middle;
    padding: 10px 20px;
    /*border-bottom: 1px solid #f3f3f3;*/
    border-top: 1px solid #f3f3f3;
}
.megamenu.drop-menu1 >ul > li{
    display: inherit;
    vertical-align: middle;
    padding: 10px 20px;
    /*border-bottom: 1px solid #f3f3f3;*/
    border-bottom: 1px solid #f3f3f3;
}
.megamenu.drop-menu >ul > li:first-child{
    border-top: none;
}
.megamenu.drop-menu ul > li > ul {
    padding-left: 0px;
    /*display: none;*/
}
.megamenu.drop-menu >ul > li > ul > li{
    text-decoration: none;
    list-style-type: none;
    /*border-bottom: 1px solid #f3f3f3;*/
    padding: 5px 0;
}
.megamenu.drop-menu >ul > li > ul > li > a{
    font-size: 12px;
    text-transform: lowercase;
    color:#212121;
}
.Gioithieu-global {
    padding: 0 15px;
    line-height: 25px;
    text-align: justify;
}
div#up img {
    width: 100% !important;
    height: auto !important;
}
div#up {
    width: 100% !important;
}
.theme-homefay {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 15px 0;
    border-radius:5px;
}
.theme-homefay > ul {
    padding:0;
    margin:0;
    list-style:none;
}
.theme-homefay > ul > li{
    line-height:25px
}
.quangcao-theme {
    height: 250px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.quangcao-theme img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 230px;
}
.nhanhang-pic {
    height: 140px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.nhanhang-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 100px;
}
.nhanhang-out{
    margin-bottom: 20px; 
}
.mobi-doitac {
    margin-bottom: 15px;
}
.mobi-doitac .owl-prev,
.mobi-doitac .owl-next{
    top:110px !important;
}
.foot-icon{
    text-align: center;
}
.foot-icon img {
    max-width: 60%;
    height: auto;
}
.col-xs-12.col-sm-12.mobi-detail-pic img {
    width: 100%;
    height: auto;
}
.col-xs-12.col-sm-12.mobi-detail-pic {
    margin-top: 10px;
}
.col-xs-12.col-sm-12.mobi-detail-title {
    font-size: 20px;
}
.tintuc-main-one,
.mobi-shop-text{
    line-height: 25px;
    text-align: justify;
}
.owl-controls{
    display: none;
}
.shop-product-text {
    padding: 0 15px;
}
.moon-title h2 {
    font-size: 25px;
}

.fixed-button {
    position: fixed;
    top: 25%;
    text-align: center;
    z-index: 20;
    left: 24px;
    margin-right: 22px;
}


/* ----------- Galaxy S9 ----------- */
 
/* Portrait and Landscape */
@media screen
  and (device-width: 360px) 
  and (device-height: 740px) 
  and (-webkit-device-pixel-ratio: 3) {
    .fixed-button {
        position: fixed;
        top: 25%;
        text-align: center;
        z-index: 20;
        left: 46px;
    }
}
 
/* Portrait */
@media screen
  and (device-width: 360px) 
  and (device-height: 740px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
    .fixed-button {
        position: fixed;
        top: 25%;
        text-align: center;
        z-index: 20;
        left: 46px;
    }
}
 


/* ----------- iPhone 5 and 5S ----------- */
 
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
 
}
 
/* Portrait */
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}
 
/* Landscape */
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
 
}
 
/* ----------- iPhone 6 ----------- */
 
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .fixed-button {
        position: fixed;
        top: 28%;
        text-align: center;
        z-index: 20;
        right: 3px;
    }
}
 
/* Portrait */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .fixed-button {
        position: fixed;
        top: 28%;
        text-align: center;
        z-index: 20;
        right: 3px;
    }
}
 
/* Landscape */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .fixed-button {
        position: fixed;
        top: 60%;
        text-align: center;
        z-index: 20;
        right: 50px;
    }
}
 
/* ----------- iPhone 6+ ----------- */
 
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .fixed-button {
        position: fixed;
        top: 23%;
        text-align: center;
        z-index: 20;
        right: 43px;
    }
}
 
/* Portrait */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .fixed-button {
        position: fixed;
        top: 23%;
        text-align: center;
        z-index: 20;
        right: 43px;
    }
 
}
 
/* Landscape */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .fixed-button {
        position: fixed;
        top: 66%;
        text-align: center;
        z-index: 20;
        right: 123px;
    }
 
}
/* ----------- Asus Nexus 7 ----------- */
/* Landscape */
@media screen
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {
    .fixed-button {
        position: fixed;
        top: 72%;
        text-align: center;
        z-index: 20;
        right: 219px;
    }
}
/* ----------- Asus Nexus 10 ----------- */
/* Landscape */
@media screen
  and (device-width: 800px) 
  and (device-height: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {
    .fixed-button {
        position: fixed;
        top: 80%;
        text-align: center;
        z-index: 20;
    }
}
.header-intro img{
    height: 30px;
}
.header-intro{
    z-index: 9;
    top: 10px;
    margin-bottom: -130px;
}
.plotoon-intro a:hover,.fay-intro a:hover, 
.palma-intro a:hover, .boola-intro a:hover{
    opacity: 0.6;
}
.responsive{
    width: 100%;
    height: auto;
}
.ws_images ul{
    padding: 0;
}
.language{
    padding-top: 19px;
}
.fixed-div{
    padding-bottom: 55px;
}
.fixed-div.open {
    padding-bottom: 0;
    /*background: url(../images/BGM.jpg) no-repeat top center;*/
    background: #fff;
    position: fixed;
    top: 0;
    height: 60px;
    width: 102%;
    z-index: 99999;
    box-shadow: 0 1px 1px #000;
}
.fixed-div.open div.fixicon img{
    display: block;
}
.fixed-div.open div.fixicon {
    text-align: center;
    text-align: -webkit-center;
}
.fixicon img {
    max-width: 78px;
    display: none;
}
.ws-title, #wowslider_engine, .ws_bullets{
    display: none!important;
}
.ws_images ul li{
    text-decoration: none;
    list-style-type: none;
}
.home-shop-title a,
.home-pic-tieude a{
    color: #212121;
}
.home-shop-title {
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 7px
}
.mobi-onetime {
    background-color: #fff;
    margin: 10px 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
.mobi-newspic img {
    max-width: 70px;
}
.mobi-vechungtoi-home {
    line-height: 25px;
}
.mobi-headtop {
    text-align: center;
}
.mobi-headtop img {
    max-width: 127px;
}
.mobi-flag {
    display: flex;
    align-items: center;
    height: 54px;
}
.mobi-hidden-field {
    position: absolute;
    left: -23px;
    top: 56px;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 8px;
    width: 107px;
    border-radius: 5px;
    z-index: 99999;
}
.mobi-hidden-field a {
    padding: 7px;
}
.mobi-hidden-field > ul {
    list-style: none;
    padding: 0 15px;
    background: #bbb;
    margin: 0;
}
.mobi-hidden-field > ul > li {
    padding: 5px 0 4px 0;
}
.mobievent-pic img {
    max-width: 154px;
}
.eventgroupnow {
    padding: 10px;
}
.event-title {
    color: #212121;
    padding: 7px 0;
}
.event-text {
    color: #212121;
}
.mobisp-homepic img {
    max-width: 100px;
    max-height: 150px;
}
.spout-global {
    border-bottom: 1px solid #ccc;
    margin: 10px;
}
.slogan-content img {
    width: 100%;
    height: auto;
}
.logo-doitac {
    background: #fff;
    margin-bottom: 15px;
}
.logo-doitac > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: table;
    list-style: none;
}
.logo-doitac > ul > li {
    width: 20%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}
.logo-doitac > ul > li > a > img {
    max-width: 53px;
}
.text.col-md-10 h4{
    font-size: 28px;
    line-height: 48px;
    line-height: 3rem;
    color: #0070b8;
    font-family: camingodos-web,sans-serif;
    text-align: center;
}
.icon.col-md-2 {
    text-align: center;
}
.text.col-md-10 img {
    max-width: 18px;
    max-height: 18px;
}
.text.col-md-10 p {
    line-height: 25px;
}
.footer-main {
    color: #fff;
    min-height: 150px;
    line-height: 25px;
    padding: 0 5px;
    /*background: #000;*/
    background: url(../images/footer.png) repeat-y top center;
}
.foot-bold {
    font-family: camingodos-web,sans-serif;
    font-size: 16px;
}
.foot-text > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.foot-text > ul > li {
    padding: 0 0 0 15px;
    line-height: 25px;
}
.foot-text > ul > li > a {
    color: #fff;
    font-size: 12px;
}
.foot-text {
    margin-bottom: 15px;
}
.left-lion {
    /* background: url(../images/bgfoot.jpg) no-repeat center center; */
    height: 60px;
    text-align: center;
    /*background: linear-gradient(90deg, #3AC3C5 0%, #2B83A0 53.59%, #205F89 100%);
    text-align: center;
    padding: 3px 0px;*/
    line-height: 60px;
    background: #e9ecf5;
}
.left-lion img {
    max-width: 60px;
    padding: 3px 0;
}
.hide-menupage{
    display: none;
}
.hide-menupage > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.hide-menupage > ul > li {
    padding: 5px 10px;
}
.tintuc-detailtext img {
    width: 100%;
    height: auto;
}
.tintuc-detailtext table {
    width: 100%;
}
.tintuc-detailtext {
    line-height: 20px;
}
.columns-6 iframe, 
.columns-6 img {
    width: 100%;
    height: auto;
}
ul.social-networks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    margin:10px 0 30px 0;
    padding: 0 27px;
}
ul.social-networks > li {
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}
ul.contact-info-lists {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info-lists .address {
    background: url(../images/icon-address.png) no-repeat 0 12px;
}
li.address p,
li.phone a{
    padding-left: 27px;
    display: flex;
    align-items: center;
}
.contact-info-lists .phone {
    background: url(../images/icon-phone.png) no-repeat 0 0px;
    margin-bottom: 15px;
}
.contact-info-lists .fax {
    background: url(../images/icon-fax.png) no-repeat 0 -1px;
    margin-bottom: 15px;
}
li.fax {
    padding-left: 26px;
}
.contact-info-lists .email {
    background: url(../images/icon-email.png) no-repeat 0 1px;
}
li.email a {
    padding-left: 27px;
}
p.sptitle {
    /*font-weight: bold;*/
    letter-spacing: 0.5px;
}
.spout-global:last-child{
    border-bottom: none;
}
.contentproduct-detail-title {
    font-size: 20px;
    letter-spacing: 0.5px;
}
.contentproduct-detail-pic img {
    max-width: 300px;
}
.contentproduct-detail-text {
    line-height: 20px;
}
.splienquan {
    background: #bbb;
    padding: 10px;
    color: #fff;
}
.cattile-homepage {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.cattile-homepage i {
    font-size: 8px;
}
.slogan-content p {
    text-align: justify;
    line-height: 25px;
}
.home-gioithieu-men {
    line-height: 25px;
}
.dome-btn {
    letter-spacing: 0.75px;
    border-radius: 50px;
    border: none;
    width: 100%;
    font-size: 15px;
    padding: 13px;
    /* font-weight: 600; */
    line-height: 40px;
    border: none;
    transition: all .3s ease-out;
    /* background-color: #ada996; */
    /* background: linear-gradient(
270deg, #3AC3C5 0%, #2B83A0 53.59%, #205F89 100%) var(--x, 0%)/var(--y, 100%); */
    /* text-align: right; */
    color: rgb(51, 153, 102);
}
.mobi-moregt {
    text-align: right;
    margin: 10px 0;
    position: absolute;
    top: 343px;
    width: 100%;
    background: #fff;
    right: -3px;
}
.col-md-10.giothieu-home {
    height: 392px;
    overflow: hidden;
    position: relative;
}
.ega-footer__top {
    /*padding-top: 2rem;
    padding-bottom: 2rem;*/
    padding: 2rem;
    background: #1d428a;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 457px;
}
.background-left {
    position: absolute;
    top: 4px;
    left: 0;
}
.background-right {
    position: absolute;
    top: 2px;
    right: 0;
}
.f-coypyright {
    padding: 1.5rem 0 8.5rem 0;
    color: #fff;
    /*background: linear-gradient(90deg, #101010 0%, #282121 53.59%, #0808086e 100%);*/
    /* margin: 0 -5px; */
    font-size: 14px;
    border-top: 1px solid #ccc;
    text-align: center;
}
.f-coypyright a {
    color: #fff;
}
.hometintuc-global {
    background: #f1f1f1;
    padding: 2rem 0;
}
.hometintuc-pic {
    width: 100%;
    height: 150px;
    padding: 5px 0;
}
.hometintuc-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}
.hometintuc-pic a {
    /*display: table-cell;
    vertical-align: middle;
    text-align: center;*/
}
.hometintuc-out > table.table td{
    border-top: none !important;
}
.hometintuc-more {
    text-align: right;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.hometintuc-text {
    color: #6e6e6e;
    height: 64px;
    overflow: hidden;
    text-align: justify;
}
.hometintuc-title {
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 6px;
}.homeduan span {
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 4px solid #ddd;
}

.homeduan {
    margin: 20px 0 20px 0;
}
.duanhome-title {
    display: table;
    height: 43px;
    line-height: 18px;
    margin-top: 5px;
}
.duanhome-title a {
    font-size: 17px;
}
.duanhome-more {
    position: absolute;
    right: 5px;
    bottom: 15px;
}
.marquee0 img {
    border: 2px solid #000;
    border-radius: 6px;
    margin: 0 5px;
}
.cattile-homepage span {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 3px double #000;
    font-weight: bold;
}

.cattile-homepage {
    padding: 0 5px;
}
.tintucnews-pic img {
    width: 100%;
    height: auto;
}

.tintucnews-main {
    padding: 0 15px;
}

.tintucnews-title a {
    font-size: 17px;
}

.tintucnews-title {
    margin-bottom: 7px;
}

.tintucnews-in {
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
}

.tintucnews-in:last-child {
    border-bottom: none;
}

.tintucnews-text {
    line-height: 25px;
}
.lienhe1 {
    /*padding-top: 2rem;*/
    line-height: 25px;
}
.lienheleft span {
    font-size: 10px;
    line-height: 15px;
}
.mobilienhe-body img {
    max-width: 100px;
}
.mobilienhe-body {
    margin-bottom: 2rem;
    /* border-top: 1px solid #ddd; */
    padding-top: 1rem;
}
.contentproduct-detail-text img {
    /*width: 100%;
    height: auto;*/
    max-width: 95%;
    max-height: 160px;
}
.tintuc-main-one img {
    width: 100%;
    height: auto;
}
.mobi-search {
    height: 55px;
    padding: 18px 0;
}
.mobi-search i {
    font-size: 22px;
    color: #212121;
}
span.showcard {
    position: absolute;
    background: red;
    border-radius: 100%;
    color: #fff;
    width: 18px;
    font-size: 14px;
    font-family: 'saminfood';
    height: 18px;
    line-height: 19px;
    text-align: center;
}
.cart-img i.fa.fa-shopping-cart {
    font-size: 25px;
    color: #0588DA;
}
span.cart-price {
    color: red;
    font-family: 'saminfood';
    font-weight: bold;
}
.no-color.giohang {
    padding: 12px 0px;
}
.tag-language {
    padding-top: 6px;
}
.mobis-hide {
    position: absolute;
    width: 100%;
    top: 55px;
    background: #fff;
    padding: 10px;
    display: none;
}
button.mobiB {
    border: none;
    position: absolute;
    right: 10px;
    top: 70px;
    font-size: 17px;
    background: #CC362A;
    color: #fff;
    height: 34px;
    width: 50px;
}
.col-md-10.giothieu-home {
    padding: 0 5px;
}
.shophot {
    text-align: center;
    border-bottom: 3px solid #335494;
    margin: 0 15px 21px 15px;
    line-height: 30px;
}
.shophot span {
    color: #335494;
    font-size: 22px;
    background: #fff;
    position: relative;
    top: 17px;
    padding: 0 10px;
    font-family: 'samin';
    text-transform: uppercase;
    font-weight: bold;
}
.homesp-inside {
    border: 1px solid #0D94E4;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #bde1e175;
}
.hometintuc-title {
    padding: 10px 10px 0 10px;
    text-align: center;
}
.hometintuc-title a {
    font-size: 16px;
    color: #000;
}
.shado {
    height: 11px;
    width: 100%;
    background: url(../images/shado.png) no-repeat top center;
    position: absolute;
    bottom: -11px;
    left: 0px;
}
.padd10 {
    padding: 10px !important;
}
.shopline {
    background: url(../images/line.png) repeat-x left top;
    height: 6px;
    margin-bottom: 10px;
}
.shopinside-price {
    /* margin-bottom: 10px; */
    height: 50px;
}
p.home-saleoff {
    margin-bottom: 5px;
    padding-left: 10px;
}
p.home-saleoff span {
    font-size: 14px;
    color: #da1111;
    text-decoration: line-through;
    color: #b5b1b1;
}
p.homeprice {
    color: red;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0 !important;
}
span.onlyprice,
span.onlyprice a {
    color: red;
    font-size: 18px;
    display: block;
    height: 40px;
    line-height: 35px;
    font-weight: bold;
}
.center{
    text-align: center;
}
.shopbuy {
    display: inline-block;
    /* background: url(images/dathang.png) no-repeat; */
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    background: #2c519b;
    margin: 13px 0 6px 0;
    padding: 4px 15px;
    border-radius: 3px;
    cursor: pointer;
}
.mobih-tintuc{
    padding: 20px 0 0 0;
}
.homeh-subject {
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 3px double #000;
}

.homeh-pic {
    height: 90px;
    border: 3px double #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
    background: #fff;
}
.homeh-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.homeh-title {
    padding-top: 8px;
}
.homeh-title {
    color: #212121;
    text-align: justify;
    font-size: 15px;
}
.mobih-outsidet {
    margin-top: 15px;
}
.f-csbanhang {
    border-radius: 8px;
    line-height: 25px;
    padding: 10px;
    min-height: 160px;
    margin: 0px 5px;
}
.f-csbanhang > ul{
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
}
li.fcongty {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    /* text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff; */
}
ul.finfo li i {
    color: #fff;
    font-size: 16px;
}
ul.footer-links > li > a {
    color: #fff;
}
.hitstat {
    text-align: center;
    padding: 20px 0;
}
a.sale.ffb {
    background: blue;
    color: #fff;
}
a.sale.fyt {
    background: #ca3737;
    color: #fff;
}
a.sale.fgg {
    background: red;
    color: #fff;
}
.f-social {
    text-align: center;
    margin-top: 20px;
}
.f-social a {
    margin: 0 15px;
}
.f-social i {
    font-size: 24px;
    position: relative;
    top: 3px;
}
.f-social img {
    max-width: 22px;
    position: relative;
    top: 2px;
}
.homeshop-percent {
    /* background: url(../images/sale-price.png) no-repeat center center; */
    background-size: contain;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    width: auto;
    font-weight: bold;
    height: 27px;
    width: 45px;
    z-index: 100000;
    background: red;
}
.homeshop-percent span {
    position: absolute;
    left: 13px;
    top: 6px;
}
.cattitle {
    margin: 15px 10px 0 10px;
    border-bottom: 3px double #000;
}
.cattitle span {
    font-size: 17px;
}
.mobisp-title {
    margin: 15px;
    font-size: 20px;
    font-weight: bold;
}
.mobisp-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mobisp-pic {
    height: 250px;
    width: 95%;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 8px;
    border-radius: 5px;
}
div#price-preview {
    font-size: 18px;
    width: max-content;
    padding: 10px 0 0 10px;
}
div#price-preview span {
    color: red;
    font-weight: bold;
}
.select-wrapper label {
    margin: 0 5px 0 0;
    font-size: 16px;
    font-family: 'saminfood';
}
.box_qty {
    margin: 0;
    max-width: 100px;
    position: relative;
}
.box_qty button {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 1px;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    line-height: 1;
    transition: all 0.2s ease-out;
    font-size: 16px;
    font-weight: bold;
    height: 37px;
}
.box_qty input {
    display: block;
    text-align: center;
    width: 100%;
    padding: 2px 20px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    line-height: 17px;
}
.tc.item-quantity {
    padding: 10px 20px 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d8d7d7;
}
button#add-to-cart {
    background: none;
    color: #000;
    padding: 12px 20px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #0072bb;
}
div#add-to-muangay {
    background: #3fc8f4;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
div#add-to-muangay:hover {
    background: #18AE54;
}
.box_qty button.qty-plus {
    right: 1px;
    border-radius: 0 3px 3px 0;
}
.select-wrapper {
    padding: 10px;
}
.select-wrapper label {
    margin-bottom: 5px;
}
.mobisp-text {
    padding: 0 10px;
    line-height: 25px;
    margin-top: 15px;
}
.product-indicators {
    padding: 0;
    /* padding: 0; */
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.product-indicators > li {
    height: auto;
    overflow: hidden;
    width: 60px;
    box-shadow: 0 0 2px rgb(0 0 0 / 40%);
    border-radius: 3px;
    border-radius: 6px;
    margin: 0 4px !important;
    height: 70px;
}
.product-indicators > li > a > img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    object-fit: contain;
    padding: 5px;
}
.pageinside {
    background-color: #fff;
    margin: 10px 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
.mobigtcpic img {
    width: 100%;
    max-height: 200px;
}
.mobigtv-title {
    font-size: 18px;
}
.mobigtcpic {
    padding: 10px 0;
}
.mobigtv-text {
    font-size: 14px;
}
.mobi-pagedefault {
    padding: 0 5px;
}
.pagedetail {
    padding: 0 10px;
    margin: 14px 0;
}
.pagedetail span {
    font-size: 22px;
    color: #428bca;
}
.giohang-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
.giohang-pic {
    height: 100px;
    width: 100%;
}
.giohang-price {
    padding: 10px 0;
    color: #6baec7;
    font-size: 18px;
}
span.solan {
    font-family: 'saminfood';
    font-size: 20px;
    color: red;
    font-weight: bold;
    padding-right: 10px;
}
input.capnhat-soluong {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 33px;
}
.del-giohang i {
    font-size: 22px;
}
.del-giohang {
    margin-top: 12px;
    max-width: fit-content;
    padding-left: 10px;
}
.tong-giohang {
    text-align: right;
    padding: 15px 7px;
    font-size: 15px;
}
.muasp-ngay {
    text-align: right;
    padding: 0px 10px 40px 0;
}
.mobi-giohang {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
a.logo {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.mobi-donhang-detail {
    background-color: #fff;
    margin: 10px 4px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
p.mobitext {
     color: #776565; 
}
p.mobitext span {
    font-weight: bold;
    color: #212121;
}
.mobi-xpay span {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.mobi-xemdh {
    position: absolute;
    right: 10px;
    top: 10px;
}
p.mobi-xpay {
    border-bottom: 1px solid #ccc;
    margin: 0 -10px 10px -10px;
    padding: 0 10px 6px 10px;
}
.xxmiddle td {
    vertical-align: middle !important;
}
.xadmin-group {
    border: 1px solid #ccc;
    padding: 10px 0;
}
.inside-sp {
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
}
.inside-sp:last-child {
    border-bottom: none;
}
.right-price span{
    font-size: 13px;
}
span.thaydoi-tt {
    border-bottom: 3px double #ccc;
    cursor: pointer;
}
span.thaydoi-tt:hover {
    border-bottom: 3px double #212121;
}
.bg-hotline {
    background: url(../images/bg-hotline.png) no-repeat;
    height: 74px;
    position: relative;
}
.bg-hotline span {
    position: absolute;
    top: 38px;
    left: 7px;
    font-size: 22px;
    color: #da2028;
    letter-spacing: 0.5px;
}
.mobi-flag a {
    padding-right: 20px;
    padding-top: 7px;
}
.mobi-flag img {
    height: 25px;
}
.giothieu-home h1 {
    font-size: 32px;
    text-align: center;
}
.flogo-kieuan {
    text-align: center;
    margin-bottom: 15px;
}
.flogo-kieuan img {
    max-width: 80px;
}
.mbihome-tintuc {
    padding: 0 10px;
}
.relax-mbihome-title {
    margin-bottom: 10px;
    text-align: justify;
}
.relax-mbihome-title a {
    font-size: 18px;
}
.homett-insititle a {
    font-size: 17px;
    font-family: 'saminfood';
}
.relax-mbihome-pic {
    height: 200px;
    width: 100%;
    margin-bottom: 15px;
}

.relax-mbihome-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relax-mbihome-text {
    text-align: justify;
    line-height: 25px;
}
/******************/
.mobitt_scroll{
 overflow-y: scroll;
 background: #fff;
 padding: 10px 0;
 height: 315px;
}
.mobitt_scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    opacity: 0.5;
    //background-color: #F5F5F5;
}

.mobitt_scroll::-webkit-scrollbar{
    width: 5px;
    opacity: 0.5;
    //background-color: #F5F5F5;
}
.insidembi-in {
    margin-bottom: 15px;
}
.mobitt_scroll::-webkit-scrollbar-thumb{
    border-radius: 10px;
    opacity: 0.5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    //background-color: #555;
}
.mbiphotopic {
    height: 150px;
    width: 100%;
}
.mbiphotopic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mbiphototle {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.allbum-in-pic {
    height: 150px;
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    padding: 3px;
}
.allbum-in-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.module-in-title-left span {
    font-size: 17px;
}
.module-in-title-left {
    padding: 10px;
}
.video-pic img {
    width: 100%;
}
.video-pic {
    position: relative;
}
.video-pic span {
    position: absolute;
    background: red;
    left: 46%;
    top: 40%;
    padding: 10px 16px;
    border-radius: 5px;
    color: #fff;
}
.video-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.showcard {
    /*background: url(../images/giohang.png) no-repeat;*/
    /* background: url(../images/cart.png) no-repeat; */
    width: 42px;
    height: 27px;
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    color: red;
    font-size: 15px;
    font-weight: bold;
    font-family: 'samin';
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 7px;
}
a.vitricart {
    position: absolute;
    right: 56px;
    top: 15px;
    background: #e9ecf5;
    border-radius: 3px;
}
.hometintuc-out div.col-xs-6.col-sm-6 {
    padding: 0 5px;
}
.homeprice{
    padding-left: 10px;
}
.mbi-titlesp {
    height: 30px;
}
.home-saleoff.textR {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding-left: 9px;
    font-family: 'saminfood';
}

p.home-saletext {
    text-align: center;
    color: #d70909;
    font-size: 16px;
    line-height: 30px;
}
.mbi-dathang {
    background: #FFCC01;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    border-radius: 0 0 5px 5px;
}
.tintuc-main-one {
    line-height: 30px;
}
/*************/
.globalgt-inside {
    height: 307px;
    overflow: hidden;
    font-size: 16px;
    text-align: justify;
    padding: 20px 10px;
    background: #ffffffd9;
    color: #3366FE;
    line-height: 25px;
}
.custom_scroll{
 overflow-y: scroll;
}
.custom_scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    opacity: 0.5;
    //background-color: #F5F5F5;
}

.custom_scroll::-webkit-scrollbar{
    width: 5px;
    opacity: 0.5;
    //background-color: #F5F5F5;
}

.custom_scroll::-webkit-scrollbar-thumb{
    border-radius: 10px;
    opacity: 0.5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    //background-color: #555;
}

.globalgt-out {
    background: url(../images/bg-gt.png) no-repeat;
    /*height: 500px;*/
    width: 100%;
}
.homesp-km {
    position: relative;
    border: 1px solid #ddd;
    padding: 40px 0px 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0;
    margin-top: 30px;
}
.center {
    text-align: center;
}
.title-pc {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    z-index: 1;
}
.title-product-km {
    /*background: #e01222;*/
    display: inline-block;
    color: #000;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 25px;
    background: #fff;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-family: saminfood;
    font-weight: bold;
}
.title-product-km span {
    color: #fdcb00;
}
.homesp-banner img{
    width: 100%;
}
.homekn-banner{
    margin-bottom: 40px;
}
.sanpham-khuyenmai{
    padding: 15px;
    position: relative;
}
.sanpham-khuyenmai div.owl-controls .owl-nav{
    position: absolute;
    top: 0;
}
.sanpham-khuyenmai div.owl-controls .owl-nav .owl-prev{
    position: absolute;
    left: -15 !important;
    top: 110px !important;
    background: url(../images/prev.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}

.sanpham-khuyenmai div.owl-controls .owl-nav .owl-next{
    position: absolute;
    top: 110px !important;
    left: 1236px !important;
    background: url(../images/next.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}
.mbi-spkhuyenmai{
    padding: 0 5px;
}
.categories-inside label {
    color: #ffff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.categories-inside {
    /*background: url(../images/bg-group.jpg) bottom center no-repeat;*/
    margin-bottom: 15px;
    padding: 15px 10px;
    background: linear-gradient(90deg, #FFCC01 0%, #e9c843 53.59%, #cdb244 100%);
}
.categories-inside label a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    /* font-family: 'samin'; */
}
.show-chosenparent .col-xs-6{
    padding: 0 5px;
}
/** begin doitac ********/
.heading {
    position: relative;
    z-index: 99;
    transform: translateY(51%);
}
.heading .header:before {
    right: calc(50px / 2 * -1);
    border-left: calc(50px / 2) solid #CC0000;
}
.heading .header:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: calc(50px / 2) solid transparent;
    border-bottom: calc(50px / 2) solid transparent;
}

.heading .header:after {
    left: calc(50px / 2 * -1);
    border-right: calc(50px / 2) solid #CC0000;
}
.heading .header:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: calc(50px / 2) solid transparent;
    border-bottom: calc(50px / 2) solid transparent;
}
.heading .header {
    width: fit-content;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-color: #CC0000;
    color: #fff;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 18px;
    text-transform: uppercase;
}


.heading .header .title_deco:before {
    left: -5px;
}
.heading .header .title_deco:before{
    content: '';
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.heading .header .title_deco:after {
    right: -5px;
}
.heading .header .title_deco:after {
    content: '';
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.body-sanpham .box-content {
    position: relative;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
}
.body-sanpham {
    margin: 0 auto;
}
/**end**********/
.f-csbanhang iframe{
    width: 100%;
    height: auto;
}
.mobiwweb {
    text-align: center;
    width: 100%;
    /* height: 120px; */
}
.mobiwweb img{
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}
a.sale.ffb i, a.sale.fyt i, a.sale.fgg i {
    font-size: 20px;
    position: relative;
    top: 4px;
}
a.sale.fzalo img {
    max-width: 22px;
}
.headsocial {
    text-align: center;
    margin: 13px 0;
}
.headsocial a {
    margin: 0 12px;
}
.mobisp-text img {
    width: 100%;
    height: auto;
}
.mbi-search {
    padding: 10px;
}
select[name=txt_danhmuc] {
    position: absolute;
    top: 11px;
    height: 33px;
    width: 90px;
    border: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
select[name=txt_danhmuc]:focus,
select[name=txt_danhmuc]:active{
    outline: none;
}
input[name=jquery] {
    padding:0 50px 0 10px;
}
.inside-leftcathome span {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.cathome-right a {
    color: #000;
    border-left: 2px solid rgba(0,0,0,.5);
    padding: 0 15px;
    white-space: nowrap;
    /*width: 100%;*/
    display: table-cell;
    font-size: 16px;
}
.cathome-right a:first-child {
    padding-left: 0;
    border-left: none;
}
.cathome-right {
    overflow-x: auto;
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.title-product-km i{
    color: yellow;
}
.hinhthuc-gfoot {
    margin-bottom: 17px;
}
.foot-bct {
    padding-left: 14px;
}
.hinhthuc-gfoot:last-child {
    margin-bottom: 0;
}
.mbi-themes.pagetitle2 {
    margin-bottom: 0;
}
.mbi-dknhap {
    padding: 17px 0;
    text-align: right;
    font-size: 16px;
}
.mbi-headtop img {
    width: 60%;
}
.mbi-headtop {
    padding: 6px 0;
    text-align: center;
}
.addgiohang {
    position: fixed;
    top: 20px;
    right: -340px;
    width: 300px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y;
    font-size: 16px;
    color: red;
    display: block !important;
    z-index: 99999999;
}
.addgiohang.error {
    /*border: 2px solid #ff3102;
    box-shadow: none;*/
}
.addgiohang.is-active {
    right: 20px;
}
p.addgh-title {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
}
.addgh-pic {
    width: 100%;
    height: 100px;
}
.addgh-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.addgh-tieude {
    color: #000;
    font-weight: bold;
}
.addgh-mausize {
    font-size: 14px;
    color: #000;
    margin: 10px 0 7px 0;
}
.addgh-price {
    font-size: 20px;
    color: red;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.addgh-xem {
    text-align: center;
    margin-top: 10px;
    padding: 0 6px;
}
.addgh-xem a {
    color: #000;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
a.modal-giohang.btn.btn-primary {
    color: #fff !important;
}
.mbi-menukm {
    overflow-x: auto;
    background: #a61014;
    padding: 5px 0;
}
.mbi-menukm > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width: 100%;
    display: table;
}
.mbi-menukm >ul >li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mbi-menukm >ul >li > a{
    color: #fff;
    padding: 0 20px 0 0;
}
.mbi-menukm >ul >li > a > i{
    padding: 0 5px;
}

/* đổi màu liên tục******/
.mbi-headphone {
    color: white;
    text-decoration: none;
    background: orange;
    padding: 10px;
    /* width: 80px; */
    text-align: center;
    font-size: 20px;
    font-family: saminfood;
    letter-spacing: 5.5px;
}
.mbi-headphone{
    animation: colorBackground 0.5s infinite;
    -webkit-animation: colorBackground 5s infinite;
    -moz-animation: colorBackground 5s infinite;
    -o-animation: colorBackground 0.5s infinite
    }
    @keyframes colorBackground {
    0% {
        background-color: yellowgreen;
        color: white;
    }
    50% {
        background-color: red;
        color: yellow;
    }
}
.mbi-headphone:hover {
    background: yellow;
    color: red;
}
.mbi-headphone:active {
    background: green;
}
/***********/
.homett-insidepic {
    width: 100%;
    height: 85px;
    margin-bottom: 20px;
}
.homett-insidepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.simply-scroll-clip > ul > li{
    margin: 0 5px;
}
p.shopdetail-goc {
    color: #bbb;
    text-decoration: line-through;
    font-size: 14px;
}
.downpic img {
    width: 100%;
    height: 100%;
}
.downpic {
    width: 128px;
    height: 128px;
}
.downtitle{
    margin:5px 0 30px 0;
}
.cattitle {
    border-bottom: 3px double #000;
    margin: 20px 15px;
}
.gfootpic img {
    max-width: 65px;
}
.global-categories {
    background: url(../images/bg-sanpham.png) repeat;
}
.homeQC img {
    width: 100%;
    height: auto;
}
.homes-tintuc {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'saminfood';
    padding-left: 10px;
    margin-bottom: 10px;
}
.homes-tintuc span {
    color: #fdcb00;
}
.homes-tintuc img {
    max-width: 35px;
}
.doitac div.item a {
    display: block;
    width: 100%;
    height: 100px;
}
.doitac div.item a img {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 8px;
    padding: 7px;
    object-fit: contain;
}
.iconpic{
    width: 100%;
    height: 50px;
}
.iconpic img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.icon-1-title{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.icon-1 {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    height: 150px;
    padding: 20px 10px;
    background: #2C6AA7;
}
.mbi-baohanh {
    /*background: linear-gradient(90deg, #6c7374 0%, #7a8489 53.59%, #4d5152 100%);*/
    padding: 25px 5px;
    background: url(../images/icon-banner.jpg) repeat center center;
}
.icon1-text{
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 30px;
    margin-top: 20px;
}
.saleoff img {
    max-width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.goidatmua {
    background: #18ae54;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 1px 12px;
    line-height: 22px;
    min-width: 180px;
    text-align: center;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}
.main-header img {
    max-width: 30% !important;
}
.splq-full > ul > li > a{
    padding: 10px 5px;
}
.shoptext-tab{
    padding: 20px 10px;
}
.shoptext-tab,
.shoptext-tab p,
.shoptext-tab span{
    font-family: saminfood !important;
}
.infopic2 {
    text-align: center;
}
.infopic2 img {
    max-width: 130px;
}
.bg-flashsale {
    background: url(../images/bg-flashsale.jpg) repeat;
    padding: 0 6px 20px 6px;
    overflow: hidden;
}
.icon-flashsale {
    text-align: center;
}
.icon-flashsale img {
    max-width: 150px;
}
.globalsp {
    border: 1px solid #0D94E4;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    overflow: hidden;
    /* height: 205px; */
}
.shoptitle {
    /* text-overflow: ellipsis; */
    /* margin-bottom: 5px; */
    height: 44px;
    overflow: hidden;
    margin: 10px 0;
    text-align: -webkit-center;
}
.shoptitle a {
    font-size: 18px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
}
.chonmua span {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 10px;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    cursor: pointer;
}
.shoppic {
    height: 140px;
    width: 100%;
    overflow: hidden;
}
.shoppic img, 
.shoppic-dispro img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease-out;
}
.globalsp-home {
    /*background: url(../images/bgsanpham.png) left top;*/
    padding: 10px 0;
    background: #ECF9FE;
}
.homesubject-sanpham {
    background: url(../images/tcat.svg) bottom center / 153px 15px no-repeat;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.homesubject-sanpham span {
    color: #fdcb00;
}
.homesubject-sanpham, 
.homesubject-sanpham span {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-family: saminfood;
}
.homesubject-sanpham{
    margin: 20px 0 10px 0px;
}
.infopic img {
    max-width: 99px;
}
.infopic {
    text-align: center;
}
.footmap iframe {
    width: 100%;
    height: 260px;
}
.foot-gtitle {
    height: 40px;
    line-height: 60px;
    padding-left: 3px;
    font-size: 20px;
    font-family: saminfood;
    text-transform: uppercase;
    /* margin-bottom: 10px; */
}
.foot-gtitle span {
    font-size: 20px;
    /* color: #fdcb00; */
}
span.shopdetail-goc {
    color: #5f5757 !important;
    font-size: 14px;
    padding-left: 10px;
    text-decoration: line-through;
}
.chonmua.buy-fast {
    height: 40px;
    width: 40px;
    border: 1px solid #0072bb;
    background: #0072bb;
    border-radius: 100%;
    position: absolute;
    right: 3px;
    bottom: 8px;
    cursor: pointer;
    box-shadow: -1px 6px 19px rgba(0, 114, 187, 0.2) !important;
}
.chonmua.buy-fast i {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.foot-gtitle.vsmau {
    text-align: center;
}
button.timkiem-but {
    /* position: absolute; */
    /* right: 11px; */
    /* top: 10px; */
    border: none;
    background: none;
    color: #fff;
    font-size: 15px;
    background: #3FC8F4;
    height: 35px;
    width: 40px;
    line-height: 33px;
}
.h-timkiem input {
    width: 83%;
    border-radius: 0;
    padding: 0 0 0 10px;
    height: 35px;
    float: left;
    margin-left: 10px;
}
select.form-control.searnhom {
    width: 40%;
    position: absolute;
    right: 51px;
    top: 10px;
    border-radius: 0;
}
.h-timkiem.posR {
    position: relative;
    /* padding: 10px; */
    overflow: hidden;
    display: none;
    height: 45px;
}
.showcard::after {
    content: "\f07a";
    position: absolute;
    font-size: 18px;
    left: 10px;
    bottom: 4px;
    color: #000;
}
.mbisearch {
    background: #e9ecf5;
    max-width: fit-content;
    padding: 6px 13px;
    position: absolute;
    right: 107px;
    top: 15px;
    border-radius: 3px;
}
.wpsm-banner-image{
    background-color: #d2eaee7d;
    position: absolute;
    top: 0;
    height: 155px;
    width: 95%;
}
.wpsm-banner-image2{
    background-color: #e6dadaad;
    position: absolute;
    top: 0;
    height: 155px;
    width: 95%;
}
.elementor-widget-pic {
    height: 150px;
    width: 100%;
}

.elementor-widget-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.elementor-widgetitle {
    position: absolute;
    top: 52px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background: transparent;
}
.elementor-xemngay span {
    background: #6ec1e4;
    padding: 7px 10px;
    color: #fff;
    font-weight: normal;
}
.footfix > ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footfix > ul > li {
    padding: 0 5px;
}
.footfix {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 999;
}
.priceside {
    position: absolute;
    top: 2px;
}
.footfix img {
    max-width: 100px;
}
.back-to-top {
    bottom: 5em !important;
    right: 20px !important;
}    
.sdetail-menu {
    border: 1px solid #6baec7;
    /* background: #FAFAFA; */
    margin: 20px 0 15px 0;
}
.body-sdetail-menu {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
}
.sdetail-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    /* border-bottom: 1px solid #ccc; */
}
.sdetail-menu > ul > li {
    /* border-right: 1px solid #ccc; */
    width: 50%;
}
.sdetail-menu > ul > li.active,
.sdetail-menu > ul > li:hover{
    /* background: #0072bb; */
}
.sdetail-menu > ul > li.active > a,
.sdetail-menu > ul > li:hover > a{
    color: #6baec7;
}
.sdetail-menu > ul > li > a:focus,
.sdetail-menu > ul > li > a:active{
    text-decoration: none;
}
.sdetail-menu > ul > li > a {
    display: block;
    padding: 10px;
    color: #000;
    /* font-weight: bold; */
    /* font-family: samin; */
    font-size: 18px;
    text-align: center;
}
.gdetail{
    display: none;
}
.gdetail.open{
    display: block;
}
.proanh-global > ul {
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
}
.proanh-global > ul > li {
    display: flow-root;
    padding: 0 15px;
}
.protext p {
    margin-bottom: 3px;
}
.propic {
    margin-bottom: 7px;
}
.proanh-global {
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    margin: 30px 10px 10px 10px;
}
.footfix > ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.footfix > ul > li {
    margin: 0 2px;
}
.footfix {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 999;
}
b.giohang-money {
    color: #6baec7 !important;
    font-size: 22px;
}
.giohang-cuaban {
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 0;
}
.giohang-globalfull {
    padding: 10px;
}
.textleft {
    text-align: left;
}
.totaltt{
    text-transform: uppercase;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.f-csbanhang{
    min-height: auto;
    padding: 10px 0 0 0;
    margin: 0;
}
li.fcongty {
    color:coral !important;
}
.ega-footer__copyright {
    /* margin-top: 20px; */
}
.subject-man {
    margin: 20px 0px 15px 0px;
    padding: 0px 0px 4px 0px;
    border-style: dotted;
    border-width: 0px 0px 2px 0px;
    border-color: #004593;
    height: 36px;
}
.subject-man h1 {
    color: #004593;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.48em;
}
.subject-man h1:after {
    content: "";
    width: 100px;
    height: 5px;
    background: #f58220;
    display: block;
    position: relative;
    bottom: 0px;
}
.mbisdv-title {
    min-height: 130px;
    text-align: justify;
    padding: 0px 5px;
    line-height: 20px;
}
.posA.catpic {
    bottom: 30px;
    left: 0;
    right: 0;
    opacity: 0.1;
    text-align: center;
}
.homeDApic img {
    width: 100%;
    height: auto;
}
.mbida-outs {
    background-color: #fff;
    margin: 10px 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
.DAmore.posA {
    left: 166px;
    bottom: 6px;
}
.homeDAtitle a {
    color: #005aaa;
    font-size: 18px;
    font-weight: bold;
}
.widget-xshome{
    background: #ECF9FE;
}
a.moreall {
    background: #005AAA;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: fit-content;
}
a.moreall:hover{
    color: #fff;
    text-decoration: none;
}
.moregt a {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    color: #005aaa;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #005aaa;
    border-radius: 0px 0px 0px 0px;
    border-radius: 5px;
}
.homegt {
    padding: 0 7px;
    line-height: 25px;
    text-align: justify;
}
.moregt{
    text-align: center;    
}
.tdnow {
    background: #fff;
    margin: 10px;
    padding: 10px;
}
.tdnow a {
    color: #000;
}
.tdsub {
    font-size: 18px;
    font-weight: bold;
    color: #005aaa;
}
.tdsub-sub {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}
.tdnow a:hover .tdsub-more {
    color: #000;
}
.danb-men {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 10px;
    position: relative;
}
.elementor-background-overlay {
    background-image: url(../images/services.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-attachment: fixed;
}
.global-danb {
    margin: 0 -10px;
}
.hanhpic {
    width: 100%;
    height: 115px;
}

.hanhpic img {
    width: 100%;
    object-fit: contain;
}
.elementor-portfolio-item {
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
}
.hanhtitle.item-overlay {
    height: 60px;
    text-align: center;
}
.mbiflag.posA img {
    max-width: 40px;
}
.mbiflag.posA a {
    padding: 0 3px;
}
.mbiflag.posA {
    right: 55px;
    top: 15px;
}
.footlhe {
    background: #e74d55;
    padding: 30px;
    margin-top: 30px;
}
.footlhe-sub {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
}
.loading-email {
    top: 33%;
    left: 34%;
    display: none;
}
.loading-email.open{
    display: block;
}
button.guilh {
    width: 100px;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    letter-spacing: 2.5px;
    font-weight: bold;
}
.mbimar15{
    margin: 0 -15px;
}
span.fcopyright {
    display: block;
}
.tintuc-main-one {
    padding: 10px;
}
.dichvutext img {
    width: 100% !important;!i;!;
    height: auto !important;!i;!;
    padding: 9px;
}
.dichvutext {
    text-align: justify;
    padding: 0 7px;
    line-height: 25px;
}
.dichvutle {
    font-size: 27px;
    padding: 0 7px;
    margin: 10px 0 15px;
    color: #005aaa;
    font-weight: bold;
}
.minheight200 {
    min-height: 200px !important;
}
.bottom80{
    bottom: 80px !important;
}
.menusp > ul > li > a img {
    max-width: 25px;
}
.menusp > ul {
    padding: 0;
    margin: 0;
}
.menusp > ul > li {
    border-bottom: 1px solid #ccc;
    padding: 10px 16px;
}
.menusp > ul > li > a{
    color: #000;
}
.menusp.close {
    display: none;
}
.top-category {
    background: #f1ecec6e;
    height: 40px;
    margin-top: 15px;
}
.title-category {
    background-color: #0d629c;
    color: #fff;
    font-weight: 100;
    font-size: 21px;
    padding: 7px 15px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    margin-right: 35px;
    margin: 0;
}
.title-category span {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.5px;
}
.title-category:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 18px 0 19px 15px;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -24px;
    right: -15px;
    top: 64%;
    border-color: transparent #0d629c;
}
.limausac{
    background-image: linear-gradient(to bottom right, #FD8451, #FFBD6F);
}
.swiper6,
.swiper3{
    padding: 10px;
    overflow: hidden;
}
.swiper6 {
    background: url(../images/icon-banner.jpg) repeat center center;
}
.subject-man.xsubtitle h1{
    font-size: 22px;
}
.homettpic {
    width: 100%;
    height: 150px;
    border:1px solid #ccc;
    border-radius:10px;
}
.homettpic img {
    width:100%;
    height:100%;
    object-fit:contain;
    padding:10px;
}
.inside-homtt{
    margin-bottom: 10px;
}
.swiper4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: visible;
}
.hometttitle a {
    color: #000;
    font-size: 18px;
}
.mcongtrinh-inside{
    background-color: #fff;
    margin: 15px 10px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
.mbict-pic {
    width: 100%;
    height: 190px;
}
.mbict-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mbict-title {
    text-align: center;
    padding: 10px 0;
}
.mbict-title a {
    font-size: 21px;
    color: #000;
}
.mbi-congtrinh span:after {
    content: "";
    width: 120px;
    height: 3px;
    background: #f58220;
    display: block;
    position: relative;
    bottom: 0px;
    left: 40px;
}
.mbi-congtrinh img {
    max-width: 34px;
}
.mbi-congtrinh {
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.homett-global{
    overflow: hidden;
}
.tintuc-main-one img {
    width: 100% !important;
    height: auto !important;
}
.swiper6 {
    margin-top: 30px;
    padding: 30px 10px;
}
.mbi-dv {
    padding: 15px 10px;
}
.mbi-list {
    padding: 20px 10px;
}