/*FullStack by Rocker.vn (since 2008)*/   

@import url("./reset.css");
@import url("https://www.rocker.vn/hiti-template/plugins/css/rocker.fonts.css");
/*@import url("./rocker.iani.css?v=1");*/
@import url("./owl.carousel.0.2.css");
@import url("./rocker.items.css?v=3");
@import url("./rocker.shop.css?v=1");
.pl-load-box{ position: fixed;left: 0;top:0;right: 0;bottom: 0;z-index: 9999; } .pl-load-box svg{ width: 150px; height: 150px; position: absolute; left: 0; right: 0; top:0; bottom: 0; margin:auto; z-index: 999999; transition: opacity .5s } body.loadpage::before{ content: ' '; z-index: 99999; background:#ffffff; left: 0; right: 0; top:0; bottom: 0; position: absolute; } body:not(.loaded) header{ z-index: 9999999; } body.loaded .pl-load-box svg{ opacity: 0; } .pl-load-box .stload{ fill-opacity: 0; fill: #fff; stroke:#FFCE30; stroke-miterlimit: 20; stroke-width: 0.2; stroke-dasharray: 500; stroke-dashoffset: 500; } .pl-load-box .stload { -webkit-animation: DrawStroke 5s infinite; animation: DrawStroke 5s infinite; } @-webkit-keyframes DrawStroke { 0% { stroke-dashoffset: 500; } 100% { stroke-dashoffset: 0; } } @keyframes DrawStroke { 0% { stroke-dashoffset: 500; } 90% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; fill: #FFCE30; fill-opacity: 1; } } .pl-load-box { overflow: hidden; } .pl-load-box::after,.pl-load-box::before { content: ''; } .pl-load-box { position: fixed; width: 100vw; height: 100vh; left: 0; top: 0; z-index: 99999; } .pl-load-box::after,.pl-load-box::before { position: fixed; width: 50vw; height: 100vh; overflow: hidden; background-color: #ffffff; -webkit-transition: width .6s ease; transition: width .6s ease; z-index: 1000; } .pl-load-box::before { left: 0; top: 0; bottom: 0; } .pl-load-box::after { bottom: 0; right: 0; top: 0; } body.loaded .pl-load-box::after,body.loaded .pl-load-box::before { width: 0; }
.show-popup-info-cart body:not(.loaded) header,
.show-popup-info-sort body:not(.loaded) header{
  z-index: -1
}
body.mobileactive_menuSub{overflow: hidden;}
html,
textarea,input,select,button{ 
  font-family: Arial, Helvetica, sans-serif;
}
select,select option { background: #ffffff; } .u { text-decoration: underline; } .i { font-style: italic; } .b { font-weight: bold; }
body{
  /*background: #f0f0f0*/
}
.css3 *,.css3{
  webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s; 
  transition: 0.1s;
}
.back-top{
  position: fixed;
  bottom: 30px;
  right: 11px;
  z-index: 6;
  font-size: 25px;
  padding: 10px;
  color: #fff;
  box-shadow: inset 0px 0px 10px 0px #0000006e;
  display: none;
  cursor: pointer;
  border-radius: 100%;
}
@media(min-width: 1024px){
  .back-top:hover{
    box-shadow: inset 0px 0px 10px 1px #0a0a0ad4;
  }
}
@media(max-width: 600px){
  .back-top{
    right: 5px;
    bottom: 10px;
  }
}
body.fix .back-top{
  display: block;
}
/*ani*/
/*.delay-100{ -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s; } .delay-200{ -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s; } .delay-300{ -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s; } .delay-400{ -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; animation-delay: 0.4s; } .delay-500{ -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; animation-delay: 0.5s; }
.active .el-animated, .visible.i-animated{ -webkit-animation-duration: .6s; animation-duration: .6s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(56px); } 50% { opacity: 0.5; } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(56px); } 50% { opacity: 0.5; } 100% { opacity: 1; transform: translateY(0); } } .fadeInUp { } .active .el-animated.fadeInUp, .visible.i-animated{ -webkit-animation-name: fadeInUp; animation-name: fadeInUp; opacity: 0; -webkit-transform: translateY(56px); transform: translateY(56px); }
*/
/*pagelist*/
.paginsi { padding: 0px 20px; padding-bottom: 10px; } .pagination { display: inline-block; padding-left: 0; background: #ffffff; line-height: 35px; border: 1px solid #e5eaf1; border-radius: 5px; margin: 10px; z-index: 0; position: relative; } .pagination>li { display: inline; } .pagination .lbl { font-weight: bold; opacity: 1; display: inline-block; padding: 0 10px; } .pagination>li>a,.pagination>li>span { display: inline-block; position: relative; background-repeat: repeat; color: #000; min-width: 35px; height: 36px; line-height: 37px; text-align: center; } .pagination>li>span ,.pagination>li>a:hover { border-bottom: 1px solid; background: #f7f7f7; } .pagination>li i, .pagination>li>a,.pagination>li>span { line-height: 36px; } .pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover { z-index: 2; } .pagination>li:first-child>a,.pagination>li:first-child>span { margin-left: 0; } .pagination >li >a .tolast,.pagination>li>a .tofirst { font-family: 'Line Awesome Free'; font-weight: 900; } .pagination>li>a .tolast::before { content: "\f101"; line-height: 36px; } .pagination>li>a .tofirst::before { content: "\f100"; line-height: 36px; }
/*ed pagelist*/ 
.errordiv { padding: 10px 12px; padding-left: 30px; margin-left: -8px; margin-top: -1px; *margin-left: .3em; font-size: 13px; line-height: 20px; color: #ffffff; text-align: left; vertical-align: middle; background-color: #F44336; width: auto; min-width: 200px; min-height: 24px; border-radius: 5px; display: none; position: absolute; z-index: 9999; top: -45px; box-shadow: 1px 1px 4px 1px #949494; }.errordiv.show{display: block;} .errordiv:before { content: "\f071"; color: #FFEB3B; font-family: 'Line Awesome Free'; font-weight: 900; position: absolute; left: 5px; top: 0; bottom: 0; margin: auto; position: absolute; height: 20px; font-size: 20px; } .errordiv:after { position: absolute; top: 100%; left: 13px; display: inline-block; border-right: 6px solid transparent; border-top: 6px solid #F44336; border-left: 6px solid transparent; content: ''; }.reverse .errordiv { background-color: #252525; box-shadow: 1px 1px 4px 1px #ffffff; } .reverse .errordiv:after { border-top: 6px solid #252525; }

/*bg sending*/
.pl-sending { width: 100%; height: 0px; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999999; } .pl-sending .items-load { width: 300px; height: 100px; text-align: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; color: #ffffff; display: none; } .pl-sending .items-load .percent { position: relative; margin-bottom: 10px; } .pl-sending .items-load .line { width: 0%; height: 1px; background: #ffffff; margin-bottom: 20px; position: relative; } .pl-sending .items-mess { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; text-align: center; width: 300px; height: 100px; background: #ffffff; padding: 20px; border-radius: 10px; display: none; } .pl-sending .items-mess .text .text-result p.title{ display: block; font-weight: bold; text-transform: uppercase; margin-bottom: 4px;font-size: 25px; },.pl-sending  p.mes_expand{padding:10px 0px;text-align: center;display: none;} .pl-sending .items-mess.active_mes_expand{height: 180px} .pl-sending .items-mess.active_mes_expand p.mes_expand{display: block;} .pl-sending .items-mess .text a { display: block; }
/*ed sending*/
/*bg ly-popup*/
.ly-popup{ visibility: hidden; position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 9999; transform: scale(.9, .9); opacity: 0; -webkit-transition: all .3s; transition: all .3s; align-items: center; display: flex !important; } body.ly-active-popup{ overflow: hidden; } body.ly-active-popup .ly-popup.active{ transform: scale(1, 1); opacity: 1; visibility: visible; } body.ly-active-popup::after{ content: ' '; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 9998; background: #000000cf; }body.ly-active-popup .ly-popup .ly-pp-content{display: block;} .ly-popup .ly-pp-content{ display:none;width: 100%; max-width: 375px; margin: auto; background: #ffff; padding: 20px; border-radius: 5px; box-shadow: 0px 15px 220px 20px #0000003d; } .ly-popup .ly-pp-head{ padding:10px 0; border-bottom: 1px solid #e5eaf1; padding-top: 0px; position: relative; } .ly-popup .ly-pp-title{ text-transform: uppercase; font-size: 17px; } .ly-popup .ly-pp-body{ position: relative; display: block; padding: 10px 5px; } .ly-popup .ly-pp-body::after{ content: ' '; clear: both;display: block; } .ly-popup .ly-pp-foot{ padding: 20px 0px; text-align: center; padding-bottom: 0px; border-top: 1px solid #e5eaf1; } .ly-popup .span-close{ position: absolute; right: 10px; top: -8px; bottom: 0; height: 48px; border: 1px solid; border-radius: 5px; height: 30px; width: 30px; text-align: center; display: block; z-index: 3; cursor: pointer; } .ly-popup .span-close i{ font-size: 20px; line-height: 30px } .ly-popup.no-foot .ly-pp-body{ height: calc(100% - 80px) }
.ly-popup .ly-pp-body .r-rows{ width: calc(100% - 10px); float: left; margin:5px; } .ly-popup .ly-pp-body .r-rows:nth-child(1){ width: 80px; } .ly-popup .ly-pp-body .r-rows:nth-child(2){ width: calc(100% - 100px); } .ly-popup .ly-pp-body .r-rows textarea{ height: 120px } .ly-popup .ly-pp-body .r-rows button{ margin: auto; display: block; background: #ffc124; color: #fff; font-weight: bold; height: 50px; line-height: 50px; padding: 0 19px; cursor: pointer; }
/*ed ly-popup*/ 
 

body.showMenu, body.showCate{ overflow-y: hidden; }

img.lazy{
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.pl-text-details img.lazy{
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.pl-v-input{
  position: relative;
}
.pl-v-input.required::before{
  content: '*';
  position: absolute;
  left: 2px;
  top:0;
  bottom: 0;
  height: 12px;
  line-height: 12px;
  margin: auto;
  color: red;
}
.pl-v-input.warning .errordiv{
  display: block;
}
.pl-v-input.warning .pl-v-input-ele{
  border-color: red;
}
.pl-v-input input, .pl-v-input select,.pl-v-input textarea {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: none;
}

.pl-v-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.pl-v-input.c-select::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIxIDE5Ij48dGl0bGU+QXJ0Ym9hcmQgMTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjMDAwIj48Zz48cGF0aCBkPSJNMCAwaDF2MTlIMFYweiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9Ii4xNSIvPjxwYXRoIGQ9Ik0xMSA4aDEwbC01IDUtNS01eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==),none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pl-v-input input, .pl-v-input select {
  width: 100%;
  height: 45px;
  padding: 0 10px;
}

.pl-v-input textarea {
  width: 100%;
  height: 150px;
  padding: 20px;
}

.pl-v-input button {
  background: #000;
  color: #fff;
  border: none;
  width: 100%;
  height: 45px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}
.pl-wrab-input {
  position: relative;
  margin-bottom: 10px;
}
.pl-wrab-input.warning .errordiv {
  display: block;
}
.pl-wrab-input.required::before {
  content: "*";
  color: #c91724;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 10px;
  line-height: 10px;
} 
.pl-frm-input {
  width: 100%;
  line-height: 40px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  transition: all 0.2s ease-out;
}
textarea.pl-frm-input{
  line-height: unset;
}
.pl-frm-btn,.pl-frm-input {
  height: 40px;
  border-radius: 5px;
  outline: none;
}

.pl-wrab-input.warning  .pl-frm-input:focus {
  box-shadow: 0 0 0 1px #ed1c36;
  outline: none;
}

.pl-rows-input {
  position: relative;
} 
/*bg header*/ 
header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 6;
  width: 100%; 
  background: #ffffff
}

body.fix .header-dmsp {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  -webkit-animation-name: fixhead;
  -webkit-animation-duration: .7s;
  animation-name: fixhead;
  animation-duration: .7s; 
   
  box-shadow: 0px 6px 13px 0px #0000004d;
  z-index: 5
}

@-webkit-keyframes fixhead {
  from {
    top: -100%;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
} 

header ul.main_menu:after {
  clear: both;
  content: ' ';
  position: relative;
  display: block;
}

header ul.main_menu >li {
  display: inline-block;
  text-align: left;
  height: 32px;
  line-height: 32px;
  list-style: none;
  position: relative;
}

header ul.main_menu >li >a {
  display: block;
  padding: 0px 5px;
  /* text-transform: uppercase; */
  text-align: center;
  transition: all 0.2s ease-out;
  /* font-size: 17px; */
  font-weight: bold;
  border-radius: 3px;
}
header ul.main_menu >li >a  >span{
  font-weight: bold;
}
@media(max-width: 1070px){
  header ul.main_menu >li >a{
    padding: 0 10px
  }
}
/*bg sub menu*/
header ul.main_menu >li >ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 240px;
  display: none;
  background-color: #ffffff;

  border-radius: 0px 0 5px 5px;
}
header ul.main_menu >li.mobileactive >ul{
  display: block;
}
@media only screen and (min-width: 1024px) {
  header ul.main_menu >li:hover >a {
    text-decoration: underline;
    background: #d4210a; 
    color: #ffffff
  }


  header ul.main_menu >li:hover >ul {
    display: block;
    top: 100%;
    -webkit-animation-name: topmenu; 
    -webkit-animation-duration: .3s; 
    animation-name: topmenu;
    animation-duration: .3s;
  }
}

@-webkit-keyframes topmenu {
  from {
    top: calc(100% + 20px);
    opacity: 0;
  }

  to {
    top: calc(100%);
    opacity: 1;
  }
}

header ul.main_menu >li >ul >li {
  list-style: none;
  line-height: 45px; 
}
header ul.main_menu >li >ul{
  font-family: Arial;
  font-size: calc(100% - 2px)
}
header ul.main_menu >li >ul >li >a{
  display: block;
  padding:0px 10px;
}
header ul.main_menu >li >ul >li >ul{
  position: absolute;
  display: none;
  left: 100%;
  background: #808080;
  list-style: none;
  top: 0px;
  width: 200px;
  padding: 10px; 
  margin: auto;
  min-height: 100%;
}
header ul.main_menu >li >ul >li:nth-child(1) >ul li{
  line-height: 25px
}
header ul.main_menu >li >ul >li >ul li{
  line-height: initial;
  margin: 10px 0;
}
header ul.main_menu >li >ul >li >ul li a{
  color: #ffffff
}
header ul.main_menu >li >ul >li >ul li a:hover{
  text-decoration: underline;
}
@media(min-width: 900px){
  header ul.main_menu >li >ul >li:hover ul{
    display: block;
  }
}

header ul.main_menu >li >ul >li a {
  color: #1b1b1b;
  display: block;
}
@media only screen and (min-width: 1024px) {
  header ul.main_menu >li >ul >li:hover >a {
    text-decoration: underline;
    background: #808080;
    color: #ffffff
  }
}
/*ed sub menu*/
/*bg pri for EDIT*/

header .logo svg, header .logo img {
  width: 100%;
  height: auto;
}

header .logo {
  position: relative;
  left: 0px;
  width: 250px;
  float: left;
} 
header ul.main_menu {
  position: relative;
  width: 480px;
  float: left;
  padding-left: 20px;
  padding-top: 40px;
  text-align: right; 
}
header .frmsearch{
  width: calc(100% - 730px);
  float: right;
  position: relative;
  margin-top: 35px;
  padding-left: 20px
}
header .frmsearch input{
  width: 100%;
  height: auto;
  height: 40px;
  border:1px solid #d0d1d8;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 5px;
}
header .frmsearch button{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px; 
  border: none;
  outline: none;
  cursor: pointer;
  border-left: 1px solid #414141;
  background: #414141;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
body.fix header .pl-wrabauto{
  border-bottom: none;
  padding: 0px
} 
body.fix header ul.main_menu{
  padding-top: 7px
} 
body.fix header .logo{
  width: 120px
}


header ul.main_menu >li >a i{
  font-size: 24px;
  line-height: 32px;
}  
.logo-img img{
  width: 100%;
  height: auto;
} 
@media(max-width: 900px){
  header{
    height: auto;
    margin-bottom: 43px;
  }
  header .pl-wrabauto{
    position: unset;
  }
  header ul.main_menu { 
    padding-top: 0px;
    position: absolute;
    top:100%;
  }
  header .frmsearch{
    width: calc(100% - 200px);
    margin-top: 15px;
    padding-left: 10px
  }
  header .logo,body.fix header .logo{
    width: 200px;

  }

  body.fix .logo,
  body.fix .htn-cart,
  body.fix .htn-search,
  body.fix .list-social
  {
     
  }
  body.fix header ul.main_menu{ 
    padding-right: 0;
    width: 100%; 
    padding-top: 6px;  
  }
  header ul.main_menu{ 
    width: 100%;
    padding: 5px 0;
    left: 0;
    text-align: center;
    background: #d4210a;
    background: linear-gradient(90deg, #d4210a 0%,#d3200a 100%)
  } 
  header ul.main_menu >li >a{
    color: #ffffff
  }

header ul.main_menu >li >ul {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    height: calc(100vh - 92px);
    top: 92px;
    overflow-y: auto;
    overflow-x: hidden;
}
  header ul.main_menu >li >ul li ul{
    display: block;
    position: relative;
    background: none;
    left: unset;
    margin-left: 10px;
    width: 100%;
    top: unset;
    min-height: unset;
    padding:0;
    margin-bottom: 10px
  }
  header ul.main_menu >li >ul >li >a{
color: #d4210a;
    padding-top: 0;
    padding-bottom: 0;
    font-size: calc(100% + 5px);
    font-weight: bold;
  }
 header ul.main_menu >li >ul li ul li{
  line-height: unset;
  margin-bottom: 5px;
  font-size: calc(100% + 2px);
  margin-left: 15px;
 }
  header ul.main_menu >li >ul li ul li a{
    color:#000000;
  }
  
  header ul.main_menu >li{
    width: auto;
    min-width: 10%;
  }
  header ul.main_menu >li:first-child{
    width: 50px;
    min-width: 10px;
    display: none;
  }
  header ul.main_menu >li >a{
    padding: 0 10px;
    font-size: 15px;
  } 
}
/*@-webkit-keyframes mainfix {
from {
top: -200%;
opacity: 0;
}

to {
top: 44px;
opacity: 1;
} 
}*/
@media(max-width: 600px){
  header ul.main_menu >li >a{
    font-size: 13px
  }
   
   
 header .logo,body.fix header .logo{ 
    width: 155px; 
  } 
  header .frmsearch{
    width: calc(100% - 155px);
    margin-top: 5px;
    margin-bottom: 5px
  }
}
  
@media(max-width: 300px){
  header ul.main_menu >li >a{
    padding: 0 5px;
  } 
}
/*ed pri for EDIT*/



/*ed header*/ 
.header-dmsp {
    height: 40px;
    width: 100%; 
    background: #d4210a;
    text-align: center;
}
.header-dmsp .pl-wrabauto {
    /*overflow-x: auto;*/
}
.header-dmsp >ul { 
}
@media(max-width: 1024px){
  .header-dmsp{
    display: none;
  }
  body.fix header{
    position: fixed;
    top:0;
    left: 0
  }
}
.header-dmsp >ul >li {
    list-style: none;
    display: inline-block;
    height: 40px;
    line-height: 40px; 
    font-size: 12px;
    position: relative;
}
.header-dmsp >ul >li a{
  padding:0 10px;
}
@media(max-width: 1185px){
  .header-dmsp >ul >li a{
    padding: 0 5px;
    font-size: 11px;
  }
}
.header-dmsp ul li >ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    width: 220px; 
    text-align: left;
}
.header-dmsp >ul >li.current >a,
.header-dmsp >ul >li:hover a,
.header-dmsp ul li >ul{
  color: #ffffff;
  background: #059951;
}
.header-dmsp ul li:hover >ul{
  display: block;
}
.header-dmsp ul li >ul li{
  list-style: none;
  height: unset;
  line-height: initial;
}
.header-dmsp ul li >ul li a{
    display: block;
    padding: 10px;
    text-transform: uppercase; 
    color: #ffffff;
}
.header-dmsp ul li >ul li a:hover{
  background-color: #d4210a
}
.header-dmsp ul li a {
    color: #ffffff;
    display: block;
}

  /*bg list_ft*/
  .list_ft{
    position: fixed;
    bottom: 40px;
    right: 50px;
    transition: all .5s;
    z-index: 9
  }
  @media(max-width: 600px){
    .list_ft{
      right: 5px;
      bottom: 5px;
       
    }
    body.fix .list_ft{ 
    }
  }
  body.fix .list_ft{
    bottom: 100px
  }
  .list_ft .img{
    display: block;
    padding: 8px;
    border-radius: 100%;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    overflow: hidden;
    box-shadow: 0px 0px 9px 1px #9e9e9ea8;
  }

  .list_ft a,
  .list_ft span{
    display: block;
    margin: 5px 0px;
  } 

  .list_ft .img img{
    width: 100%;
    height: auto;
   }
  .list_ft a i{
    font-size: 40px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
  }
  .list_ft a i.font-zalo{
    background: #328de5;
    color: #fff;
  }
  .list_ft a i.la-facebook-messenger{
    color: #fff;
    background: #2196F3;
    background: linear-gradient(#E91E63 0%, #9C27B0 50%, #2196F3 100%);
  }
  .list_ft a i.la-phone-volume{
    color: #fff;
    background: #4CAF50;
    font-size: 30px;
  }
  .list_ft a img.pri-mail{
    width: 55px;
    height: auto;
  }
  @media(min-width:900px ){
    body.fix .list_ft a,
    body.fix .list_ft span{
      margin-bottom: 20px;
    }
  }

  /*ed list_ft*/

  
 

 

 /*bg mn-breadcrumb-1*/
.mn-breadcrumb-1 {
  display: table;
  width: 100%;
  background-size: 100% auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: #f3f4f7;
} 
.mn-breadcrumb-1 .mn-bc-title {
  color: #444;
  text-align: left;  
  font-size: 20px;
  z-index: 1;
  position: relative; 
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
}

.mn-breadcrumb-1 .mn-bc-list {
  text-align: left; 
  z-index: 1;
  position: relative; 
}

@media(max-width: 993px) { 
  .mn-breadcrumb-1{
    display: none;
  }
  .mn-breadcrumb-1 .mn-bc-title {
    width: 100%;
    display: block;
  }

  .mn-breadcrumb-1 .mn-bc-list {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 9px;
    border-top: 1px dashed #0000001f;
    padding-top: 10px;
    margin-top: 0
    ;
  }
}


.mn-breadcrumb-1 .mn-bc-list li {
  list-style: none;
  display: inline-block;
  margin: 10px 5px;
  margin-left: 0px;

  font-size: 12px;
  font-style: italic;
  text-transform: lowercase;
}
@media(max-width: 900px){
  .mn-breadcrumb-1 .mn-bc-list li{
    margin: 0px 5px;
  }
}
.mn-breadcrumb-1 .mn-bc-list li, .mn-breadcrumb-1 .mn-bc-list li a {
  color: #444;
}

.mn-breadcrumb-1 .mn-bc-list li::first-letter,.mn-breadcrumb-1 .mn-bc-list li *::first-letter {
  text-transform: uppercase;
}
/*ed mn-breadcrumb-1*/  


  
/*bg r-footer-plgr */

.r-footer-plgr{  
  background: #f5f5f5;
  color: #272727;
}
.r-footer-plgr-top{

}
@media(max-width: 600px){
  .r-footer-plgr-top{
    display: none;
  }
}
.r-footer-plgr-top.pl-wrabauto{
    background-color: #059951;
    text-align: center;
    top: -20px; 
}
.r-footer-plgr-top ul li{
  display: inline-block;
}
.r-footer-plgr-top ul li a{
  display: block;
  padding: 10px 10px;
  color: #ffffff
}
.r-footer-plgr .pri-logo{
  max-width: 300px;
  clear: right;
}
.r-footer-plgr .pri-logo img{
  width: 100%;
  height: auto;
}
.r-footer-plgr .pri-bottom{
  padding-bottom: 70px
}
.r-footer-plgr .pri-titles {
  text-transform: uppercase;
  font-size: calc(100% + 5px);
  font-weight: bold;
  width: 100%;
  clear: right;
  padding-bottom: 10px;
  display: block;
}
.r-footer-plgr .pri-left{
  width: 340px;
  float: left;
} 
.r-footer-plgr .pri-center{
  width: calc(100% - 700px);
  float: left;
  margin: 0px 20px;
}
.r-footer-plgr .fb-like-box{
  width: 320px;
  float: right
}

.r-footer-plgr .pri-center .pri-lbl,
.r-footer-plgr .pri-center .pri-value{
  margin-bottom: 5px;
}
.r-footer-plgr .pri-center .pri-value a{
  color: #d4210a
}
.r-footer-plgr .pri-center .pri-lbl{
  width: 82px;
  display: inline-block;
  float: left; 
  font-weight: bold;
  clear: left;
}
.r-footer-plgr .pri-center .pri-value{
  width: calc(100% - 87px);
  display: inline-block;
  float: left;
  clear:right;
  margin-left: 5px
}
.r-footer-plgr .pri-center .pri-value::before{
  content: ":";
  margin-left: -5px;
}

@media(max-width: 1200px){
  .r-footer-plgr .pri-left{
    width: 300px
  }
  .r-footer-plgr .pri-center{
    width: calc(100% - 680px);
  }
}
@media(max-width: 1150px){
  .r-footer-plgr .pri-left{
    width: calc(100% - 320px);
    clear: right;
  }
  .r-footer-plgr .fb-like-box{
    float: left;
  }
  .r-footer-plgr .pri-center{
    width: 100%; 
    float: none;
    clear: left;
    margin-top: 50px; 
    margin-left: 0;
    margin-right: 0;
  }
}
@media(max-width: 900px){ 
  .r-footer-plgr{ 
    padding-bottom: 10px
  }
  .r-footer-plgr .pri-left{
    width: 100%; 
    float: none;
    margin-bottom: 20px
  }
  .r-footer-plgr .fb-like-box{
    float: none;
    width: 100% !important;
    margin-top: 40px;
    z-index: 2;
  }
} 
.r-footer-plgr-bottom{
  background: #2b2a2a;
  color: #a2a2a2;
  padding: 10px 0;
}
/*ed r-footer-plgr*/