#msgModal { /* The Modal (background) */ display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: black; /* Fallback color */ background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */ /* Modal Content */ /* Add Animation */ /* The Close Button */ }
#msgModal .msgmodal-content { position: relative; background-color: #fefefe; margin: auto; padding: 0; border: 1px solid #888; border-radius: 4px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s; }
@media (min-width: 768px) { #msgModal .msgmodal-content { width: 420px; } }
@media (max-width: 767px) { #msgModal .msgmodal-content { max-width: 100%; } }
@-webkit-keyframes animatetop { from { top: -300px; opacity: 0; }
  to { top: 0; opacity: 1; } }
@keyframes animatetop { from { top: -300px; opacity: 0; }
  to { top: 0; opacity: 1; } }
@-webkit-keyframes dash { 0% { stroke-dashoffset: 1000; }
  100% { stroke-dashoffset: 0; } }
@keyframes dash { 0% { stroke-dashoffset: 1000; }
  100% { stroke-dashoffset: 0; } }
#msgModal .close { color: white; float: right; font-size: 36px; font-weight: bold; }
#msgModal h5 { font-weight: bold; font-size: 16px; text-transform: uppercase; }
#msgModal .close:focus, #msgModal .close:hover { color: #ffffff; text-decoration: none; cursor: pointer; }
#msgModal .msgmodal-header { padding: 2px 10px 2px 16px; background-color: #116bb3; line-height: 36px; color: white; }
#msgModal .msgmodal-body { padding: 15px 16px 30px; line-height: 20px; text-align: center; }
#msgModal .msgmodal-body .bt-modals { background-color: #e83e28; margin-right: 10px; font-size: 20px; color: #ffffff; padding: 10px 20px; text-transform: uppercase; border-radius: 3px; display: inline-block; margin-top: 20px; }
#msgModal .msgmodal-footer { padding: 2px 16px; background-color: #5cb85c; color: white; }
#msgModal svg { width: 100px; display: block; margin: 40px auto; }
#msgModal .path { stroke-dasharray: 1000; stroke-dashoffset: 0; }
#msgModal .path.circle { -webkit-animation: dash 0.9s ease-in-out; animation: dash 0.9s ease-in-out; }
#msgModal .path.line { stroke-dashoffset: 1000; -webkit-animation: dash 0.9s 0.35s ease-in-out forwards; animation: dash 0.9s 0.35s ease-in-out forwards; }
#msgModal .path.check { stroke-dashoffset: -10000; -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards; animation: dash-check 0.9s 0.35s ease-in-out forwards; }

.alert { padding: 10px; background-color: #f44336; color: white; display: block; opacity: 1; transition: opacity 0.6s; margin-bottom: 10px; margin-top: 10px; position: fixed; z-index: 999999; width: 300px; top: 0; right: 10px; border-radius: 4px; -ms-transform: translateY(-20px) scaleY(0.9); -webkit-transform: translateY(-20px) scaleY(0.9); transform: translateY(-20px) scaleY(0.9); -webkit-transition: transform cubic-bezier(0.35, 1.65, 0.65, 1.1) 250ms, opacity ease 250ms; transition: transform cubic-bezier(0.35, 1.65, 0.65, 1.1) 250ms, opacity ease 250ms; }

.alert.success { background-color: #4CAF50; }

.alert.info { background-color: #2196F3; }

.alert.warning { background-color: #ff9800; }

body { background: #eceded; }

.scrollToTop { display: none; position: fixed; bottom: -60px; right: 20px; width: 54px; height: 54px; background: url("../images/to-top.png") no-repeat center; cursor: pointer; z-index: 99999; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; }

.scrollToTop.active { bottom: 96px; }

.preloader { background-color: rgba(17, 17, 17, 0.65098); height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0; top: 0; left: 0; bottom: 0; overflow: hidden !important; right: 0; z-index: 999999; text-align: center; }
.preloader .loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #2196F3; width: 120px; margin: 200px auto; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; }
@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
a:hover, a:focus { text-decoration: none; }

#header { background: #fff; padding-bottom: 55px; padding-top: 20px; box-shadow: 0 4px 15px 0 #dedfdf; }
#header .logo h1 { margin: 0; }
#header .menutop { text-align: right; }
#header .menutop li { list-style-type: none; display: inline-block; padding-right: 10px; border-right: 1px solid #cccccc; padding-left: 10px; font-size: 12px; }
#header .menutop li a { color: #777777; text-decoration: none; }
#header .menutop li:last-child { border-right: none; }
#header .login { text-align: right; }
#header .login li { list-style-type: none; display: inline-block; }
#header .login li a { color: #333333; position: relative; text-decoration: none; }
#header .login li a:hover { color: #fcaf01; }
#header .login .box-cart { position: relative; margin-left: 10px; }
#header .login .link-cat { display: inline-block; width: 60px; height: 0; }
#header .login .link-cat .nbc { position: absolute; left: 25px; background: #f58220; color: #fff; width: max-content; padding: 0 10px; border-radius: 10px; top: -7px; }
#header .login .link-cat .icc:before { background: url("../images/icon_card.png"); position: absolute; left: 0; width: 33px; height: 30px; content: ''; top: 0; }
#header .login .link-cat .tgh { position: absolute; left: 35px; top: 15px; width: 54px; }
#header .login .dangki { margin-right: 45px; }
#header .login .dangki a:before { background: url("../images/bg.png") -53px 0; content: ""; position: absolute; width: 16px; height: 16px; left: -20px; }
#header .login .dangnhap a:before { background: url("../images/bg.png") 0 0; content: ""; position: absolute; width: 16px; height: 16px; left: -20px; }
#header .login .user { padding-right: 30px; }
#header .login .user .logout:after { background: url(/images/bg.png) -214px -8px; content: ""; position: absolute; width: 21px; height: 21px; left: 10px; }
#header .post a { width: 175px; height: 45px; padding-top: 13px; border-radius: 10px; background: #fcaf01; font-weight: 600; color: #fff; display: inline-block; text-decoration: none; position: relative; padding-left: 50px; }
#header .post a:before { background: url("../images/bg.png") -25px -47px; content: ""; position: absolute; width: 20px; height: 20px; left: 20px; }
#header .logMobile { display: none; background: #23bbd2; height: 45px; width: 45px; border-radius: 5px; color: #E6E6E6; font-size: 2em; cursor: pointer; position: fixed; top: 18px; right: 15px; z-index: 96; }
#header .logMobile:before { font: normal normal normal 28px/1 FontAwesome; content: "\f2bd"; color: #fff; margin-left: 7px; }
#header .logMobile ul { display: none; padding: .5em 0; margin: 0; margin-top: 1em; border-radius: 5px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); position: absolute; top: 100%; right: 0; color: inherit; font: 400 18px Roboto; white-space: nowrap; cursor: default; background: rgba(35, 187, 210, 0.96); }
#header .logMobile ul.hidden { margin-top: .7em; visibility: hidden; opacity: 0; }
#header .logMobile ul:before { content: ''; width: .75em; height: .75em; background: inherit; position: absolute; top: -.375em; transform: rotate(45deg); right: 10px; }
#header .logMobile ul .dangki a:before { background: url("../images/bg.png") -53px 0; content: ""; position: absolute; width: 16px; height: 16px; left: 12px; }
#header .logMobile ul .dangnhap a:before { background: url("../images/bg.png") 0 0; content: ""; position: absolute; width: 16px; height: 16px; left: 12px; }
#header .logMobile ul .user .logout:after { background: url(/images/bg.png) -214px -8px; content: ""; position: absolute; width: 21px; height: 21px; right: 10px; }
#header .logMobile ul .dangtin { padding-left: 30px; color: #fff; }
#header .logMobile ul .dangtin:before { background: url("../images/bg.png") -25px -47px; content: ""; position: absolute; width: 20px; height: 20px; left: 10px; }
#header .logMobile ul li { list-style: none; padding: .5em; padding-left: 0.5em; margin: 0; position: relative; cursor: pointer; }
#header .logMobile ul li:before { position: absolute; top: calc(5% + 8px); left: 8px; }
#header .logMobile ul li:hover { background: rgba(255, 255, 255, 0.08); }
#header .logMobile ul li a { color: #333; padding-left: 1.5em; }

#content { margin-top: 20px; }
#content .pagination { margin-left: 20px; }
#content .pagination b { position: relative; float: left; padding: 6px 12px; text-decoration: none; border: 1px solid #ddd; margin-left: -1px; margin-right: 5px; }
#content .pagination li a { margin-right: 5px; }
#content .pagination li a:focus { background: #23bbd2; color: #fff; }
#content .pagination li font { position: relative; float: left; padding: 6px 12px; line-height: 1.428571429; text-decoration: none; border: 1px solid #ddd; margin-left: -1px; margin-right: 5px; background: #23bbd2; color: #fff; }
#content .pagination li b { position: relative; float: left; padding: 6px 12px; text-decoration: none; border: 1px solid #ddd; margin-left: -1px; margin-right: 5px; }

#footer { margin-top: 29px; background: white; }
#footer .bot { border-bottom: 1px solid #e5e5e5; padding-bottom: 30px; }
#footer .bot .menufooter { margin-top: 26px; }
#footer .bot .menufooter .menu1 { margin-top: 18px; color: #808080; }
#footer .bot .menufooter .menu1 .address, #footer .bot .menufooter .menu1 .phone, #footer .bot .menufooter .menu1 .mail, #footer .bot .menufooter .menu1 .web { position: relative; padding-left: 18px; color: #808080; }
#footer .bot .menufooter .menu1 p { position: relative; padding-left: 20px; }
#footer .bot .menufooter .menu1 p a { color: #808080; text-decoration: none; }
#footer .bot .menufooter .menu1 p:before { content: ""; position: absolute; left: 0px; background: url("../images/bg.png") -92px 0px; width: 8px; height: 7px; top: 5px; }
#footer .bot .menufooter .menu1 .address:before, #footer .bot .menufooter .menu1 .phone:before, #footer .bot .menufooter .menu1 .mail:before, #footer .bot .menufooter .menu1 .web:before { background: url("../images/bg.png") 0px -16px; content: ""; position: absolute; left: 0px; width: 13px; height: 16px; top: 2px; }
#footer .bot .menufooter .menu1 .phone:before { background: url("../images/bg.png") 0px -81px; width: 15px; top: 2px; height: 14px; }
#footer .bot .menufooter .menu1 .mail:before { background: url("../images/bg.png") -79px 0px; top: 6px; width: 14px; height: 16px; }
#footer .bot .menufooter .menu1 .web:before { background: url("../images/bg.png") -79px -16px; top: 5px; }
#footer .bot .menufooter input[type=email] { padding: 8px 10px; width: 76%; }
#footer .bot .menufooter #but_sub { padding: 10px 12px; background: #23bbd2; border: none; color: white; }
#footer .bot .menu-r .lienket { margin-top: 20px; }
#footer .bot .menu-r .lienket p .face, #footer .bot .menu-r .lienket p .ins, #footer .bot .menu-r .lienket p .you, #footer .bot .menu-r .lienket p .twit { position: relative; color: #808080; padding-left: 25px; text-decoration: none; }
#footer .bot .menu-r .lienket p .face:before, #footer .bot .menu-r .lienket p .ins:before, #footer .bot .menu-r .lienket p .you:before, #footer .bot .menu-r .lienket p .twit:before { background: url("../images/bg.png") -79px -32px; content: ""; position: absolute; left: 0px; width: 13px; height: 16px; top: 5px; }
#footer .bot .menu-r .lienket p .ins:before { background: url("../images/bg.png") -53px -32px; top: 5px; }
#footer .bot .menu-r .lienket p .you:before { background: url("../images/bg.png") -100px -32px; top: 5px; }
#footer .bot .menu-r .lienket p .twit:before { background: url("../images/bg.png") -113px -32px; top: 5px; }
#footer .bot .menufooter2 { margin-top: 30px; }
#footer .bot .menufooter2 .logofooter { text-align: right; }
#footer .bot .menufooter2 .logofooter p { margin-top: 16px; }
#footer .titlefooter { text-align: center; display: block; margin-top: 20px; color: #808080; }
#footer .menufooter3 { padding-left: 0px; margin-left: -15px; margin-top: 20px; text-align: center; }
#footer .menufooter3 li { color: #808080; display: inline-block; list-style-type: none; border-right: 1px solid #8d8d8d; padding: 0px 5px; }
#footer .menufooter3 li:last-child { border-right: none; }
#footer .menufooter3 li a { color: #808080; font-size: 12px; text-decoration: none; }
#footer .menufooter3 .xuongdong { margin-top: 10px; }
#footer .menufooter3 .bannha { border-right: none; }
#footer .menufooter3 .morning { border-left: 1px solid #8d8d8d; }
#footer .menufooter4 { padding-left: 0px; margin-left: -15px; text-align: center; }
#footer .menufooter4 li { color: #808080; display: inline-block; list-style-type: none; border-left: 1px solid #8d8d8d; padding: 0px 4px; font-size: 11px; }
#footer .menufooter4 li a { color: #808080; font-size: 12px; text-decoration: none; }

.full { height: 100%; position: fixed; width: 100%; z-index: 4; display: none; top: 0; left: 0; }

.wrapper-popup { width: 270px; position: absolute; margin-left: auto; margin-right: auto; right: -5px; top: 40px; display: none; background: #fff; z-index: 1111111; border-radius: 5px; }
.wrapper-popup .wrapper-tb-pop { overflow-y: scroll; max-height: 456px; }
.wrapper-popup .content { padding: 15px; font-size: 14px; box-shadow: 0px -1px 2px 1px #ededed; border-radius: 5px; }
.wrapper-popup .content .button-cart { background: #950a75; height: 35px; display: block; padding: 10px; text-align: center; color: #fff; border-radius: 5px; margin-top: 10px; }

a#close-cart { float: right; margin-top: 5px; margin-right: 5px; }

@media (max-width: 575.98px) { body { overflow-x: hidden; }
  #header .logo h1 a img { margin: 0 auto; text-align: center; width: 66%; }
  #header .menutop { padding: 0; text-align: center; margin-top: 10px; }
  #header .menutop li { font-size: 14px; }
  #header .login { display: none; }
  #header .post { display: none; }
  #header .logMobile { display: block; }
  #content { margin-top: 60px !important; } }
@media (min-width: 576px) and (max-width: 767.98px) { #header .logo h1 a img { margin: 0 auto; text-align: center; width: 66%; }
  #header .menutop { padding: 0; text-align: center; margin-top: 10px; }
  #header .menutop li { font-size: 14px; }
  #header .login { display: none; }
  #header .post { display: none; }
  #header .logMobile { display: block; }
  #content { margin-top: 60px !important; } }
@media (min-width: 768px) and (max-width: 991.98px) { #header .logo h1 a img { margin: 0 auto; text-align: center; width: 66%; }
  #header .menutop { padding: 0; text-align: center; margin-top: 10px; }
  #header .menutop li { font-size: 14px; }
  #header .login { display: none; }
  #header .post { display: none; }
  #header .logMobile { display: block; }
  #content { margin-top: 60px !important; } }
@media (min-width: 1200px) { #header .logo { width: 285px; }
  #header .mid { width: 640px; }
  #header .post { width: 205px; }
  #content .left_ { width: 290px; padding-right: 10px; }
  #content .right_ { width: 840px; padding-left: 10px; } }

/*# sourceMappingURL=style.css.map */
