@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@font-face { font-family: 'FontAwesome'; font-display: block; src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
 src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
   url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
     url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
      font-weight: normal; font-style: normal }
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight.eot');
    src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
         url('../fonts/RobotoLight.woff2') format('woff2'),
         url('../fonts/RobotoLight.woff') format('woff'),
         url('../fonts/RobotoLight.ttf') format('truetype'),
         url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoCondensedRegular.eot');
    src: url('../fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('../fonts/RobotoCondensedRegular.woff') format('woff'),
         url('../fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('../fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
/* popup */
#popup div .modal-content{
    background: transparent;
    border: 0;
}
#popup div .modal-content .close{
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 999;
}
#popup div .modal-header{
    border-bottom: 0px;
}
#popup-magiamgia{
    padding-right: 0px!important;
    overflow: hidden;
}
#popup-magiamgia .modal-header {
    padding: 0;
    border-bottom: 0;
    height: 0px;
}
#popup-magiamgia .modal-header button {
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 999;
}
#popup-magiamgia .modal-body {
    overflow-y: auto;
    max-height: 100vh;
}
#popup-magiamgia .modal-body .box .inner {
    background: #fff5e8;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 10px;
}
#popup-magiamgia .modal-body .box .inner .ten {
    width: 22%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    border-right: 1px dashed;
    font-weight: 600;
    color: #f00;
}
#popup-magiamgia .modal-body .box .inner .noidung {
    width: 73%;
    padding-left: 10px;
    color: var(--blue);
    position: relative;
}
#popup-magiamgia .modal-body .box .inner .noidung div:nth-child(1), #popup-magiamgia .modal-body .box .inner .noidung div:nth-child(3) {
    font-weight: 600;
}
#popup-magiamgia .modal-body .box .inner .noidung span {
    background: #f00;
    padding: 5px 20px;
    color: #fff;
    border-radius: 18px;
    position: absolute;
    right: -18px;
    bottom: 5px;
    cursor: pointer;
}
/* Main */
:root{
    --color-red:#ec2d3f;
    --color-medium-red:#ad0707;
    --color-dark-red:#c31829;
    --color-green:#28a745;
    --color-dark-green:#207d36;
    --color-black:#212529;
    --color-gray:#6c757d;
    --color-web:#005227;
    --color-web1:#026d34;
}
body{font-size:14px;font-family: roboto;font-weight: 300;background: #fff5e8;}
img{max-width:100%;height:auto;vertical-align:top}
a,input,textarea{outline:none;padding:0px;}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.w-clear:after{display:block;/* content:""; */clear:both;}
.hidden{display:none;}
.clear{clear:both;}
.none{display:none;}
.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden;}
.wrap-main,.wrap-content{max-width:1220px;margin: 0px auto 40px;padding: 0px 15px;}
.wrap-home{max-width:100%;padding:0px;margin-top: 10px;}
.wrap-hotdeal{margin:0px;}
.wrap-content{margin:auto;}
.w-clear{clear:both;}
.padding0{padding:0px;}
.padding0_15{padding:0px 15px 0px 0px;}
.padding15_0{padding:0px 0px 0px 15px;}
/* Loader */
.loader-wrapper{z-index:99999999;position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:#fff;overflow:hidden;text-align:center}
.loader-wrapper .loader{position:relative;top:calc(50% - 30px)}
.loader-wrapper .loader p{font-size:13px;margin-top:10px;font-weight:700;color:#444}
.loader-wrapper .loader .preloader{display:inline-block;position:relative;width:50px;height:50px;-webkit-animation:container-rotate 1568ms linear infinite;animation:container-rotate 1568ms linear infinite}
.loader-wrapper .loader .preloader .spinner-layer{position:absolute;width:100%;height:100%;border-color:#007bff;-ms-opacity:1;opacity:1;-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both}
.loader-wrapper .loader .preloader .spinner-layer .circle-clipper{display:inline-block;position:relative;width:50%;height:100%;overflow:hidden;border-color:inherit}
.loader-wrapper .loader .preloader .spinner-layer .circle-clipper .circle{width:200%;height:100%;border-width:3px;border-style:solid;border-color:inherit;border-bottom-color:transparent!important;border-radius:50%;-webkit-animation:none;animation:none;position:absolute;top:0;right:0;bottom:0}
.loader-wrapper .loader .preloader .spinner-layer .circle-clipper.float-left .circle{left:0;border-right-color:transparent!important;-webkit-transform:rotate(129deg);transform:rotate(129deg);-webkit-animation:left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}
.loader-wrapper .loader .preloader .spinner-layer .circle-clipper.float-right .circle{left:-100%;border-left-color:transparent!important;-webkit-transform:rotate(-129deg);transform:rotate(-129deg);-webkit-animation:right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}
@-webkit-keyframes container-rotate{
    to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes container-rotate{
    to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes fill-unfill-rotate{
    12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}
    25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}
    37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}
    50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}
    62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}
    75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}
    87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}
    to{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}
}
@keyframes fill-unfill-rotate{
    12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}
    25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}
    37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}
    50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}
    62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}
    75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}
    87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}
    to{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}
}
@-webkit-keyframes left-spin{
    from{-webkit-transform:rotate(130deg);transform:rotate(130deg)}
    50%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
    to{-webkit-transform:rotate(130deg);transform:rotate(130deg)}
}
@keyframes left-spin{
    from{-webkit-transform:rotate(130deg);transform:rotate(130deg)}
    50%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
    to{-webkit-transform:rotate(130deg);transform:rotate(130deg)}
}
@-webkit-keyframes right-spin{
    from{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}
    50%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
    to{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}
}
@keyframes right-spin{
    from{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}
    50%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
    to{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}
}
/* General */.title-main{margin-bottom: 6px;text-align:left;display: block;float: left;width: 100%;margin-top: 10px;}
.title-main span{text-transform:uppercase;color: var(--color-web);font-weight: 500;font-size: 25px;float: left;display: inline-block;/* padding-left: 30px; */}
.title-main span.chitiet{
    padding: 0px;
    margin-top: 20px;
}
.title-main .wrap-sapxep{
    width: 269px;
    float: right;
}
.title-main .wrap-sapxep span{
    font-size: 15px;
    text-transform: unset;
    font-family: 'RobotoLight';
    margin-top: 5px;
    padding-left: 0px;
}
.title-main .sapxep{
    float: right;
    width: 209px;
    padding: 5px;
    height: 35px;
}
.time-main{margin-bottom:0.75rem;color:#999999;}
.time-main i{vertical-align:top;margin:3px 7px 0px 0px;}
.time-main span{vertical-align:top;display:inline-block;}
.control-carousel{position:absolute;top:calc(50% - 30px/2);margin-bottom:0px;width:30px;height:30px;text-align:center;line-height:30px;border:1px solid #eee;z-index:2;background-color:#fff;color:#ccc;cursor:pointer;}
.control-carousel:hover{background-color:var(--color-red);border-color:var(--color-red);color:#fff;}
.prev-carousel{left:0px;}
.next-carousel{right:0px;}
/* Header */.header{/* background-color:#fff; */}
.logo-header{
    text-align: left;
    position: relative;
}
.logo-header:before{
    /* content:''; */
    position:absolute;
    width: 10px;
    height: 100%;
    left:0;
    background-color: rgb(255 255 255 / 80%);
    animation: light-left 2s infinite alternate linear;
}
.logo-header:after{
    /* content:''; */
    position:absolute;
    width: 10px;
    height: 100%;
    right:0;
    background-color: rgba(255, 255, 255, .75);
    animation: light-right 2s infinite alternate linear;
}
@keyframes light-left {
    0% {
        left: -5%;
        opacity: 0
    }
    50% {
        left: 50%;
        opacity: 1
    }
    100% {
        left: 105%;
        opacity: 0
    }
}

@keyframes light-right {
    0% {
        right: -5%;
        opacity: 0
    }
    50% {
        right: 50%;
        opacity: 1
    }
    100% {
        right: 105%;
        opacity: 0
    }
}
.header-top{color: #fff;background-color: var(--color-web1);padding: 6px 0px;/* line-height: 15px; */}
.header-bottom{
    background: var(--color-web);
    
    
    
    
    );
}
a.cart {color: #fff;/* font-weight: bold; *//* display: inline-block; */border: 1px solid #fff;padding: 4px 10px;border-radius: 10px;float: right;position: relative;margin-top: 4px;}

a.cart img {
    max-height: 23px;
}
a.cart span{
    background: #f00;
    color: #fff;
    padding: 4px 6px;
    border-radius: 10px;
    position: absolute;
    bottom: 2px;
    right: -6px;
}
.header-bottom .wrap-content{padding: 20px 10px;}
.hotline-header{display:inline-block;height: 46px;max-width: 234px;margin: 0px 30px 0px 0px;padding-left: 50px;color: #666666 !important;line-height: 1.3;position: relative;}
.hotline-header p{margin-bottom: 2px;text-transform:capitalize;}
.hotline-header span{font-weight: 500;color: #666;font-size: 15px;display:block;}
.user-header a{color:#fff;padding-right:9px;margin-right:7px;position:relative;display:inline-block;vertical-align:top;text-decoration:none;}
.user-header a:after{content:"";position:absolute;width:1px;height:8px;background-color:#fff;top:calc(50% - 7px/2);right:0px;opacity:0.7;}
.user-header a:last-child{padding-right:0px;margin-right:0px;}
.user-header a:last-child:after{display:none;}
/* Menu */
.menu{background-color: var(--color-web);height: 40px;/* font-family: robotobold; */position: relative;}
.menu.fix{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
.menufloat.fix{
    position: fixed;
    top: 40px;
}

.menufloat.fix .chinh {
    width: 203px;
}
.menu .wrap-content > ul{width: calc(100% - 280px);/* height: 52px; */}
.menu .wrap-content > ul > li{position:relative;z-index:99;}
.menu ul li.line{width:1px;height:15px;background-color:rgba(255,255,255,0.5);}
.menu ul li a.name{
    font-family: 'Roboto';
    font-size: 20px;
    text-decoration: none;
    color: #666;
}
.menucon{float: left;/* margin-top: 7px; */max-width: calc(100% - 118px);font-size: 15px;}
.menucon ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menucon ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.menucon ul li >a {
    color: #fff;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
}
.menucon ul li >a:hover {
    color: #ff0;
}
.menucon ul li ul {position: absolute;z-index: 100;background: #fff;width: 180px;border: 1px solid #f00;border-radius: 15px;padding: 5px 0px;display: none;transition: all 0.3s;}
.menucon ul li.cap1:hover ul.cap1 {
    display: block;
}
.menucon ul li li {
    display: block;
}
.menucon ul li ul li >a {
    color: #000;
    text-transform: capitalize;
    padding: 9px 10px;
}
.menucon ul li ul li >a i {
    float: right;
}
.menucon ul li ul li ul {
    position: absolute;
    left: 100%;
    top: -5px;
    display: none;
}
.menucon ul li ul li:hover ul {
    display: block;
}
.menucon ul li ul li >a:hover {
    color: var(--color-medium-red);
}
.menucon >a:nth-child(1) img{
    width: 20px;
    margin-right: 10px;
}
.menucon >a.danhmuccon{
	padding: 2px 15px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
    /* border-right: 1px solid #fff; */
    position: relative;
}
.menucon >a.danhmuccon.static {
    padding-left: 35px;
}
.menucon >a.danhmuccon .icontet {
    max-width: 40px;
    position: absolute;
    z-index: 9;
    left: 0;
    top: -5px;
}
.menucon >a.danhmuccon:last-child{border-right:0px;}
.menucon >a.danhmuccon i{
    margin-right: 5px;
    font-size: 20px;
}
.menucon >a.danhmuccon:hover{color: #ff0;}
/*Menu float */
.menuchaytheo .row{position: relative;}
.menufloat{
    position: absolute;
    z-index: 9;
    padding: 0px;
}
.menufloat ul.chinh{
    box-shadow: 0px 0px 4px 4px #eee;
    margin: 10px 0px 0px 1px;
    border-radius: 10px;
    background: #fff;
}
.menufloat ul {
    padding: 0;
    list-style: none;
}
.menufloat ul li.cap1{
    position: relative;
}
.menufloat ul li >a {
    color: #000;
    padding: 7px 10px;
    font-size: 15px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
}
.menufloat ul li >a img {
    max-width: 20px;
    margin-right: 5px;
}
.menufloat ul li >a i {
    float: right;
    margin-top: 3px;
}
.menufloat ul li ul.cap1 {
    position: absolute;
    left: 100%;
    top: -1px;
    width: 190px;
    background: #fff;
    border: 1px solid #f00;
    border-radius: 10px;
    display: none;
}
.menufloat ul li.cap1:hover ul.cap1 {
    display: block;
}
.menufloat ul li ul.cap1 ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 190px;
    background: #fff;
    border: 1px solid #f00;
    border-radius: 10px;
    display: none;
}
.menufloat ul li ul.cap1 li:hover ul {
    display: block;
}
.menufloat ul li >a:hover {
    color: var(--color-medium-red);
}
.trangtrong .menufloat{
    margin-top: 46px;
}

.trangtrong .menufloat.fix {
    margin-top: 0;
}
.trangtrong.anmenu {
    display: none;
}
img.icon_bar { margin-right: 10px }
.show_menu {width: calc(100%) !important;background: #fff !important;text-align: left;display: block;visibility: visible !important;position: absolute;border-top: 0;border-left: solid 1px #CCCCCC;border-top: none;/* box-shadow: 3px 3px 2px #E7E7E7; */}
.show_menu.index{
}
.show_menu.show_in{display: none;position: absolute;top: 40px;width: 100%;/* padding-left: 58px; */}

.tendm1, .show_menu.index .tendm1 {/* position: relative */}
.show_menu .tendm1 .dmcap1{
    padding: 0px;
    /* list-style: none; */
}
.show_menu .tendm1 .dmcap1 li{
    padding: 0px;
    list-style: none;
}
.show_menu .tendm1 .dmcap1 li >a.tenc1{
    color: #333;
    display: block;
    padding: 5px 0px 3px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.tendm1 i, .show_menu.index .tendm1 i {float: right;font-size: 16px;margin-right: 10px;}
.tendm1 img, .show_menu.index .tendm1 img {position: absolute;/* top: 7px; *//* right: -5px; */display: none;}
.show_menu.show_in ul li, .show_menu.index li {width: 100%;float: none;/* clear: both; *//* border-bottom: solid 1px #cbcbcb; */line-height: 1.3;padding: 3px 5px 3px 15px;/* padding-left: 38px; *//* position: relative; */font-family: 'Roboto';text-transform: none;}
.show_menu ul > li > .nd_dm > .tendm1 > a:before, .show_menu.index ul > li > .nd_dm > .tendm1 > a:before{position: absolute;content: '';top: 5px;left: 3px;width: 3px;height: 3px;/* background: #959595; */}
.show_menu li:last-child, .show_menu.index li:last-child{ border-bottom: none }
img.i_left { margin-right: 10px; float: left }
.nd_dm { margin-top: 5px }
.show_menu ul::-webkit-scrollbar { width: 5px; background-color: #F5F5F5; }
.show_menu ul::-webkit-scrollbar, .hover-menu > div::-webkit-scrollbar { width: 5px; height: 5px; }
.show_menu ul::-webkit-scrollbar-button, .hover-menu > div::-webkit-scrollbar-button { width: 0px; height: 0px; }
.show_menu ul::-webkit-scrollbar-track, .hover-menu > div::-webkit-scrollbar-track { background-color: #254f9a; }
.show_menu ul::-webkit-scrollbar-track-piece, .hover-menu > div::-webkit-scrollbar-track-piece { background-color: #E6E6E6; }
.show_menu ul::-webkit-scrollbar-thumb, .hover-menu > div::-webkit-scrollbar-thumb { height: 50px; background-color: #254f9a; border-radius: 3px; }
.show_menu ul::-webkit-scrollbar-corner, .hover-menu > div::-webkit-scrollbar-corner { background-color: #E6E6E6; }
}
.show_menu ul::-webkit-resizer, .hover-menu > div::-webkit-resizer { background-color: #666; }
.show_menu div>ul {/* overflow-y: scroll; */padding: 0px;list-style: none;border: 0px;/*height: 433px;*/margin: 0px;}
.show_menu li a.name, .show_menu.index li a.name {color: #666666;padding: 0;font-size: 20px;padding-bottom: 2px;display: block;padding-left: 2px;position: relative;text-transform: capitalize;font-weight: 600;}
.show_menu li a.dmc2, .show_menu.index li a.dmcap2 { display: inline-block !important; vertical-align: top; font-weight: normal; font-size: 11px; color: #717171; text-transform: none }
a.tendm2, .show_menu.index a.tendm2 { color: #888686 !important; font-size: 13px !important; text-transform: none !important; font-weight: normal !important; display: inline-block !important }
.show_menu li:hover a, .show_menu.index li:hover a {background: none;text-decoration: none;}
.show_menu li a:hover, .show_menu.index li a:hover {color: #000 !important;}
img.img_qc { position: absolute; bottom: 0 }
.show_menu .tendm1 ul.dmcap1 li:hover .hover-menu{ display: block }
.hover-menu > div {/* overflow-y: scroll; */height: 330px;}
.hover-menu {position: absolute;width: 640px;height: 426px;top: 0px;left: calc(100% - 6px);background: #fff;z-index: 9999999;/* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); */border-left: 1px solid #ffc6d5!important;margin: 0 0 0 0px;padding: 38px 10px 10px 10px;border-left: none;display: none;}
.hover-menu img.hinhdm1{
    bottom: 0px;
    /* top: 0px; */
    right: -15%;
}
.hover-menu:after {/* background: url(//hstatic.net/321/1000068321/1000111351/arrow-left-menu.png?v=101) no-repeat scroll 0 18px; */float: left;height: 50px;margin: -5px 0 0 -15px;padding: 0;width: 19px;position: absolute;z-index: 1;top: 0px;left: 5px;content: "";}
.mb { display: none }
.mb img.i_dm { width: 25px; height: 25px; border-radius: 50%; vertical-align: middle; margin-right: 5px }
.menuc1, .show_menu.index .menuc1 {/* display: inline-block; */vertical-align: top;margin: 5px 10px;/* width: calc(100%/4 - 23px); */}
.menuc1 a.tenc1, .show_menu.index .menuc1 a.tenc1 {margin-bottom: 8px;color: #333;transition: all 0.5s;/* border-bottom: solid 1px #cccccc73; */padding-left: 0 !important;}
.menuc1 a.tenc1:hover, .show_menu.index .menuc1 a.tenc1:hover { text-decoration: underline; transition: all 0.5s }
.boxc2, .show_menu.index .boxc2 {margin-left: 5px;}
 .boxc2 i, .show_menu.index .boxc2 i {margin-right: 5px;font-size: 10px;display: none;}
 .menuc2, .show_menu.index .menuc2 {margin-bottom: 5px;max-width: 50%;}
.menuc2 a, .show_menu.index .menuc2 a {font-family: 'RobotoBold';font-size: 14px !important;text-transform: capitalize;padding-left: 0 !important;color: #333;display: block;}
.menuc2.menuc1 a.tenc2, .show_menu.index .menuc2.menuc1 a.tenc2 { text-transform: none !important; font-weight: normal !important }
.floatblack{
    /*background: #0000009c;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 1000px;
    left: 0px;
    padding-left: 57px;
    padding-right: calc(100% - 58px - 261px);*/
}
/* Search */.search{border: solid 1px #fff;border-radius: 30px;overflow: hidden;height: 40px;margin-top: 15px;}
.search select {
    max-width: 168px;
    float: left;
    line-height: 20px;
    height: 40px;
    border: 0px;
    border-right: 1px solid #eee;
    padding: 0px 0px 0px 10px;
        font-size: 13px;
}
.search p{float:left;width: 40px;height: 40px;line-height: 37px;cursor:pointer;text-align:center;margin:0px;/* color: #dcdadb; */font-size:16px;position: relative;}
.search p svg{fill: #ddd;width: 24px;}
.search input{color: #fff;/* width: calc(100% - 65px - 168px); */width: calc(100% - 40px);height: 40px;float:left;outline:none;padding:0px;border:0px;background:transparent;text-indent:10px;font-size: 14px;}
.search input::-webkit-input-placeholder{color:#fff;}
.search input:-moz-placeholder{color:#fff;}
.search input::-moz-placeholder{color:#fff;}
.search input:-ms-input-placeholder{color:#fff;}
.righheader{
}

.righheader .box {}

.righheader .box img {
    max-width: 50px;
    max-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.righheader .box .noidung {
    display: inline-block;
    vertical-align: middle;
}

.righheader .box .noidung div:first-child {
    color: #ff0;
}

.righheader .box .noidung div:last-child {
    color: #fff;
}
.righheader .tuvanzalo {
    width: 171px;
    display: inline-block;
    margin-right: 32px;
    text-align: center;
}
.righheader >a{
    display: none;
    vertical-align: top;
    text-align: left;
    /* margin-right: 50px; */
    background-size: 46px;
    position: relative;
}
.righheader >a.cart svg{
    fill: #666;
    width: 26px;
}
.hotline-header svg{
    width: 40px;
    fill: #a2a2a2;
    position: absolute;
    left: 0;
}
#hotline-header{padding: 3px;width: 49px;}
#hotline-header svg{
    fill: #fff;
}
.hotline-header .dangnhap1{
    text-align: left;
    text-decoration: none;
    color: #666;
}
.hotline-header .boxdangky{
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 300px;
    right: 0;
    top: 100%;
    text-align: left;
    box-shadow: 0px 6px 16px -3px #eee;
    display: none;
}
.hotline-header .boxdangky .box1{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.hotline-header .boxdangky .box1 span{
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 11px;
}
.hotline-header .boxdangky .box1 img{
    vertical-align: middle;
}
.hotline-header .boxdangky .box2{
    padding: 10px;
    font-family: 'Roboto';
}
.hotline-header .boxdangky .box2 span:nth-child(1){
    font-size: 13px;
}
.hotline-header .boxdangky .box2 a.dangnhap2{display: block;text-align: center;background: #000;border-radius: 6px;padding: 12px;font-size: 15px;text-transform: uppercase;color: #fff;margin: 7px 5px;}
.hotline-header .boxdangky .box2 span.bottom{
    font-size: 13px;
    font-family: 'Robotolight';
}
.hotline-header .boxdangky .box2 span.bottom >a{
    /*color: #000;
    text-decoration: none;*/
}
/* Menu RP */.menu-res{display:none;/*height: 45px;*/z-index:10;background: var(--color-web);position:relative;line-height:normal;}
.menu-res .top {
    background: var(--color-web1);
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    font-size: 12px;
}
.menu-bar-res{/* height: 45px; */padding: 9px 10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center;justify-content:space-between;}

.menu-bar-res >a.cart span {
    bottom: unset;
    right: 0;
    top: 0;
}
#menu{display:none;background: #000;}
.mm-menu a{
    color: #fff!important;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff61;
}
.mm-btn:after, .mm-btn:before{
    border-color: #fff;
}
#menu .lienhemenu{position: absolute;z-index: 99;bottom: 10px;padding: 10px; text-align: center;    width: 100%;}
#hamburger{display:block;width: 35px;height: 23px;position:relative;}
#hamburger:before,#hamburger:after,#hamburger span{background:#fff;content:'';display:block;width:100%;height: 2px;position:absolute;left:0px;}
#hamburger:before{top:0px;}
#hamburger span{top:10px;}
#hamburger:after{top:20px;}
#hamburger:before,#hamburger:after,#hamburger span{-webkit-transition:none 0.5s ease 0.5s;transition:none 0.5s ease 0.5s;-webkit-transition-property:transform,top,bottom,left,opacity;transition-property:transform,top,bottom,left,opacity;}
.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after{top:10px;}
.mm-wrapper_opening #hamburger span{left:-50px;opacity:0;}
.mm-wrapper_opening #hamburger:before{transform:rotate(45deg);}
.mm-wrapper_opening #hamburger:after{transform:rotate(-45deg);}
.mm-menu_opened{display:block!important;}
.menu-bar-res marquee.mobile{margin: 5px 8px;height: 20px; display: none;}
.menu-bar-res marquee.mobile *{
    color: #fff!important;
}
/* Search RP */.search-res{position:relative;}
.search-res .icon-search{width:40px;height:40px;cursor:pointer;text-align:center;line-height:42px;color:#fff;font-size:17px;margin:0px;}
.search-res .icon-search.active{color:var(--color-red);background:#fff;border-radius:100%;}
.search-res .search-grid{position:absolute;top:50px;right:0px;width:0px;height:40px;overflow:hidden;background:#fff;border:1px solid var(--color-red);z-index:2;opacity:0;border-radius:25px;line-height:normal;}
.search-res .search-grid p{float:left;width:35px;height:38px;cursor:pointer;outline:none;border:none;margin:0px;font-size:17px;display:block;color:var(--color-red);line-height:40px;text-align:center;}
.search-res .search-grid input{width:calc(100% - 35px);float:right;line-height:38px;outline:none;border:none;color:var(--color-red);}
.search-res .search-grid input::-webkit-input-placeholder{color:#ccc;}
.search-res .search-grid input:-moz-placeholder{color:#ccc;}
.search-res .search-grid input::-moz-placeholder{color:#ccc;}
.search-res .search-grid input:-ms-input-placeholder{color:#ccc;}
/* Slideshow */.box_slider {/* max-width: 1200px; */margin: auto;/* padding-left: 260px; */position: relative;/* overflow: hidden; */display: block;/* height: 433px; */margin-top: 7px;}
div#slider {
    /* width: 78%; */
    float: right;
}
.show_menu.index{
    /* width: 100%; */
    float: left;
}
.show_menu.index .wrapmenublack{
    /*padding-left: 58px;*/
    /* width: 100%; */
}
.show_menu.show_in .wrapmenublack{
	
}
.show_menu.index ul.menuchinh, .show_menu.show_in .wrapmenublack ul.menuchinh{
    padding: 0px;
    list-style: none;
    margin: 0px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 261px;
    height: 426px;
    max-width: 261px;
    position: relative;
    z-index: 999;
    background: #efefef6b;
}
.slideshow{position:relative;/* width: calc(100% - 300px); */max-height: 990px;overflow: hidden;}
.slider_r {    width: 288px;}
.slideshow a{display:block;cursor:pointer;}
.slideshow a img{width:100%;}
.slideshow:hover .control-slideshow{opacity:0.3;}
.slideshow .control-slideshow:hover{opacity:0.8;}
.control-slideshow{opacity:0;position:absolute;z-index:2;top:calc(50% - 50px/2);width:35px;height:50px;text-align:center;line-height:50px;font-size:25px;cursor:pointer;margin:0px;background-color:#000000;border-radius:3px;}
.control-slideshow i{color:#ffffff;}
.prev-slideshow{left:20px;padding-right:3px;}
.next-slideshow{right:20px;padding-left:3px;}
/* Partner */.wrap-partner{padding:0px 10px;}
.wrap-partner .wrap-content{max-width:1200px;padding:0px;position:relative;}
.owl-partner{    background: #eee;}
.owl-partner .owl-nav{    position: absolute;    top: 20%;    margin: 0px;    height: 0px;    width: 100%;}
.owl-partner .owl-nav button.owl-prev{    position: absolute;    left: -3px;    background: #0000008c;    color: #fff;    width: 20px;    height: 20px;    border-radius: 50%;    font-size: 20px;    overflow: hidden;}
.owl-partner .owl-nav button.owl-next{    position: absolute;    right: 0px;    background: #0000008c;    color: #fff;    width: 20px;    height: 20px;    border-radius: 50%;    font-size: 20px;}
.owl-partner .owl-nav button span{top: -7px;position: relative;}
.partner{display:block;padding: 5px;}
.partner img{width:100%;height: 50px;}
/* Breadcrumb */.breadCrumbs{background-color:#eee;}
.breadCrumbs .wrap-content{padding:0.75rem 10px;max-width:1200px;}
.breadCrumbs .wrap-content .breadcrumb{padding:0;margin-bottom:0;background-color:transparent;border-radius:0;}
.breadCrumbs .wrap-content .breadcrumb-item a{color:var(--color-black);}
.breadCrumbs .wrap-content .breadcrumb-item.active a{color:var(--color-gray);}
/* Intro */.wrap-intro{margin-bottom: 0px;}

.video-main{position:relative;height: 290px;}
.video-main iframe{position:absolute;width:100%;height:100%;top:0px;left:0px;}
.listvideos{width:100%;height:40px;padding:0px 10px;border:1px solid #ccc;color:var(--color-black);margin-top:10px;cursor:pointer;}
p.name_yk {    color: #333333;    font-size: 17px;    font-weight: bold;    margin-bottom: 5px;}
p.mt_yk {    color: #666666;    font-size: 14px;}
.yk-normal:hover p.pic-yk-normal:before{    top:100%;    transition: all 1s;}
p.pic-yk-normal:before {    position: absolute;    content: '';    top: 0;    left: 0;    right: 0;    bottom: 0;    background: rgb(38 38 38 / 44%) url(../images/quote.png) no-repeat center;    z-index: 1;    pointer-events: none;     transition: all 1s;}
/* Video */.video{float:left;width:23.5%;margin:0 2% 2% 0;text-align:center;cursor:pointer;}
.video:nth-child(4n+1){clear:both;}
.video:nth-child(4n){margin-right:0px;}
.pic-video{position:relative;}
.pic-video:before{content:"";position:absolute;width:50px;height:35px;top:calc(50% - 50px/2);left:calc(50% - 35px/2);z-index:1;background-repeat:no-repeat;background-image:url(../images/play.png);}
.pic-video img{width:100%;}
.name-video{font-size:16px;color:var(--color-black);margin-bottom:0px;}
.dknt {    background: #666666;    padding: 40px 20px;    color: #fff;    margin-bottom: -70px;    position: relative;}
.info_dk {    width: 32%;}
form.form-newsletter.validation-newsletter {    /* width: 65%; */    flex-wrap: wrap;    display: flex;    justify-content: space-between;    align-items: center;}
h2.title-dk {    color: #fff;    font-size: 18px;    text-transform: uppercase;    font-weight: bold;}
/* Brand */
.owl-carousel .owl-wrapper-outer{
    padding-bottom: 10px;
}
.itemdm {/* text-align: center; */padding: 8px;border: 1px solid #ddd;border-top: 0px;margin: 0px 2px 15px 2px;border-bottom: 2px solid #ddd;transition: all 0.5s;background: #fff;}
.itemdm:hover {
    /* box-shadow: 0px 0px 5px 1px #ddd; */
}
.dm_photo {
    display: inline-block;
    vertical-align: top;
    /* margin: -8px -8px 10px -8px; */
    position: relative;
    max-height: 226px;
    overflow: hidden;
}
.dm_photo:hover .xemchitiet, .dm_photo:hover .cart-add, .dm_photo:hover .cart-buy{
    transform:translate(0px);
}
.name_dm{margin-top:10px;}
.name_dm a {color: #333;height: 41px;overflow: hidden;font-size: 14px;/* font-weight: bold; */text-transform: uppercase;text-align: left;display: block;}
.name_dm a:hover{color: #c00;}
.danhgiasao{
    text-align: center;
}
.danhgiasao i{
    color: #ffbf0c;
}
.danhgiasao .sodanhgia{
    font-family: robotolight;
    display: inline-block;
}
.itemdm.timkiem, .itemdm.detail{
    border: 0px;
    width: calc((100% / 4) - 4px);
    display: inline-block;
    vertical-align: top;
    padding: 0px 3px;
    margin-bottom: 12px;
    position: relative;
}
.itemdm.timkiem .dm_photo, .itemdm.detail .dm_photo{
    width: 100%;
    margin-bottom: 10px;
}
.itemdm.timkiem .brand, .itemdm.detail .brand {
    display: block;
    /*height: 180px;*/
    overflow: hidden;
    text-align: center;
}
.itemdm.timkiem .brand img, .itemdm.detail .brand img{
    /*max-height: 180px;*/
    width: auto;
}
.itemdm.timkiem .box, .itemdm.detail .box{
    box-shadow: 0px 0px 3px 0px #ddd;
    padding: 5px;
    border: 1px solid #ddd;
}
.itemdm.detail .box .danhgiasao, .itemdm.detail .box .spdaban{font-size: 14px;}
.itemdm.detail .cart-product{
    margin: 0px 30px;
}
.itemdm.detail .quantang {
    font-size: 11px;
}
.itemdm.detail .cart-product:hover .xemchitiet,
 .itemdm.detail .cart-product:hover .cart-add,
  .itemdm.detail .cart-product:hover .cart-buy{
      transform:translate(0px);
  }
.itemdm.danhmuc{
    width: calc((100% / 4) - 7px);
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    /* margin-bottom: -1px!important; */
    padding: 0px 0px 0px 0px;
    border: 0px;
}
.itemdm.danhmuc .box{
    padding: 5px;
    border: 1px solid #ddd;
    transition: all 1s;
    background: #fff;
}
.itemdm.danhmuc .box:hover{
     border: 1px solid #000;
}
.itemdm.danhmuc .dm_photo{
    position: relative;
    max-height: 182px;
    width: 100%;
    /*margin-bottom: 10px;*/
}
.itemdm.danhmuc .dm_photo >a.brand{
    height: 182px;
    overflow: hidden;
    display: block;
}
.itemdm.danhmuc .dm_photo:hover .hinhspcon{
    display:block;
    position: absolute;
    bottom: 4px;
    /* border-bottom: 1px solid #000; */
    padding: 1px;
    background: #fff;
}
.itemdm.danhmuc .hinhspcon{
    padding-left: 4px;
    height: 70px;
    width: 100%;
    overflow-y: scroll;
    display: none;
}
.itemdm.danhmuc .hinhspcon::-webkit-scrollbar{
    width:0px;
    /* background-color: #000; */
}
.itemdm.danhmuc .hinhspcon::-webkit-scrollbar-thumb{
    /* background: #000; */
}
.itemdm.danhmuc .hinhspcon img{
    width: calc((100% /3) - 3px);
    /* margin-bottom: 5px; */
    padding: 3px;
    /* margin-left: -3px; */
}
/* left menu page */
.leftpage{
    /*width: 24%;*/
    float: left;
}
.leftpage .wrap-box{
    border: 1px solid #000;
    margin-bottom: 30px;
}
.leftpage .wrap-box h2{
    background: var(--color-web);
    padding: 10px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.leftpage .wrap-box h2.new{
    text-align: center;
}
.leftpage .wrap-box h2 i{
    font-size: 16px;
    float: right;
    margin-top: 4px;
    cursor: pointer;
}
.leftpage .wrap-box h2 i.fa-minus{
}
.leftpage .wrap-box h2 i.fa-plus{
    display: none;
}
.leftpage .wrap-box .box{
    padding: 10px 0px;
}
.leftpage .wrap-box .box.new{
    padding: 10px;
}
.leftpage .wrap-box .box h3{
    font-size: 14px;
    display: inline-block;
}
.leftpage .wrap-box .box h3 >a{
    color: #000;
    font-family: robotolight;
    margin: 0px 5px 5px 0px;
    display: block;
}
.leftpage .wrap-box .box h3 >a i{}
.leftpage .wrap-box .box .item{
    text-align: left;
    padding: 0px 20px;
}
.leftpage .wrap-box .box .item input{
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 4px;
}
.leftpage .wrap-box .box ul{
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.leftpage .wrap-box .box ul li.cap1{}
.leftpage .wrap-box .box ul li.cap1 >a{
    /* display: block; */
    text-decoration: none;
    padding: 2px 14px;
    font-size: 18px;
    font-family: 'RobotoBold';
    color: #222;
    transition: all 0.5s;
}
.leftpage .wrap-box .box ul li.cap1 >a:hover{
    color: #000;
}
.leftpage .wrap-box .box ul li ul li.cap2{}
.leftpage .wrap-box .box ul li ul li.cap2 >a{
    color: #333;
    font-size: 17px;
    text-transform: capitalize;
    margin-left: 30px;
    /* display: block; */
    text-decoration: none;
    position:relative;
    transition:all 0.5s;
    font-family: 'RobotoLight';
}
.leftpage .wrap-box .box ul li ul li.cap2 >a:hover{
    color: #000;
}
.leftpage .wrap-box .box ul li ul li.cap2 >a:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    border-top:1px solid #000;
    width:0px;
    transition: all 1s;
}
.leftpage .wrap-box .box ul li ul li.cap2 >a:hover:after{
    width:100%;
}
/* right menu page */
.rightpage{
    width: 100%;
    float: right;
}
.rightpage.detail{
    float: left;
}
.rightpage .content-main * img{height: auto!important;}
.rightpage .alert-warning{
    /* margin-left: 20px; */
}
/* index */
.index1{}
.index1 .box {
    float: left;
    width: calc((100% / 6) - 4px);
    margin: 0px 2px 10px 2px;
    background: #FFF;
}
.index1 .box >a {
    text-decoration: none;
    box-shadow: 0px 1px 1px 1px #ddd;
    display: block;
    border-radius: 10px;
    padding: 9px 5px 20px;
    text-align: center;
}
.index1 .box >a img {
    max-height: 40px;
    margin-bottom: 5px;
}
.index1 .box >a h3 {
    color: #000;
    font-size: 13px;
    margin-bottom: 0px;
}
.magiamgia{}
.magiamgia h3 {
    margin: 20px 0px 10px 0px;
    font-size: 22px;
    color: var(--color-web);
    text-transform: capitalize;
}
.magiamgia .box .inner {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px var(--color-web1);
    overflow: hidden;
    display: flex;
    margin-bottom: 15px;
}
.magiamgia .box .ten {
    width: 20%;
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    color: #f00;
    font-weight: 600;
    border-right: 1px dashed #000;
}
.magiamgia .box .noidung {
    width: 77%;
    padding-left: 10px;
    color: #f00;
    position: relative;
}
.magiamgia .box .noidung div:nth-child(1)
{
    margin-bottom: 5px;
    font-weight: 600;
}
.magiamgia .box .noidung div:nth-child(3) {
    font-weight: 600;
}
.magiamgia .box .noidung div:nth-child(2) {
    margin-bottom: 10px;
}
.magiamgia .box .noidung span {
    position: absolute;
    right: -14px;
    bottom: 6px;
    background: var(--color-web1);
    color: #fff;
    padding: 2px 5px;
    border-radius: 15px;
    cursor: pointer;
}
.dacbiet{
    margin-top: 40px;
}
.dacbiet .right {
    background: url(../images/deona1.png) no-repeat;
    background-size: calc(100% - 32px);
    background-position: 15px 56px;
}
.dacbiet .imagetop {
    max-width: 70%;
    display: block;
    margin: auto;
}
.dacbiet .tieude {
    text-align: center;
    color: #fff;
    font-family: 'RobotoBold';
    font-size: 35px;
    margin-top: -32px;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.dacbiet .xemtatca{
    margin-bottom: 20px;
    background: #fff;
}
.dacbiet .xemtatca:hover {
    background: #f1ca98;
}
.dacbiet .xemtatca>a {
    text-decoration: none;
}
.index{
    margin-bottom: 30px;
}
.index h2{
    font-size: 22px;
    color: var(--color-web);
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: RobotoBold;
    overflow: hidden;
}
.index h2 i {
    color: var(--color-web1);
    margin-right: 10px;
}
.index h2 span:nth-child(2){
    background: #fff5e8;
    padding-right: 10px;
}
.index h2:before {
    content:'';
    position: absolute;
    right: 0;
    top: 13px;
    z-index: -1;
    width: 88%;
    height: 1px;
    border-top: 1px solid #ddd;
}
.index h2 >a{
    background: #fff;
    display: inline-block;
    padding: 0px 10px;
    float: right;
    color: #000;
    font-size: 15px;
    text-decoration: none;
}
.index h2 >a:hover {
    color: #f00;
}
.index3 .noidung{
    position: relative;
    max-height: 300px;
    overflow: hidden;
    transition: all 0.5s;
}
.index3 .boxche {
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgb(255 245 232 / 68%) 5%, rgb(255 245 232 / 94%) 47%, rgb(255 245 232) 100%);
    position: absolute;
    bottom: 0px;
}
.index3 .xemthem {
    width: 200px;
    height: 30px;
    padding-top: 6px;
    margin: -22px auto 0px;
    color: var(--color-web);
    cursor: pointer;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    text-transform: capitalize;
}
.index3 .xemthem:hover {
    color: var(--color-web1);
    /* background: #eeeeee75; */
}
.index4 .inner{
    background: #fff;
    box-shadow: 0px 0px 5px 1px #ddd;
    padding-bottom: 5px;
}
.index4 .box .hinh{
    text-align: center;
    margin-bottom: 10px;
}

.index4 .box img {
    max-height: 175px;
}

.index4 .box h3 {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding: 0px 10px;
}

.index4 .box h3:hover {
    color: #f00;
}

.index4 .box h4 {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-family: robotolight;
    max-height: 80px;
    overflow: hidden;
    padding: 0px 10px;
}
.chungchi .owl-carousel .owl-stage-outer{
    padding: 7px 0px;
}
.chungchi .khungsp div >a{
    display: block;
    margin: 0px 4px;
    border: 1px solid;
    box-shadow: 0px 0px 5px 0px #999;
}
/*khác ngoài index */
.wrap-3dm{}
.wrap-3dm div >a{    text-decoration:none;}
.wrap-3dm div >a img{    transition: all 0.5s;}
.wrap-3dm div >a img:hover{    margin-top: -5px;    margin-bottom: 5px;    box-shadow: 0px 0px 5px 2px #ddd;}
.wrap-3dm div >a h3{    text-align: center;    margin-top: 10px;    color: #333;    text-transform: uppercase;    font-size: 19px;    text-decoration: none;    transition: all 0.5s;}
.wrap-3dm div >a h3:hover{    color:#00a7db;}
.wrap-brand{/* margin-bottom: 40px; */margin-top: 25px;/* padding: 0px 12px; */}
.wrap-brand .wrap-content{max-width: 1220px;padding: 0px 15px;position:relative;}
.wrap-brand h2{
    font-size: 17px;
    /* font-family: RobotoRegular; */
}
.wrap-brand h2 .clock{}
.wrap-brand h2 div div{
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.wrap-brand h2 span{
    display: block;
}
.wrap-brand h2 #getting-started-tiep{
    display: inline-block;
    margin-left:30px;
}
.wrap-brand h2 #getting-started-tiep div{
    display:inline-block
}
.wrap-brand h2 #getting-started-tiep div span:nth-child(1){
    width: 38px;
    height: 38px;
    text-align: center;
    color: #fff;
    background: var(--color-web);
    padding: 5px;
    margin-right: 5px;
    font-size: 23px;
    border-radius: 5px;
    display:inline-block;
}
.wrap-brand h2 #getting-started-tiep div span:nth-child(2){
    display:inline-block;
}
.brandshow{position: relative;}
.brand img{width:100%;}
/* Sản Phẩm */.grid-page {    font-size: 0;    margin: 0 -10px;}
.wrap-product{margin-top: 40px;margin-bottom: 30px;}
.wrap-product .khungspshow{
    width: 100%;
    position: relative;
    flex: unset;
}
.wrap-product .khungspshow .control-khungsp, .brandshow .control-brand{
    position: absolute;
    z-index: 999;
    top: 47%;
    margin: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 4px;
    cursor: pointer;
}
.wrap-product .khungspshow .control-khungsp:hover, .brandshow .control-brand:hover{
    background: #c3c3c3;
    color: #fff;
}
.wrap-product .khungspshow .control-khungsp.prev-khungsp,.brandshow .control-brand.prev-brand{}
.wrap-product .khungspshow .control-khungsp.next-khungsp,.brandshow .control-brand.next-brand{
    right: 0;
}
.wrap-product .khungsp{}
.wrap-product .khungsp .items2{
    /* width: calc(100% / 6); */
    float: left;
    margin: 0px 2px 10px;
    transition: all 0.5s;
}

.wrap-product .khungsp .items2:hover {
    box-shadow: 0px 0px 5px 1px #ddd;
}
.wrap-product .khungsp .box{padding: 5px;position: relative;overflow: hidden;border: 1px solid #ddd;border-bottom: 2px solid #ddd;border-top: 0px;margin: 0px 2px 20px;transition: all 0.5s;background: #fff;}

.wrap-product .khungsp .box:hover {
    box-shadow: 0px 0px 5px 1px #ddd;
}
.wrap-product .khungsp .box .chitietsp{display: block;/* border: 1px solid #ddd; *//* padding-bottom: 51px; */text-decoration: none;}
.wrap-product .khungsp .box .chitietsp .hinh{margin: -5px -5px 0px -5px;overflow: hidden;/* background: #eee; */text-align: center;max-height: 240px;position: relative;}
.wrap-product .khungsp .box .chitietsp .hinh .price-per{
    right: 5px;
}
.wrap-product .khungsp .box .chitietsp .hinh img{    width: 100%;}
.wrap-product .khungsp .box .chitietsp .hinh img:hover{}
.wrap-product .khungsp .box .chitietsp h3{font-size: 14px;height: 45px;overflow: hidden;color: #333;font-weight: 400;padding: 10px 5px 5px;text-transform: uppercase;margin-bottom: 0px;/* font-weight: 600; */}
.wrap-product .khungsp .box .cart-product{position: absolute;z-index: 99;top: 22%;left: 0px;/* background: #fff; */height: 26px;}
.wrap-product .khungsp .box .cart-product .xemchitiet{
    width: 25px;
    height: 25px;
    font-size: 10px;
}
.wrap-product .khungsp .box .chitietsp h3 >a{
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}

.wrap-product .khungsp .box .chitietsp h3 >a:hover {
    color: #f00;
}
.wrap-product .khungsp .box .cart-product .cart-add{
    background: var(--color-web1);
    font-size: 13px;
    padding: 3px!important;
    width: 73px;
}
.wrap-product .khungsp .box .cart-product .cart-buy{
    width: 25px;
    height: 25px;
    background: var(--color-web1);
    font-size: 11px;
}
.wrap-product .khungsp .box .hinh:hover .xemchitiet,
 .wrap-product .khungsp .box .hinh:hover .cart-add,
  .wrap-product .khungsp .box .hinh:hover .cart-buy{
      transform: translate(0px);
  }
.wrap-product .khungsp .box .cart-product span{    background: unset;}
.wrap-dmcuoi{    margin-bottom: 30px;}
.wrap-dmcuoi .khungsp{    /* width: 100%; */    margin: 0px 0px 0px -8px;}
.wrap-dmcuoi .box{    padding: 0px 0px 0px 8px;    width: 20%;    margin-bottom: 8px;    float: left;}
.wrap-dmcuoi .box >a{    border: 1px solid #afadad;    display: block;    /* background: #e8e8e8; */    text-align: center;    position:relative;    overflow:hidden;    text-decoration: none;    padding-bottom: 51px;}
.wrap-dmcuoi .box >a .hinh{    background: #e8e8e8;    overflow: hidden;}
.wrap-dmcuoi .box >a .hinh:before{    position: absolute;    content: '';    width: 50px;    height: 100%;    background: #ffffff3d;    transform: translateX(-65px);    transition: all 0.5s;}
.wrap-dmcuoi .box >a .hinh:hover:before{    transform: translate(398px);}
.wrap-dmcuoi .box >a h3{    font-size: 14px;    color: #333;    font-weight: 400;    padding: 10px 5px 5px;    margin-bottom: 0px;}
.wrap-dmcuoi .box .cart-product{    position: absolute;    bottom: 12px;    left: 0;    right: 0;}
.wrap-qcduoihotdeal{
    /* margin-bottom: 23px; */
}
.slide_dm {    width: calc(100%/2 - 20px);    margin: 0 10px;    display: inline-block;    vertical-align: top;}
.wap_pro .slide_dm{}
.wap_pro .product:nth-child(4n) {}
.wap_pro .product:nth-child(3){}
.wrap-qc{margin-bottom: 30px;margin-top: 30px;}
.wrap-qc >a{overflow: hidden;position: relative;max-width: 33%;}
.wrap-qc >a:before{    position: absolute;    content: '';    width: 50px;    height: 100%;    background: #ffffff3d;    transform: translateX(-65px);    transition: all 0.5s;}
.wrap-qc >a:hover:before{    transform: translate(598px);}
.wrap-qc >a img{}
.slide_dm img{width: 100%}
.product {}
.product{display: inline-block;width: calc(100%/4 - 20px);margin: 0 10px 10px 10px;vertical-align: top;text-align: center;position: relative;}
.product:nth-child(4n+1){clear:both;}
.product:nth-child(4n){}
.box-product{position:relative;display:block;margin-bottom: 0;}
.pic-product{background:#fff;position: relative;}
.pic-product img{width:100%;}
.item {    text-align: center;    position: relative;}
.msp{    color: #666666;    margin-bottom: 5px;    font-size: 15px;}
.name-product a{font-size: 15px;color: #333333;text-transform: capitalize;font-weight: bold;display: block;line-height: 22px;}
.name-product.text-split{-webkit-line-clamp:1;}
 .item:hover .name-product a {color: #cc0000;}
 .item:hover .cart-product, .pic-product:hover .cart-product, .product:hover .cart-product{transition: all 1s;opacity: 1;}
.price-product{margin-bottom:0px;/* padding: 0px 10px; */text-align: center;}

.boxsoluong {
    text-align: center;
    margin: 5px 0px 10px;
}

.boxsoluong span {
    border: 1px solid var(--color-web);
    padding: 3px 4px;
    font-size: 12px;
    border-radius: 3px;
    color: var(--color-web);
    cursor: pointer;
    display: inline-block;
    margin: 0px 1px 4px;
}

.boxsoluong span:hover {
    box-shadow: 0px 0px 2px 1px var(--color-web);
}

.boxsoluong span:last-child {
    background: var(--color-web);
    color: #fff;
}
.price-product span{/* font-weight:700; */}
.price-new{font-size: 17px;font-weight: bold;color: #e00c15;display: inline-block;vertical-align: bottom;margin-left: 10px;}
.price-old{/* padding-left:10px; */font-size: 13px;color: #000;/* font-weight: 600; */text-decoration: line-through;/* float: left; */}
.price-per{
    position: absolute;
    top: 3px;
    right: -1px;
    color: #fff;
    background: #f00;
    font-size: 11px;
    border-radius: 5px;
    width: 32px;
    height: 24px;
    text-align: center;
    line-height: 25px;
    font-weight: 400 !important;
}
.spdaban{position:relative;background: url(../images/deal_line.png) no-repeat;height: 24px;text-align: center;line-height: 25px;background-size: 100% 100%;color: #fff;margin: 9px 0px;}
.spdaban:before{content:'';position:absolute;background: url(../images/hot.png) no-repeat;z-index: 99;width: 24px;height: 22px;background-size: 90%;left: 3px;bottom: 3px;}
.quantang{
    display: inline-block;
    background: var(--color-web1);
    padding: 0px 10px;
    border-radius: 26px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 22px;
    font-size: 11px;
}
.quantang img {
    max-height: 29px;
    max-width: 29px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 7px 0px 0px;
}
.cart-product{margin-bottom:0px;position: absolute;bottom: 0;left: 0;right: 0;background: rgb(0 0 0 / 38%);text-align: center;transition: all 1s;opacity: 1;font-size: 14px;}
.cart-product.index{position: absolute;top: 30%;background: transparent;height: 31px;overflow: hidden;margin: 0px 8px;}
.cart-product span{cursor:pointer;color:#fff;text-align:center;padding: 10px 5px;text-transform: capitalize;font-weight: 500;display: inline-block;vertical-align: top;/* background: url(../images/shopping-cart.png) no-repeat left center; */padding-left: 25px;transition: all 0.5s;}
.cart-product span:hover{    /* background: #00a7db; */    color: #fff!important;    /* border: 0px; */}
.cart-product.index span i{    margin-right:10px;}
.xemchitiet{
    width: 30px;
    height: 31px;
    display: inline-block;
    color: #fff;
    background: var(--color-web1);
    padding: 6px;
    border-radius: 2px;
    transform: translateX(-100px);
    transition: all 0.5s;
}
.cart-add{
    width: 90px;
    padding: 5px 0px!important;
    background: var(--color-web1);
    transform: translatey(38px);
    transition: all 0.5s;
}
.cart-buy{
    width: 30px;
    height: 30px;
    background: var(--color-web1);
    padding: 5px!important;
    border-radius: 2px;
    transform: translateX(100px);
    transition: all 0.5s!important;
}
p.views_all {    width: 135px;    height: 38px;    text-align: center;    line-height: 38px;    margin: auto;    position: relative;    background: #333333;    margin-top: 20px;}
p.views_all a {    color: #fff;    display: block;    position: relative;    z-index: 1;}
p.views_all:before {    position: absolute;    content: '';    top: 0;    left: 0;    bottom: 0;    width: 0;    transition: all 1s;    background: #cf0d0d;}
p.views_all:hover:before {     width: 100%;    transition: all 1s;}
.title-dm {}
.title-dm span {
    color: var(--color-web);
    /* background: var(--color-web); */
    padding: 6px 14px;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
    text-align: center;
    /* border-radius: 30px; */
    /* margin-bottom: 10px;*/
}
.title-dm span img{    margin-right: 10px;}
.title-dm ul.list_c2 {padding: 0px 10px 15px;margin: 0;text-align: center;}

.title-dm ul.list_c2 .slogan {
    font-size: 24px;
    font-family: 'RobotoLight';
    margin-bottom: 5px;
}
.title-dm ul li {display: inline-block;vertical-align: top;text-transform: capitalize;position: relative;cursor: pointer;list-style-type: none;}
.title-dm ul li >a{display: block;padding: 5px 10px;color: #333;text-decoration: none;font-family: 'RobotoLight';border: 1px solid var(--color-web1);border-radius: 0px 10px;transition: all 0.5s;}

.title-dm ul li >a:hover {
    background: var(--color-web1);
    color: #fff;
}
.title-dm ul li >a i{    font-size: 14px;    margin-right: 10px;}
.title-dm ul li.active {    color: #ff0;}
.title-dm ul li:after {    position: absolute;    content: '';    top: 9px;    right: -3px;    height: 12px;    border-right: solid 1px #fff;    transform: rotate(18deg);}
.title-dm ul li:hover {    color: #f00;}
.title-dm ul li:last-child:after {    display: none;}
.title-dm .hinh{    overflow: hidden;}
.title-dm .hinh img{    transition: all 0.5s;    width: 100%;}
.title-dm .hinh img:hover{    transform: scale(1.1);}
.xemtatca{display: block;text-align: center;padding: 5px;color: #fff;font-size: 15px;margin: 0px auto;transition:all 0.5s;text-decoration: none;font-family: 'RobotoLight';width: 150px;background: var(--color-web1);border-radius: 25px;}
.xemtatca:hover{background: var(--color-web);color: #fff;border-color: #000;text-decoration: none;}
.title-man span.arrow{position:relative;}
.title-man span.arrow span {    background:  url(../images/arrow.png);    display: block;    width: 11px;    top: 0;    bottom: 0;    margin: auto;    right: 0;    height: 10px;    opacity: 1;    position: absolute;}
.title-man span.arrow.arrow_l span{	background:  url(../images/arrow_r.png);}
@keyframes animate-arrow-1 {  0%{transform:translateX(40px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 1;}
}
@keyframes animate-arrow-2 {  0%{transform:translateX(20px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 0.5;}
}
@keyframes animate-arrow-3 {  0%{transform:translateX(10px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 0.3;}
}
@keyframes animate-arrow-4 {  0%{transform:translateX(-40px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 0.3;}
}
@keyframes animate-arrow-5 {  0%{transform:translateX(-20px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 0.5;}
}
@keyframes animate-arrow-6 {  0%{transform:translateX(-10px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 1;}
}
.itemct {    display: inline-block;    vertical-align: top;    width: calc(100%/4 - 20px);    margin: 0 10px 20px 10px;    position: relative;    border: solid 1px #E4E4E4;    font-size: 14px;    text-align: center;}
.itemct:hover {    box-shadow: 0px 0px 12px #ccc;}
.pic-ct-normal {    position: relative;}
.pic-ct-normal img{width: 100%}
.info-ct-normal {    position: absolute;    bottom: 0;    left: 0;    right: 0;    padding: 20px;    top: 0;    background: rgb(0 0 0 / 37%);    display: flex;    align-items: flex-start;    flex-flow: column;    justify-content: flex-end;    text-align: left;}
.itemct a.ct-normal{    display: grid;}
.itemct:nth-child(2n) .desc-ct {    order: 1;    margin-top: 1rem;}
.itemct:nth-child(2n) .pic-ct-normal {    order: 2;    margin-bottom: 0;}
p.desc-ct {    color: #666666;    font-size: 14px;    padding: 0 10px;    -webkit-line-clamp: 2;}
h3.name-ct {    color: #fff;    font-size: 17px;    text-transform: capitalize;}
  .dc {    font-size: 16px;    color: #fff;}
  .dc i {    margin-right: 6px;}
/* Sản Phẩm Detail */.grid-pro-detail{margin-bottom:50px;margin-top: 15px;}
.left-pro-detail{position:relative;float:left;width: 33%;text-align:center;margin-right:2%;margin-bottom: 20px;/*background:white;*/}
.left-pro-detail .MagicZoom{border:1px solid #eee;padding:7px;border-radius:5px;}
.right-pro-detail{width: 36%;float:left;margin-right: 20px;}

.flashsale {
    background: url(../images/flash-sale.png) no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
}

.flashsale #getting-started-tiep {
    text-align: center;
    padding: 53px 0px 4px;
}
.flashsale div div {
    background: #000;
    display: inline-block;
    color: #fff;
    margin: 20px 10px;
    padding: 0px 15px 10px;
    border-radius: 10px;
}
.flashsale div span:first-child{
    font-size: 25px;
    margin-bottom: -9px;
    display: block;
}
.flashsale div span:last-child{
    font-size: 12px;
}
.cot3{}
.cot3 .box{
    width: 27%;
    float: right;
    padding: 25px 15px 5px 15px;
    border-radius: 10px;
    position: relative;
}
.cot3 .box:first-child{
    border: 1px solid #F00;
    margin: 20px 0px 30px;
}
.cot3 .box:first-child h3 {
    font-size: 14px;
    background: #FFB201;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 15px;
    position: absolute;
    top: -14px;
    color: #fff;
}
.cot3 .box:first-child h3 i {
    margin-right: 5px;
}
.cot3 .box:last-child{
    border: 1px solid #f00;
}

.cot3 .box:last-child h3 {
    font-size: 14px;
    background: #FEE2E2;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 15px;
    color: #E13B4D;
    position: absolute;
    top: -14px;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    18;
}

.cot3 .box:last-child h3 i {
    margin-right: 5px;
}
.gallery-thumb-pro{position:relative;margin-top:10px;}
.owl-thumb-pro{padding:0px 40px;}
.thumb-pro-detail{display:block!important;border:1px solid #eee;padding:5px;border-radius:3px;cursor:pointer;}
.thumb-pro-detail.mz-thumb.mz-thumb-selected{border-color:#cecfd2;}
.thumb-pro-detail img{box-shadow:none!important;filter:brightness(100%)!important;border-bottom:0px!important;padding-bottom:0px!important;}
.title-pro-detail{text-transform:capitalize;font-size:20px;display:block;font-weight:700;margin-bottom: 8px;}
.social-plugin-pro-detail{margin-bottom: 5px;margin-top:0px!important;}
.title-pro-detail span {
    display: inline-block;
    color: #fff;
    background: #38BF57;
    margin: 3px 0px 5px 5px;
    font-size: 13px;
    padding: 1px 10px;
    border-radius: 18px;
    vertical-align: middle;
}
.desc-pro-detail{/* margin-bottom:1rem; */}
.attr-pro-detail{list-style:none;padding:0px;}
.attr-pro-detail .danhgiasao {
    text-align: left;
}
.desc-pro-detail p {
    margin-bottom: 0px;
}
.attr-pro-detail li{padding: 7px 0px;/* margin-bottom:0.5rem; */border-top: 1px solid #000;}
.attr-pro-detail li:nth-child(1){
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
    /* padding: 7px 0px; */
}
.attr-label-pro-detail{margin:0px 5px 0px 0px;}
.attr-label-pro-detail.d-block{display:block;margin:0px 0px 5px 0px;}
.attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.attr-content-pro-detail span.masp{}
.quatangdetail{
    margin: 5px 0px 0px;
}
.quatangdetail label {
    color: #f00;
    font-family: robotobold;
    margin-right: 10px;
}
.quatangdetail .box {
    position: relative;
    background: var(--color-web);
    padding: 5px 20px 5px 10px;
    border-radius: 20px;
    color: #fff;
}
.quatangdetail img {
    max-height: 40px;
    /* position: relative; */
    margin-top: -10px;
    margin-right: 10px;
}
.chonmau-pro-detail{
    border: 1px solid #ddd;
    padding: 3px 10px;
    display: inline-block;
}
.price-new-pro-detail{font-weight:700;font-size:20px;color:var(--color-red);}
.price-old-pro-detail{font-weight:500;color:var(--color-gray);text-decoration:line-through;padding-left:10px;}
.gia-tiet-kiem{margin-left:10px;}
.color-pro-detail{display:inline-block;vertical-align:top;position:relative;width:35px;height:30px;margin:0px 0px 3px 0px;border:1px solid transparent;}
.size-pro-detail{/* border:1px solid #ccc; *//* padding:3px 10px 4px 10px; */display:inline-block;position:relative;}
.size-pro-detail-checked{
    box-shadow: 0px 0px 5px 1px var(--color-web);
}
.size-pro-detail.active,.color-pro-detail.active{border-color:#e5101d;color:#e5101d;}
.color-pro-detail.active:before,.size-pro-detail.active:before{content:'';position:absolute;width:100%;height:100%;top:0px;left:0px;bottom:0px;right:0px;margin:auto;z-index:1;background-image:url(../images/check-cart.png);background-repeat:no-repeat;background-position:bottom right;}
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio]{outline:none;position:absolute;cursor:pointer;width:100%;height:100%;-webkit-appearance:none;border:0px;top:0px;left:0px;}
.quantity-pro-detail{width:100%;max-width:110px;line-height:normal;display:flex;align-items:center;justify-content:space-between;text-align:center;}
.quantity-pro-detail span{line-height:25px;padding:0px;width:30px;height:30px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #cccccc;}
.quantity-pro-detail span.quantity-plus-pro-detail{border-left:0px;}
.quantity-pro-detail span.quantity-minus-pro-detail{border-right:0px;}
.quantity-pro-detail input{height:30px;border:1px solid #cccccc;width:calc(100% - 60px);text-align:center;font-size:14px;padding:5px;}
.cart-pro-detail{margin-bottom:1rem;display:flex;align-items:stretch;justify-content:flex-start;}
.cart-pro-detail a{width:auto;text-align:center;color:#fff;padding:8px 15px;text-transform:uppercase;border-radius:3px;}
.cart-pro-detail a.addnow{margin-right:10px;background: var(--color-web1);cursor: pointer;}
.cart-pro-detail a.addnow:hover{color:#fff;background: var(--color-web);}
.cart-pro-detail a.buynow{background-color: var(--color-web1);cursor: pointer;}
.cart-pro-detail a.buynow:hover{background-color: var(--color-web);color: #fff;}
.cart-pro-detail a i{vertical-align:top;margin-top:3px;margin-right:8px;}
.magiamgia.module.desktop {
    max-height: unset;
    overflow: unset;
}
.magiamgia.module.desktop .wrap {
    width: unset;
    max-height: unset;
}
.magiamgia.module.desktop .wrap .box {
    width: calc((100% / 3) - 7px);
    margin-top: -10px;
}
.magiamgia.module{
    width: 100%;
    overflow-y: auto;
    margin-bottom: 15px;
    max-height: 135px;
}
.magiamgia.module .wrap {
    width: 600%;
    max-height: 135px;
}
.magiamgia.module .wrap .box {
    width: calc((82% / 6) + 30px);
    display: inline-block;
    margin: 2px;
    font-size: 11px;
}
.magiamgia.module::-webkit-scrollbar{ width: 2px;height:5px; background-color: #Fff;}
.magiamgia.module::-webkit-scrollbar-thumb { height: 2px; width:200px; background-color: #b4cbbf; border-radius: 3px; }
.tags-pro-detail{margin: 10px 0px 10px 0px;text-align: left;}
.tags-pro-detail a{font-size:12px;color: #666;background:#fff;padding:5px 10px 7px 10px;margin-right:5px;margin-bottom:5px;border: solid 1px #e9e9e9;border-radius:3px;display: inline-block;}
.tags-pro-detail a:hover{border: solid 1px #666;}
.tags-pro-detail a i{font-size:10px;float:left;margin:5px 5px 0px 0px;}
.grid-pro-detail .tabs-pro-detail .ul-tabs-pro-detail{padding:0px;list-style:none;margin-bottom:1rem;border-bottom: 1px solid #000;overflow: hidden;}
.grid-pro-detail .tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;margin-bottom:5px;background: var(--color-web1);padding: 10px 20px;text-transform: capitalize;color: #fff;}
.grid-pro-detail .tabs-pro-detail .ul-tabs-pro-detail li.active{background: var(--color-web);color:#fafafa;}
.grid-pro-detail .tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.grid-pro-detail .tabs-pro-detail .content-tabs-pro-detail{display:none;}
.grid-pro-detail .tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
.thongtincamket{
    text-align: center;
    background: var(--color-web);
    margin: 20px 0px;
    padding-top: 20px;
    border-radius: 8px;
}

.thongtincamket .box {
    /* max-width: 200px; */
    display: inline-block;
    margin: 0px 5px;
    text-align: center;
    color: #fff;
}

.thongtincamket .box img {
    max-height: 50px;
    margin-bottom: 10px;
}

.thongtincamket .box .ten {
    font-weight: 600;
}

.thongtincamket .box .mota {font-size: 12px;}
/* Toc */.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.box-readmore li ul>li{margin:0;margin-bottom:8px}
.box-readmore li ul>li:before{content:counters(item,".") " "}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px}
.box-readmore ul li:before{content:counters(item,".") ". ";display:table-cell;padding-right:5px}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}
/* Bài viết */.news{width: calc(100% / 4);float:left;margin-bottom:25px;display:block;padding: 0px 0px 0px 30px;}
.news .inner {
    box-shadow: 0px 0px 5px 1px #ddd;
    background: #fff;
}
.pic-news img{height: auto;width: 100%;}
.info-news{/* float:left; *//* width:60%; */padding: 0px 10px 10px;}
.name-news a{color:#333;font-size:16px;display:block;line-height:normal;margin-bottom:5px;height: 57px;overflow: hidden;}
.name-news:hover a{color: #000;}
.time-news{color:var(--color-gray);margin-bottom:0.25rem;font-size: 12px;}
.desc-news{color:#333333;margin-top:5px;line-height:22px;}
.share{padding:17px 10px 10px 10px;line-height:normal;background:rgba(128,128,128,0.15);margin-top:15px;border-radius:5px;}
.share b{display:block;margin-bottom:5px;}
.othernews b{margin-bottom:10px;}
.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:var(--color-red);}
/* Contact */.top-contact{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px;}
.top-contact .article-contact{width:48%;}
.form-contact{width:47%;}
.input-contact{position:relative;margin-bottom:15px;}
.input-contact input,.input-contact textarea{width:100%;padding:0px;outline:none;font-size:14px;}
.input-contact input{text-indent:10px;}
.input-contact textarea{resize:none;height:150px;padding:10px;}
.input-contact .custom-file-label::after{content:attr(title);}
.bottom-contact{position:relative;height:500px;}
.bottom-contact iframe{position:absolute;top:0px;left:0px;width:100%!important;height:100%!important;}
/* hotdeal */
.tophotdeal img{width:100%;}
.hotdealpage{}
.hotdealpage .clock{
    text-align: center;
}
.hotdealpage .clock .timehotdeal{padding-top: 20px;}
.hotdealpage .clock .timehotdeal div{display:inline-block;margin:0px 5px;}
.hotdealpage .clock .timehotdeal div span:nth-child(1){display:inline-block;background:#fff;padding:5px;font-size:20px;border-radius:5px}
.hotdealpage .clock .timehotdeal div span:nth-child(2){display:inline-block;font-size:20px;margin-left:5px;color:#fff;}
.hotdealpage .title-hotdeal{
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 9px;
}
.hotdealpage .sloganhotdel{
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin: 5px 0px 20px;
}
.hotdealpage .itemdm{
    margin-bottom: 30px;
    width: calc((100% / 5) - 4px);
    padding: 0px 0px;
    position: relative;
    border: 0px;
}
.hotdealpage .itemdm .box{
    background: #fff;
    padding: 6px;
    text-align: left;
    box-shadow: 0px 0px 7px 1px #ddd;
}
.hotdealpage .itemdm .box .cart-product{margin-top: 5px;}
.hotdealpage .itemdm .box .cart-product span{
    width: 100%;
    padding: 8px;
    /* margin-bottom: 8px; */
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #000;
}
.hotdealpage .itemdm .box .cart-product span:hover{
    background:#fff;
    color: #000!important;
    border-color:#000;
}
.mobile{display: none;}
.product-buying {
    position: fixed;
    left: 1%;
    bottom: 5%;
    z-index: 999;
}

.product-buying-item {
    opacity: 0;
    visibility: visible;
    width: 280px;
    background: #fff;
    padding: 10px;
    position: absolute;
    bottom: -300px;
    left: 5%;
    z-index: 99;
    transition: all ease 2s;
    border-radius: 10px;
}

.product-buying-item.active {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}
.product-buying-item div div i{
    font-size: 11px;
}
.product-buying-title {
    font-size: 12px;
}
.product-buying-close {
    position: absolute;
    top: -3px;
    right: 2px;
    cursor: pointer;
}

/* Footer */.wrap-hinhthuc{    background: #0072bc;    padding: 20px 0px 15px;}
.wrap-hinhthuc .box{    display: flex;    align-items: center;}
.wrap-hinhthuc .box .left{    margin-right: 10px;}
.wrap-hinhthuc .box .right{}
.wrap-hinhthuc .box .right h3{    font-size: 16px;    color: #fff;    text-transform: uppercase;    margin-bottom: 2px;}
.wrap-hinhthuc .box .right h4{    font-size: 14px;    color: #fff;}
.footer {background: var(--color-web);color: #fff;padding-top: 40px;/* border-top: 1px solid #000; */position: relative;z-index: 100;}
.footer-article{}

.footer-article .footer-news {
    margin-bottom: 20px;
}
.footer-article .wrap-content, .footer-article1 .wrap-content{/* padding: 35px 0px; */}
.footer-article .wrap-content .footer-news .box i{
    font-size: 16px;
    margin-right: 5px;
}
.footer-article1{    background: #fff;    padding: 15px 0px;}
.footer-article1 div >a{}
.footer-article1 div >a img{}
.title-footer{font-size: 17px;margin-bottom: 15px;color: #fff;/* font-weight: 400; */text-transform: uppercase;border-bottom: 1px solid;padding-bottom: 10px;}
.footer-ul{list-style:none;padding: 0px!important;margin:0px;padding-left: 18px;}
.footer-ul li{margin-bottom: 6px;list-style-type: none;display: block;}
.footer-ul li:last-child{margin-bottom:0px;}
.footer-ul li a{color: #000;font-size: 12px;}
.footer-ul li a i{    font-size: 11px;    margin-right: 8px;}
.footer-ul li a:hover{color:#00a7db;}
.slogan-newsletter{color: #fff;margin-bottom: 0;}
.newsletter-input{position:relative;/* width: calc(100% - 140px); */width: 100%;display: flex;/* justify-content: space-between; */flex-wrap: wrap;align-items: center;background: url(../images/thoi-trang_167.png) no-repeat;padding-left: 143px;background-size: 128px;height: 44px;}
.newsletter-input .input_newsletter {    /* width: calc(100%/3 - 5px); */    width: calc(100% - 86px);    text-align: center;    position: relative;}
.newsletter-input .input_newsletter #email-newsletter{}
.newsletter-input input{padding:0px;font-size: 12px;text-indent:10px;border-radius:0px;width:100%;/* border-radius: 20px; *//* border: 1px solid #ddd; */}
.newsletter-input input.dangkyemail{    width: 75px;    text-indent: unset;    padding: 7px;    border: 0px;    background: #0072bc;    color: #fff;}
.newsletter-button{margin-top: 0;width: 130px;}
.newsletter-button input[type=submit]{border:0px;background-color: #CC0000;color:#fff;display:inline-block;text-transform:uppercase;font-weight:500;cursor:pointer;width: 100%;height: 38px;border-radius: 25px;}
.footer-tags{background:#eee;}
.footer-tags .wrap-content{padding:30px 10px;}
.label-tags{font-weight:600;font-size:15px;}
.list-tags{list-style:none;padding: 0px!important;margin:0px;padding-left: 18px;}
.list-tags li{/* float:left; */margin: 0px 30px 8px 0px;list-style-type: none;display: block;}
.list-tags li a{display:block;color: #fff;font-size: 12px;}

.bocongthuong {}
.bocongthuong img {
    max-height: 50px;
    margin: 10px 0px;
}
.social-footer{
    margin: 20px 0px 0px;
}

.social-footer li {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px;
}

.social-footer li img {
    max-height: 40px;
}

.social-footer li >a {}
.list-tags li a i{    font-size: 10px;    margin-right: 8px;}
.list-tags li a:hover{color: #ff0;}
.footer-powered{/* color:#fff; */font-size: 12px;background: var(--color-web);/* margin-top: 20px; */}
.footer-powered .wrap-content{padding: 12px 10px;/* border-top: solid 1px #858585; */text-align: right;overflow: hidden;}
.copyright{margin-bottom:0px;/* float: right; */text-align: center;/*text-transform: uppercase;*/color: #fff;}
.copyright >a{color:#fff;}
.statistic{margin-bottom:0px;}
.statistic span{/* padding-right:10px; */padding: 0 5px;}
.statistic span:last-child{padding-right:0px;}
#footer-map{position:relative;height:500px;}
#footer-map iframe{position:absolute!important;width:100%!important;height:100%!important;top:0px!important;left:0px!important;}
.footer-article div div .footer-news:nth-child(4) .fb_iframe_widget, .footer-article div div .footer-news:nth-child(4) .fb_iframe_widget span,  .footer-article div div .footer-news:nth-child(4) .fb_iframe_widget iframe{    width: 100%!important;  }
/* Like Share */.social-plugin{display:flex;justify-content:flex-start;margin-top:10px;}
.social-plugin .at-share-btn{margin-bottom:0px!important;}
.social-plugin .zalo-share-button{margin-left:3px;}
.social.social-left{    position: fixed;    z-index: 999;    left: 10px;    top: 29%;}
.social.social-left >a{    display: block;    margin-bottom: 10px; width: 40px;}
.floatheart{
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 999;
    bottom: 1px;
    left: 30px;
}
@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
.floatlink-hotdeal{
    width:204px;
    height:200px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 30px;
}
.floatlink-hotdeal >a{
    display: block;
    animation: 1.5s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
}
.floatlink-hotdeal span.close{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
}
.float-dkdn{
    width: 400px;
    border: 1px solid #ddd;
    position: fixed;
    bottom: 69px;
    left: 85px;
    padding: 20px 50px 20px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    display: none;
}
.float-dkdn span.close{
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: 'RobotoLight';
    cursor:pointer;
}
.float-dkdn .box1-dkdn{}
.float-dkdn .box2-dkdn{}
.float-dkdn .box2-dkdn h3{
    font-size: 14px;
    margin: 8px 20px 10px;
    font-family: 'RobotoBold';
    color: #000;
    line-height: 20px;
}
.float-dkdn .box2-dkdn h5{
    font-size: 12px;
    margin: 0px 30px 10px;
}
.float-dkdn .box2-dkdn >a.dn3{
    display: block;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 11px;
    margin: 0px 20px 7px;
}
.float-dkdn .box2-dkdn h6{
    font-size: 12px;
    font-family: 'RobotoLight';
}
/* Phân Trang */.pagination-home .pagination .page-item .page-link{color:#555555;font-size:.875rem;}
.pagination-home .pagination .page-item.active .page-link{color:#ffffff;background-color:#555555;border-color:#555555;}
/* Phân Trang Ajax */.pagination-ajax{text-align:center;}
.pagination-ajax a{display:inline-block;vertical-align:top;margin:0px 2px 3px 2px;color:#333;background:#eee;border:1px solid rgba(161,161,161,0.4);font-size:12px;cursor:pointer;padding:3px 10px 5px 10px;border-radius:2px;}
.pagination-ajax a.current,.pagination-ajax a:hover{background: #666666;color:#fff;border-color: #666666;}
/* Popup custom */.modal-custom .modal-footer{padding:0.5rem;}
.modal-custom .modal-footer .btn{font-size:14px;}
/* Popup */#popup .modal-body{padding:0px;text-align: center;}
/* Hidden Google Captcha */.grecaptcha-badge{display:none!important;width:0px!important;height:0px!important;visibility:hidden!important;overflow:hidden;}
/* Hidden Check Grammar Coccoc */coccocgrammar{display:none;}
/* Scroll Top */.scrollToTop{width:41px;height:41px;text-align:center;font-weight:bold;color:#444;text-decoration:none;position:fixed;bottom:65px;right:25px;display:none;z-index:10;cursor:pointer;}
/* Text Hide */.text-split{height: 66px;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}
/* Transition All */.transition{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}
/* Scale IMG */.scale-img{overflow:hidden;display:block;margin-bottom: 15px;height:151px;}
.scale-img >a{display:block;text-align:center;}
.scale-img >a{height:100%;}
/* Blink */.blink{-webkit-animation-name:blink;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blink;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blink;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;}
@-moz-keyframes blink{	0%{opacity:1.0;}
	50%{opacity:0.0;}
	100%{opacity:1.0;}
}
@-webkit-keyframes blink{	0%{opacity:1.0;}
	50%{opacity:0.0;}
	100%{opacity:1.0;}
}
@keyframes blink{	0%{opacity:1.0;}
	50%{opacity:0.0;}
	100%{opacity:1.0;}
}
/* Button Frame */
.btn-frame{display:block;width: 40px;height: 40px;position:fixed;left: 26px;z-index:10;cursor:pointer;}
.btn-frame i{display:flex;display:-ms-flex;justify-content:center;align-items:center;-ms-flex-align:center;width: 40px;height: 40px;border-radius:50%;background:#1182FC;position:relative;z-index:1;}
.btn-frame i img{vertical-align:middle;width:70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-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(7,41,103,0.8);opacity:.1;border-color:#1182FC;opacity:.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width: 60px;height: 60px;top:-10px;right:-10px;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(7,41,103,0.35);opacity:.4;}
.btn-frame .pulse{animation-name:pulse;}
/* Zalo */.btn-zalo{bottom:330px;}
/* Phone */.btn-phone{bottom:261px;/*display: none;*/}
/* Messenger */
.btn-messenger{
    bottom: 192px;
}
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}
.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}
.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-box{display:block;position:fixed;cursor:pointer;bottom:150px;right: 22px;width: 46px;height: 46px;text-align:center;background:#1182FC;border-radius:100%;overflow:hidden;z-index:99;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);}
.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}
.js-facebook-messenger-box svg#fb-msng-icon{width: 22px;height: 23px;position:absolute;top: 11px;left:12px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;}
.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}
.js-facebook-messenger-box svg#close-icon{opacity:0;width:19px;height:20px;position:absolute;top: 14px;left:14px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-container{position:fixed;opacity:0;transform:translateY(50px);bottom:110px;right:90px;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}
.js-facebook-messenger-top-header{width:220px}
.js-facebook-messenger-top-header{color:#fff;background:#1182FC}
.js-facebook-messenger-top-header{display:block;position:relative;width:220px;background:#1182FC;color:#fff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px}
.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-top-header{color:#fff;background:#1182FC}
.js-facebook-messenger-top-header{width:220px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1;pointer-events:all}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}
.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}
.js-facebook-messenger-box.open svg#close-icon{opacity:1}
/* Cart fix */
.cart-fixed{position:fixed;right:20px;bottom:390px;z-index:10;background:#4b4f56;width:50px;height:50px;text-align:center;color:#fff!important;border-radius:100%;display:flex;align-items:center;justify-content:center;display: none;}
.cart-fixed i{font-size:20px;}
.cart-fixed span{position:absolute;top:0px;right:-5px;color:#fff;width:25px;height:25px;background:var(--color-red);text-align:center;line-height:25px;font-size:11px;border-radius:100%;}
/* Toolbar */.toolbar{background: #1182fc;width:100%;padding:3vw;bottom:0px;position:fixed;z-index:500;height:auto;left:0px;display: none;}
.toolbar ul{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:0px;margin:0px;}
.toolbar ul li{text-align:center;width:25%;}
.toolbar ul li a{display:block;width:100%;cursor:pointer;}
.toolbar ul li a img{height:6vw;width:auto;}
.toolbar ul li a span{font-weight:400;color:#fff;font-size:3.5vw;display:none;}
/* Fixbar */.fixbar{bottom:0;display:block;background:#f0eff4;border-top:1px solid #ddd;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:fixed;margin:0;z-index:500;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:50px;}
.fixbar ul{margin:0px;padding:0px;list-style:none;}
.fixbar ul li{display:inline-block;margin:0 auto 10px;text-align:center;width:25%;float:left;}
.fixbar .icon-cart-mobile,.fixbar .icon-cart-new,.fixbar .icon-home-new,.fixbar .icon-hotdeal-new{width:20px;height:20px;display:block;margin:8px auto 0;}
.fixbar .icon-cart-mobile{background:url(../images/cart-mobile.png) no-repeat;}
.cart-total-header-mobile{font-size:10px;position:absolute;background:red;color:#fff!important;border-radius:50%;height:15px;width:15px;line-height:15px;top:5px;margin-left:5px;}
.fixbar ul li a{font-size:11px;text-decoration:none;color:#333;}
.fixbar ul li a i{font-size:20px;}
/* Plugbar */.plugbar{position:fixed;bottom:0;left:0;border-top:1px solid #eae6e6;width:100%;right:0;max-width:767px;margin:0 auto;background:#fff;padding:9px 10px 10px 7px;z-index:10;}
.plugbar ul{list-style:none;padding:0;margin:0px;display:-webkit-flex;display:-moz-flex;display:flex;justify-content:space-between;align-items:center;}
.plugbar ul li{width:20%;float:left;}
.plugbar ul li a{display:block;color:#696969;font-size:12px;text-align:center;position:relative;}
.plugbar ul li a i{font-size:20px;color:#696969;}
.plugbar ul li a span{position:absolute;width:50px;height:50px;top:-40px;left:calc(50% - 50px/2);font-size:14px;display:block;border:1px solid rgba(234,230,230,0.5);border-radius:100%;}
/* Combo Phone */.support-online{position:fixed;z-index:999;left:10px;bottom:0px;}
.support-online a{position:relative;margin:20px 10px;text-align:left;width:40px;height:40px;}
.support-online i{width:40px;height:40px;background:#43a1f3;color:#fff;border-radius:100%;font-size:20px;text-align:center;line-height:1.9;position:relative;z-index:999;}
.support-online a span{border-radius:2px;text-align:center;background:rgb(103,182,52);padding:9px;display:none;width:180px;margin-left:10px;position:absolute;color:#ffffff;z-index:999;top:0px;left:40px;transition:all 0.2s ease-in-out 0s;-moz-animation:headerAnimation 0.7s 1;-webkit-animation:headerAnimation 0.7s 1;-o-animation:headerAnimation 0.7s 1;animation:headerAnimation 0.7s 1;}
.support-online a:hover span{display:block;}
.support-online a{display:block;}
.support-online a span:before{content:"";width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent  rgb(103,182,52) transparent transparent;position:absolute;left:-10px;top:10px;}
.support-online .kenit-alo-circle-fill{width:60px;height:60px;top:-10px;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;right:-10px;}
.support-online .kenit-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,0.4);opacity:.1;border-color:#0089B9;opacity:.5;}
.support-online .support-online .btn-support{cursor:pointer;}
.support-online .mes i{background:orange;}
.support-online .sms i{background:red;}
.support-online .call-now i{background:green;}
/* Phone Switch */.widget-mobile{position:fixed;left:50%;transform:translateX(-50%);bottom:10px;z-index:9999999;}
#my-phone-circle{position:relative;width:50px!important;height:50px!important;}
.wcircle-open .wcircle-icon i:before{content:'\f00d';}
.wcircle-icon{background:#1282fc;border-radius:50%;display:flex!important;display:-ms-flex!important;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative!important;}
.wcircle-icon:before{position:absolute;content:'';width:60px;height:60px;background:rgba(18,130,252,.5);border:1px solid #fff;border-radius:50%;left:-5px;top:-5px;-webkit-animation:pulse 1s infinite ease-in-out;-moz-animation:pulse 1s infinite ease-in-out;-ms-animation:pulse 1s infinite ease-in-out;-o-animation:pulse 1s infinite ease-in-out;animation:pulse 1s infinite ease-in-out;}
.wcircle-icon:after{position:absolute;content:'';width:80px;height:80px;background:rgba(18,130,252,.5);border-radius:50%;left:-15px;top:-15px;-webkit-animation:zoomIn 2s infinite ease-in-out;-moz-animation:zoomIn 2s infinite ease-in-out;-ms-animation:zoomIn 2s infinite ease-in-out;-o-animation:zoomIn 2s infinite ease-in-out;animation:zoomIn 2s infinite ease-in-out;}
.wcircle-menu{position:absolute!important;left:0;top:0;display:none;}
.wcircle-menu-item{width:50px;height:50px;background:#1282fc;border-radius:50%;display:flex;display:-ms-flex;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.wcircle-menu-item img{width:50px;height:50px;display:block;border-radius:50%;}
.wcircle-menu-item i,.wcircle-icon i{font-size:25px;color:#fff;position:relative;z-index:9999;}
.shake-anim{-webkit-animation:shake-anim 1s infinite ease-in-out;-moz-animation:shake-anim 1s infinite ease-in-out;-ms-animation:shake-anim 1s infinite ease-in-out;-o-animation:shake-anim 1s infinite ease-in-out;animation:shake-anim 1s infinite 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%}
@-moz-keyframes shake-anim{	0%{transform:rotate(0) scale(1) skew(1deg)}
	10%,30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
	20%,40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
	100%,50%{-moz-transform:rotate(0) scale(1) skew(1deg)}
}
@-webkit-keyframes shake-anim{	0%,100%,50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
	10%,30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
	20%,40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
}
@-o-keyframes shake-anim{	0%,100%,50%{-o-transform:rotate(0) scale(1) skew(1deg)}
	10%,30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
	20%,40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
}
/* Responsive */
@media(max-width:1366px) and (min-width: 1025px){
     .hotdealpage .clock .timehotdeal div span:nth-child(1){
        font-size: 33px;
     }
}
@media(max-width:1200px){    ul.social.social-header{display: none}
    div#slider img {        height: 345px;        object-fit: cover;    }
    .itemtk p.count{font-size: 50px}
}
@media(max-width:1024px){     ul.menu_top{display: none}
     .info-header{/* width: 50% */}
     .menucon{margin:0px;}
    .menucon >a.danhmuccon{/* display: none!important; */padding: 8px;}
    .owl-slideshow .owl-stage-outer{    width: 100%;}
    .show_menu.index .wrapmenublack, .show_menu.show_in .wrapmenublack{
    padding-left: 10px;
}
    .show_menu.index ul.menuchinh, .show_menu.show_in .wrapmenublack ul.menuchinh{
    height: 344px;
}
    .hover-menu{
    max-height: 343px;
}
    div#slider{
    width: calc(100% - 261px);
}
    .box_slider{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        margin-bottom: 30px;
    }
    .hotdealpage .itemdm{
    width: calc(100% /4);
}
}
@media(max-width:1001px){	.menu{display:none;}
	.menu-res{display:block;}
    .hotline-header span{font-size: 15px;}
    .hotline-header{margin:0 5px;}
    .box_slider{padding-left: 0}
    .search{display: none}
    a.logo-header{width: 50%}
    div#slider{padding: 10px;}
    .itemtk p.count{font-size: 48px}
    .itemtk{padding: 20px}
}
@media(max-width:850px){	
    .news{/* width:100%; *//* float:none!important; */padding: 0px 5px;}
    .box_slider .wrap-content{
    padding: 0px;
}
    .righheader{width: 70%;}
    .search input{width: calc(100% - 40px);}
    .cart-fixed{display: none;}
    .leftpage{
    width: 100%;
    margin-top: 20px;
}
    .header-top .email{    display: none;}
    .show_menu.index{display: none;}
    #menu .mm-panels>.mm-panel, .mm-navbar_sticky{
    background: var(--color-web)!important;
}
    .menu-bar-res .search{display: block;}
    .menu-bar-res .hotline-header{display: none;}
    .itemdm.timkiem, .itemdm.detail{
    width: calc(100% /4);
    padding: 0px 5px;
    vertical-align: top;
}
    .slideshow{width: 100%}
    .box_slider{}
    div#slider img{height: auto;}
    div#slider{padding:0;width: 100%;}
    .slide_dm{display: none}
    .product { width: calc(100%/3 - 20px);}
    .wrap-product .khungspshow{
    width: calc(76%);
}
    .wrap-product .khungsp .box{flex: unset;/* max-width: 50%; */}
    .leftpage.sanpham{
    display: none;
}
    .rightpage{
    width: 100%;
}
    .itemdm.danhmuc{
    padding: 0px;
}
    .title-main span{
    padding: 0px;
}
    .left-pro-detail{
    width: 49%;
    margin-right: 0px;
}
    .right-pro-detail{
    width: 50%;
    float: right;
    margin-right: 0px;
}
    .cot3{
    display: none;
}
    .rightpage .alert-warning{
    margin-left: 0px;
    display: block;
    clear: both;
    }
    .grid-pro-detail .tabs-pro-detail .content-tabs-pro-detail * img{
        max-width: 100%;
        height: auto!important;
    }
    .itemtk{width: calc(100%/2)}
    .itemct {         width: calc(100%/2 - 20px);     }
    .left-intro, .center-intro,.right-intro{width: 100%;margin-bottom: 15px;}
    .left-intro .newshome-scroll{height: 645px}
    .newshome-normal .noidung h3{    height: 38px;    overflow: hidden;}
    .newshome-normal .noidung h4{    max-height: 65px;    overflow: hidden;}
    .wrap-hinhthuc .box{    display: block;    text-align: center;    padding: 0px 5px;}
    .info_dk{width: 100%;margin-bottom: 10px;}
    form.form-newsletter.validation-newsletter{width: 100%}
    .footer-article .wrap-content{flex-wrap: wrap;}
    .footer .footer-news{    flex: unset;    max-width: 50%;    margin-bottom: 15px;}
    .footer-article1 .left, .footer-article1 .right{    flex: unset;    max-width: 100%;}
    .info-header{width: 50%;}
    .footer{margin-bottom: 60px;}
    .toolbar{display: block;}
    a.cart{/* display: none; */}
    .hotdealpage .itemdm{
    padding: 0px 5px;
}
}
@media(max-width:769px){	
    .top-contact{flex-wrap:wrap;}
	.left-pro-detail,.right-pro-detail,.top-contact .form-contact,.top-contact .article-contact{width:100%;margin:0px;}
	.left-pro-detail,.top-contact .article-contact{margin-bottom:30px;}
    .footer .footer-news{/* width: 100% !important */}
    .copyright,.statistic{width: 100%;margin: 5px 0;text-align: center;}
    .left-intro .newshome-scroll {        height: 500px;    }
    a.logo-header{ width: 100%; text-align: center;}
    .hotline-header{/* display: none */}
    .title-dm ul.list_c2{width: 100%;/* width: 1000px; *//* overflow-x: scroll; */}
    .product {        width: calc(100%/2 - 20px);    }
}
@media(max-width:600px){
    a.logo-header{width: 250px;}
    .header-bottom{background: unset;display: none;}
    .col-tt{max-width: 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;}
    .title-dm ul li{
    display: inline-block;
}
    .wrap-product .khungspshow{width: 100%;padding: 0px;/* margin: 0px 15px; *//* width: calc(100% - 30px); *//* border-left: 2px solid #000; */}
    .wrap-product .khungsp .box{    padding: 0px 15px;    margin-bottom: 15px;}
    .itemdm.danhmuc{width: calc((100% /3) - 2px);}
    .news{
    width: calc(100% /3);
}
    .itemdm.timkiem, .itemdm.detail{
    width: calc(100% /3);
    float: none;
    display: inline-block;
}
    .title-dm{
    width: 100%;
    /* margin-right: 15px; */
    border-bottom: 0px;
    /* border-right: 2px solid #000; */
    overflow: hidden;
}
    .social.social-left{    top: 40%;}
    .hotdealpage .itemdm{
    width: calc(100% / 3);
}
    .floatheart, .floatlink-hotdeal{
        display: none;
    }
}
@media(max-width:480px){    
    .desktop{display: none;}
    .mobile{display: block;}
    .header-top, .righheader{display: none;}
	.info-header, .btn-zalo, .btn-phone{/* display: none; */}
    .btn-zalo {
        bottom: 153px;
        left: 13px;
    }
    .btn-messenger{
        bottom: 85px;
        left: 13px;
    }
    .btn-phone {
        display:none;
    }
    .hotline-header{
        display: none;
    }   
    .header-bottom .wrap-content{padding: 6px 0px;}
    .wrap-content{overflow: hidden;}
    .righheader .tuvanzalo{margin: 0px 0px 0px 5px;}
     .menu-bar-res .iconsearch{
        border: 1px solid #fff;
        padding: 4px;
        border-radius: 5px;
        cursor: pointer;
    }
    .menu-bar-res .iconsearch svg{
        width: 24px;
        fill: #ddd;
    }
    .menu-bar-res .logomobi {
        max-width: 56%;
    }
    .menu-bar-res .logomobi img {
        padding: 0px 65px 0px 38px;
    }
    .menu-bar-res .search{
        width: 253px;
        height: 30px;
        margin-left: 10px;
        margin-top: 0px;
        float: left;
        display: none;
        position: absolute;
        bottom: -34px;
        background: #fff;
        border: 1px solid var(--color-web);
    }
    .menu-bar-res .search input{
        height:30px;
        color: #000;
    }
    .menu-bar-res .search p{
    height: 30px;
    line-height: 27px;
}
    .menu-bar-res .hotline-header{display: block;}
	.menu-bar-res marquee.mobile{display: block;}
    .index1 .box{
    width: calc((100% / 3) - 4px);
}
.index1 .box >a {
    padding-bottom: 10px;
}
.index1 .box h3 {
    height: 32px;
    overflow: hidden;
}
    .dacbiet{
    margin-bottom: -30px;
}
    .dacbiet .right{
    background: url(../images/deona1.png) center 36px no-repeat;
    background-size: auto 100%;
}
.dacbiet .imagetop {
    max-width: 100%;
    /* margin-top: -18px; */
}
    .title-dm span{
    font-size: 23px;
}
    .index h2 span:nth-child(2){
    font-size: 17px;
}
    .index h2:before{}
    .index h2 >a{
    margin-top: 9px;
    font-size: 12px;
}
	.thongtincamket{
		margin: 0px 0px 15px;
	}
	.left-pro-detail, .grid-pro-detail{
		margin-bottom: 0px;
	}
     .flashsale.mobile{
    background: #ee4d2e no-repeat;
    background-size: 49%;
    background-position: -33px 13px;
}
.flashsale.mobile #getting-started-tiep {
    padding: 0px;
    /*text-align: right;*/
}
.flashsale.mobile #getting-started-tiep div {
    font-size:13px;
    margin: 5px 5px 5px 0px;
}
#messages-facebook{display: none;}
 .newshome-normal .noidung h4{max-height: 44px;}
    .wrap-brand .wrap-content h2 p, .wrap-dmcuoi h2 p{        padding-left: 0px;    }
    .wrap-product .khungsp .row{    margin: 0px 0px 0px -8px;    /* padding-left: 8px; */}
    .wrap-product .khungsp .box{max-width: unset;/* width: 50%; */padding: 0px 8px 0px 8px;margin: 0px 1px 20px 1px;}
    .wrap-product .khungsp .box >a h3{    font-size: 13px;    height: 44px;    overflow: hidden;}
    .wrap-product .khungsp .price-product{}
    .wrap-product .khungsp .price-product span{    font-size: 13px;}
    .wrap-product .khungsp .box .cart-product span, .owl-brand .cart-product span{    padding: 7px 0px;}
    .wrap-product .khungsp .box .cart-product{
    margin: 0px 33px;
}
    .title-main .wrap-sapxep{
    float: left;
}
    .itemdm.danhmuc{
    width: calc((100% /2) - 6px);
}
    .itemdm.timkiem, .itemdm.detail{
    width: calc((100% /2) - 5px);
    padding: 0px;
}
	.itemdm.detail .brand{
		height: 180px;
	}
    .news{
    width: calc(100% /2);
}
    .thongtincamket .box{
    margin: 0px 7px;
}
    .product-buying{
        left: 15%;
    bottom: 14%;
    }
    .product-buying-item {
        width: 250px;
    }
    .wrap-qc >a{    max-width: 100%;    margin-bottom: 10px;}
    .newshome-normal .hinh{    max-width: 50%;}
    .newshome-normal .hinh span{    top: 7px;}
    .newshome-normal .noidung{        width: 50%;    }
    .wrap-intro .right-intro .box .right{    padding: 0px 15px;    display: flex;    overflow-x: scroll;}
    .wrap-intro .right-intro .box .right .item{    margin-right: 5px;}
    .wrap-intro .right-intro .box .right .item img{    height: 86px;}
    .footer .footer-news{    max-width: 100%;}
    .float-dkdn{width: calc(100% - 20px);left: 10px;}
    .newsletter-input{    background: unset;    padding: 0px;}
    .hotdealpage .itemdm{
        width: calc((100% / 2) - 3px);
        padding: 0px 0px;
    }
}
@media(max-width:460px){	
    .pic-news,.info-news{display:block;width:100%;float:none;/*text-align:center;*/margin:0px;height: 120px;}
	.info-news{margin-top:15px;}
	.top-contact .form-contact .button-contact .file-contact span b{max-width:105px;}
    .pro_option .tabs-pro-detail .ul-tabs-pro-detail li{width: 100%}
    .pro_option .tabs-pro-detail .ul-tabs-pro-detail{flex-wrap: wrap;}
    .left-intro .newshome-scroll {        height: 380px;    }
    .box_slider{
    margin-bottom: 20px;
}
    .itemdm{
    width: calc(100% - 1px);
    margin-left: 1px;
    /* margin-right: -9px; */
}
    .wrap-brand{
    margin-top: 0px;
    margin-bottom: 22px;
}
    .wrap-brand h2 span{
    font-size: 14px;
}
    .wrap-brand h2 #getting-started-tiep{
    margin: 6px 0px;
}
    .wrap-product .khungsp .wrapbox2 .box .hinh{
        height: 167px;
    }
    .cart-product{margin: 0px 8px!important;}
    .itemdm.danhmuc .xemchitiet, .itemdm.danhmuc .cart-buy{
    width: 25px;
    height: 25px;
    font-size: 12px;
}
    .itemdm.danhmuc .cart-add{
    height: 25px;
    width: 74px;
    font-size: 12px;
}
    .dm_photo{
        width: calc(100% + 12px);
        margin: -10px -6px -3px -6px;
    }

.itemdm.detail .dm_photo {
    width: calc(100% + 12px);
    margin: -5px -6px -3px -6px;
}

.itemdm.detail .brand img {max-height: unset;}

.itemdm.danhmuc .dm_photo {
    margin: -5px -5px -3px -5px;
    width: calc(100% + 10px);
}
	.wrap-product .khungsp .box .chitietsp .hinh{
		margin-top: -3px;
	}
    .brand{display: block;text-align: center;/* height: 180px; */}
    .brand img{
        /* max-height: 180px; */
    }
    .name_dm a, .wrap-product .khungsp .box .chitietsp h3 >a{
    font-size: 13px;
    font-weight: 400;
}
    .itemdm.detail .cart-product{
    margin: 0px 15px;
}
    .price-new{font-size: 12px;}
    .price-old{font-size: 12px; margin-top: 2px;padding-left: 0;}
    .hotdealpage .clock .timehotdeal div span:nth-child(1){/*font-size: 13px;*/}
    .hotdealpage .clock .timehotdeal div span:nth-child(2){font-size: 13px;}
}
@media(max-width:369px){	.cart-pro-detail{flex-wrap:wrap;}
	.cart-pro-detail a{width:100%;text-align:center;margin:0px!important;font-size:12px;}
	.cart-pro-detail a:first-child{margin-bottom:5px!important;}
	.cart-pro-detail a i{display:none;}
}
