@charset "UTF-8";
/* Khai báo biến */
.fieldSl .form-group.open .loText:after {
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.insCaption {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

/* -------------------------------------- Public CSS ------------------------------------------- */
.glyphicon {
  font-family: "Glyphicons Halflings" !important; }

.fa {
  font-family: "FontAwesome" !important; }

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none; }

img,
iframe {
  max-width: 100%; }

table {
  width: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  font-size: 14px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin-bottom: 10px;
  line-height: 24px; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

a:hover {
  text-decoration: none; }

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none; }

a,
button,
input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }

input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], textarea {
  border: 1px solid #b5b5b5;
  padding: 8px 15px;
  font-size: 14px;
  color: #757575;
  border-radius: 0; }

button, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
  border-color: #C1BCBC;
  outline: none; }

fieldset legend {
  display: inline-block;
  color: inherit;
  background: none;
  vertical-align: top; }

/* ----------------------- Template Style ----------------------- */
/* ============ PUBLIC CSS =========== */
.insBody {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.flexGroup {
  display: flex; }

.flexGroup > .flexItem {
  width: 100%; }

.flexColunm {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: left;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-end; }

.flexScroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flexScroll .flexItem {
  width: 30%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

.flexScroll::-webkit-scrollbar {
  display: none; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.pos_initial {
  position: initial; }

.notStyle, ul.links {
  list-style: none;
  padding: 0;
  margin: 0; }

body {
  font-family: Helvetica Neue, sans-serif !important;
  background: #edf3f8;
  color: #333333;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  color: #333333; }

a {
  color: #1f1f1f; }

a:hover {
  color: #1f3f81; }

.row5 {
  margin: 0px -5px; }

.row5 > [class*='col-'] {
  padding: 0px 5px; }

.row10 {
  margin: 0px -10px; }

.row10 > [class*='col-'] {
  padding: 0px 10px; }

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

.input-text.qty::-webkit-outer-spin-button,
.input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.input-text.qty {
  -moz-appearance: textfield; }

.translateY-50 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.transition-5 {
  transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s; }

.transition-3 {
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s; }

.dataEmpty {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  margin: 20px 0; }

.insOverlay, .overlayFilter, .overlayMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  display: none; }

.insButton {
  position: relative;
  z-index: 0;
  border: 1px solid;
  white-space: nowrap;
  padding: 10px 40px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  transition: all .3s ease-in-out;
  margin-right: 20px;
  border-radius: 50px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  outline: none !important;
  border-color: #1f3f81;
  background: #1f3f81; }

.insButton:hover, .insButton:focus, .insButton:active {
  background: #fff;
  color: #1f3f81; }

.btnClose {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  background: url(fancybox_sprite.png) top left no-repeat;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  border: none;
  outline: none; }

.seasionPage {
  margin-top: 30px; }

.emptyData {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
  font-style: italic; }

.titleLine {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAAAOCAYAAADub7QZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEyMzMzNjI4QTcyMTExRTc4NUYxOEZEREQzNkExQzcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEyMzMzNjI5QTcyMTExRTc4NUYxOEZEREQzNkExQzcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTIzMzM2MjZBNzIxMTFFNzg1RjE4RkRERDM2QTFDNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTIzMzM2MjdBNzIxMTFFNzg1RjE4RkRERDM2QTFDNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Jqms1AAABa0lEQVR42mL0ySxkGOlg87uNHkDqlK+Q/7uRHhZMDKMABL4A8fLRYBjhCQJYMhgBMReQ+QOI3YBsvdEEMer/40DsAuXbABOFFhC3jiaIEQiAbYYzQEoBiNuhQpFAfBqIn47UMGEZoVVFAJBKB+JctDCwgdJnRkuIkQW2ALEDEB8FYi4s8h9gbYyRFjCM/8OV/g/yYp2RyqUDE9DMf0D6NZArAhV+BcRLgLgIygf1xdWBWA+o1prK9g/q8GahdoAPAbARGCmgqkIIyp8GxBFAXArEr6HtiX6o3LvBnsBHqwzKAaidcBfJ75eB2B1UagDpPuiYBAwIjbYhhj+4AfX3JyBeBMQXoL0NUO79BaQuAfEtqNpnowli+IO5UJoPVD0AE8EJNPlApJJhz2iCGP5gHhAvg7JnghqZaPIJ0MYmqKFZP5oghjkAtRWAOBrIDGWADFlPBiYKDmgPIARIJQPxFCA2BKp7MNLCByDAANVxZC2/dNm9AAAAAElFTkSuQmCC) center center no-repeat;
  border: none;
  width: 100%;
  height: 20px;
  margin: 0; }

.owl-carousel .owl-stage {
  margin: 0px 0px 10px; }

.backTop {
  display: none;
  color: #fff;
  text-align: center;
  height: 45px;
  line-height: 45px;
  width: 45px;
  font-size: 30px;
  border: none;
  outline: none;
  z-index: 1;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  background: #020024;
  background: -webkit-linear-gradient(245deg, #1f3f81 0%, #176071 100%);
  background: -o-linear-gradient(245deg, #1f3f81 0%, #176071 100%);
  background: -moz-linear-gradient(245deg, #1f3f81 0%, #176071 100%);
  background: linear-gradient(245deg, #1f3f81 0%, #176071 100%);
  opacity: 80;
  filter: alpha(opacity=80);
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 10;
  border-radius: 50%; }
  .backTop:hover, .backTop:focus, .backTop:active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100); }

/* Loading page */
#insLoadpage {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1100;
  overflow: hidden;
  background: #1f3f81; }

#insLoadpage .load {
  display: table;
  height: 44px;
  left: 50%;
  position: absolute;
  width: 40px;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#insLoadpage .load .location_indicator {
  margin: 5px auto;
  position: relative; }

.location_indicator:before {
  width: 20px;
  height: 20px;
  border-radius: 100% 100% 100% 0;
  box-shadow: 0 0 0 2px white;
  -webkit-animation: mapping 1s linear infinite;
  -moz-animation: mapping 1s linear infinite;
  animation: mapping 1s linear infinite;
  -webkit-transform: rotate(-46deg);
  -moz-transform: rotate(-46deg);
  transform: rotate(-46deg); }

.location_indicator:after {
  width: 30px;
  height: 10px;
  border-radius: 100%;
  left: -5px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 24px;
  z-index: -1; }

.location_indicator:before, .location_indicator:after {
  position: absolute;
  content: ""; }

@-webkit-keyframes mapping {
  0% {
    top: 0; }
  50% {
    top: -5px; }
  100% {
    top: 0; } }

@-moz-keyframes mapping {
  0% {
    top: 0; }
  50% {
    top: -5px; }
  100% {
    top: 0; }
  0% {
    top: 0; }
  50% {
    top: -5px; }
  100% {
    top: 0; } }

/* Popup */
.closePopup {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  background: url(fancybox_sprite.png) top left no-repeat;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  border: none;
  outline: none; }

.tbPopup .modal-dialog {
  width: 300px; }

.tbPopup .modal-dialog .modal-content {
  border-radius: 0;
  border: none; }

.tbPopup .modal-dialog .modal-header {
  border: none;
  padding: 7px 10px;
  background: #1f3f81; }

.tbPopup .modal-dialog .modal-header h4 {
  font-size: 16px; }

.tbPopup .modal-body .subText {
  font-size: 15px;
  font-style: italic;
  text-align: center;
  margin: 0; }

/* Owl */
.owlStyle .owl-controls .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 1;
  font-size: 0;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  line-height: 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all .4s ease-in-out 0;
  -moz-transition: all .4s ease-in-out 0;
  -o-transition: all .4s ease-in-out 0;
  -webkit-transition: all .4s ease-in-out 0;
  -ms-transition: all .4s ease-in-out 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 0; }

.owlStyle .owl-controls .owl-nav div.owl-prev {
  left: -40px;
  float: left;
  border-left: 30px solid #f5f5f5;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent; }

.owlStyle .owl-controls .owl-nav div.owl-next {
  right: -40px;
  float: right;
  border-right: 30px solid #f5f5f5;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent; }

.owlStyle .owl-controls .owl-nav div:before {
  content: "‹";
  font-family: -webkit-body;
  font-size: 30px;
  position: absolute;
  left: -25px;
  right: auto;
  top: -20px;
  display: block;
  text-align: center;
  text-indent: 0;
  color: #1f3f81; }

.owlStyle .owl-controls .owl-nav div.owl-next:before {
  content: "›";
  left: auto;
  right: -25px; }

.owlDesign.owl-carousel .owl-controls .owl-nav div {
  width: 30px;
  height: 50px;
  font-size: 50px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  font-family: -webkit-body;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  border-color: #1f3f81;
  color: #1f3f81; }

.owlDesign:hover .owl-controls .owl-nav div,
.owlStyle:hover .owl-controls .owl-nav div {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.owlDesign:hover .owl-controls .owl-nav div:hover {
  background: #1f3f81;
  color: #fff; }

.owlDesign.owl-carousel .owl-controls .owl-nav div.disabled {
  background: #1f3f81;
  color: #fff;
  opacity: .6;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6; }

.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-next {
  right: -30px; }

.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-prev {
  left: -30px; }

.owlDesign:hover .owl-controls .owl-nav div.owl-next,
.owlStyle:hover .owl-controls .owl-nav div.owl-next {
  right: 0; }

.owlDesign:hover .owl-controls .owl-nav div.owl-prev,
.owlStyle:hover .owl-controls .owl-nav div.owl-prev {
  left: 0; }

.owlDesign.notNav .owl-controls .owl-nav,
.owlStyle.notNav .owl-controls .owl-nav {
  display: none !important; }

.owlStyle .owl-controls .owl-dots {
  text-align: center;
  margin-top: 30px; }

.owlStyle .owl-controls .owl-dots .owl-dot {
  border-radius: 50%;
  width: 12px;
  height: 12px; }

.owlDesign .owl-controls .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  line-height: 1;
  font-size: 0;
  padding: 5px;
  background: #f4f8fa;
  display: none !important; }

.owlDesign .owl-controls .owl-dots .owl-dot,
.owlStyle .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid;
  border-color: #1f3f81;
  margin: 0px 3px;
  line-height: 1; }

.owlDesign .owl-controls .owl-dots .owl-dot.active,
.owlStyle .owl-controls .owl-dots .owl-dot.active {
  background: #1f3f81; }

.owlDesign .owl-controls .owl-dots,
.owlStyle .owl-controls .owl-dots {
  display: block !important; }

.owlDesign.notDots .owl-controls .owl-dots,
.owlStyle.notDots .owl-controls .owl-dots {
  display: none !important; }

.owlStyle .owl-controls .owl-nav div.disabled {
  opacity: .6;
  filter: alpha(opacity=60);
  cursor: default; }

/* Img hover style */
.imageHover {
  position: relative;
  overflow: hidden; }

.imageHover img {
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important; }

.imageHover:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* Loop item */
img.imgLoopItem {
  width: 100%; }

.row5 .itemProduct {
  margin-bottom: 10px; }

.row10 .itemProduct {
  margin-bottom: 20px; }

.pdLoopItem {
  background: #fff;
  transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -webkit-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  position: relative; }

.pdLoopItem:hover {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }

.pdLoopItem .pdLoopImg {
  position: relative;
  overflow: hidden; }

.pdLoopItem .pdLoopImg img {
  max-height: 100%;
  display: block;
  margin: 0 auto; }

.pdLoopItem .pdLoopImg:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.productName {
  color: #1f1f1f; }

.productName:hover {
  color: #1f3f81; }

.pdPrice, .pdPrice a {
  color: #ed5565;
  margin: 0;
  font-size: 15px; }

.pdPrice span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.pdComparePrice {
  color: #999999;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle; }

.pdLabel {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 7;
  border-radius: 50%;
  line-height: 45px;
  position: absolute;
  top: 20px;
  left: 20px; }

.pdLabel.sale {
  background: #ed5565;
  color: #ffffff;
  right: 20px;
  left: auto; }

.pdLabel.sale:before {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #63c54c;
  border-bottom-color: #ed5565;
  position: absolute;
  top: -6px;
  right: -6px;
  transform: rotate(30deg); }

.pdLabel.hot {
  background: #53a1cc;
  left: 20px;
  color: #53a1cc; }

.pdLabel.hot:before {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #ed3f46;
  border-bottom-color: #53a1cc;
  position: absolute;
  top: -6px;
  left: -6px;
  transform: rotate(-30deg); }

.pdLoopItem .pdLoopDetail {
  position: relative;
  padding: 10px; }

.pdLoopItem .pdLoopDetail .tp {
  font-size: 15px;
  display: inline-block;
  margin: 5px 0px;
  color: #999999; }

.pdLoopItem .pdLoopDetail .productName {
  font-size: 18px;
  height: 25px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden; }

.pdLoopItem .pdLoopDetail .pdLoopListView {
  display: none; }

@-webkit-keyframes flash {
  0% {
    opacity: .6; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: .6; }
  100% {
    opacity: 1; } }

.listTagInfo .info {
  padding: 5px;
  font-size: 12px;
  line-height: 1; }

.listTagInfo .info img {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.listTagInfo .info span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 25px);
  height: 20px;
  text-overflow: ellipsis;
  white-space: pre;
  line-height: 20px; }

.listTagInfo .info span sup {
  font-size: 75%; }

.pdLoopPrice {
  padding: 10px;
  border-top: 1px solid #eaeaea;
  position: relative; }

.loopShare {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center; }

.loopShare > div {
  float: right;
  min-width: 45px;
  border-left: 1px solid #eaeaea;
  padding: 0px 5px;
  line-height: 45px; }

.loopShare ul {
  position: absolute;
  bottom: 80%;
  right: 0;
  background: #fff;
  border-radius: 30px;
  width: 180px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-top: 1px solid #f1f1f1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.loopShare .pdLoopSocial:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  bottom: 100%; }

.loopShare ul li {
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.loopShare ul li .btn {
  display: inline-block;
  padding: 0;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #38529a;
  color: #fff;
  margin: 0px 2px;
  box-shadow: 0px 1px 5px #6f6f6f;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }

.loopShare ul li .btn:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2); }

.loopShare ul li .btn.btn-google-plus {
  background: #dd4b39; }

.loopShare ul li .btn.btn-twitter {
  background: #55acee; }

.loopShare ul li .btn.btn-pinterest {
  background: #d01338; }

.loopShare:hover ul li {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.loopShare ul li:first-child {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

.loopShare ul li:nth-child(2) {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.loopShare ul li:nth-child(3) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

.loopShare ul li:nth-child(4) {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

.loopShare img {
  width: 30px !important;
  display: inline-block !important; }

.pdType, .pdDesc {
  display: none; }

.pdDesc {
  line-height: 1.5;
  padding-top: 5px;
  padding-right: 10px;
  border-top: 1px solid #eaeaea;
  margin-top: 5px;
  text-align: justify; }

.pdType {
  background: #1f3f81;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 10px; }

.feadture .itemProduct .pdLoopImg {
  width: 50%;
  float: left; }

.feadture .itemProduct .pdLoopImg img {
  width: 100% !important; }

.feadture .itemProduct .pdLoopInfo {
  float: left;
  width: 50%;
  padding-left: 15px; }

.feadture .itemProduct .pdLoopInfo .pdLoopDetail {
  padding: 10px 0; }

.feadture .itemProduct .pdType {
  display: inline-block; }

.feadture .itemProduct .pdDesc {
  display: block;
  font-weight: 300; }

.feadture .itemProduct .pdLoopInfo .pdLoopPrice {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  background: #fff;
  z-index: 10; }

.feadture .itemProduct .pdLoopInfo .productName {
  text-transform: uppercase;
  height: auto;
  font-weight: 700; }

/* ------------------ POPUP - Đầu trang ------------------- */
.engo-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 15;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.engo-popup.active {
  visibility: visible;
  opacity: 1;
  top: 0 !important;
  height: auto;
  width: auto; }

.engo-popup .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0; }

.engo-popup.active .overlay {
  width: 100%;
  height: 100%; }

.engo-popup .content {
  padding: 20px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.engo-popup.active .content {
  max-height: 100%; }

#popup-newletter {
  background: url(//cdn.hstatic.net/themes/200000312121/1001430413/14/pnewletter_bg.jpg?v=31) no-repeat scroll bottom right #fff;
  text-align: left;
  padding: 20px;
  overflow: hidden;
  background-size: cover; }

#popup-newletter h3 {
  font-size: 22px;
  color: #666;
  margin: 0 0 10px;
  padding: 8px 0;
  font-weight: 400;
  text-transform: uppercase; }

#popup-newletter .pnewle-message {
  width: 70%;
  color: #333; }

#popup-newletter .pnewle-message span {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  line-height: 1.5; }

#popup-newletter .pnewle-message p {
  font-size: 12px;
  margin-bottom: 10px;
  display: block; }

#popup-newletter .pnewle-message ul {
  margin-bottom: 20px;
  padding-left: 10px; }

#popup-newletter .pnewle-form {
  width: 70%; }

#popup-newletter .pnewle-form .newsletter-input {
  font-size: 12px;
  font-style: italic;
  height: 33px;
  display: inline-block;
  width: calc(100% - 75px); }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s; }

#popup-newletter .pnewle-form .btn {
  background-color: #1f3f81;
  color: #fff;
  font-style: italic;
  font-size: 11px;
  position: relative;
  padding: 5px 12px;
  display: inline-block;
  width: 70px;
  height: 33px;
  vertical-align: top;
  border-radius: 0;
  outline: none; }

.social-icons {
  width: 60%;
  margin-top: 20px; }

.social-icons .block_content ul {
  margin: 0; }

.social-icons .block_content ul li {
  width: 20%;
  text-align: center;
  padding: 0;
  height: 40px;
  float: left; }

.social-icons .block_content ul li a {
  font-size: 18px;
  display: inline-block;
  height: 35px;
  width: 35px;
  color: #767676;
  border: 1px solid transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.social-icons .block_content ul li .fa {
  line-height: 35px;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.social-icons .block_content ul li.facebook a:hover {
  border-color: #428bca; }

.social-icons .block_content ul li.twitter a:hover {
  border-color: #5bc0de; }

.social-icons .block_content ul li.rss a:hover {
  border-color: #0eba9e; }

.social-icons .block_content ul li.youtube a:hover {
  border-color: #CC181E; }

.social-icons .block_content ul li.google-plus a:hover {
  border-color: #4387fd; }

.social-icons .block_content ul li span {
  font-size: 0; }

#popup-newletter .pnewle-message ul li:before {
  content: "\f111";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 5px;
  top: 3px;
  left: 10px; }

#popup-newletter .pnewle-message ul li {
  font-size: 12px;
  position: relative;
  display: block;
  padding-left: 25px;
  margin: 10px 0; }

.newletter-popup.engo-popup .content {
  padding: 0; }

#popup-newletter .alert {
  margin: 10px 0px;
  padding: 10px;
  display: none; }

#popup-newletter .pa-header {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px; }

@media screen and (min-width: 1200px) {
  .newletter-popup.engo-popup .content {
    width: 550px; } }

@media screen and (max-width: 767px) {
  .engo-popup .content {
    width: 90%; }
  #popup-newletter {
    min-width: auto;
    min-height: auto;
    padding: 5px; } }

@media screen and (max-width: 479px) {
  #popup-newletter .pnewle-message, .social-icons, #popup-newletter .pnewle-form {
    width: 100%; } }

/* ------------------ END POPUP - Đầu trang ------------------- */
/* -------------------------------------- END Public CSS ------------------------------------------- */
/* 1. ------------- HEADER PAGE ------------ */
#headerTopBar {
  padding: 5px 0px;
  background: #1f3f81;
  color: #ffffff; }

#headerTopBar .topbarAddress {
  margin-top: 5px; }

#headerTopBar .topbarAddress li {
  display: inline-block;
  margin-right: 20px;
  color: #ffffff; }

#headerTopBar .account a {
  font-size: 12px; }

#headerTopBar .socialPage {
  margin-left: 15px; }

.socialPage ul li {
  display: inline-block;
  margin: 0; }

.socialPage ul li a {
  background: #fff;
  color: #323232 !important;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #6f6f6f;
  display: block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  margin-right: 5px;
  z-index: 1;
  position: relative; }

.socialPage ul li a:hover {
  background: #3b5998;
  color: #fff !important; }

.socialPage ul li.gg a:hover {
  background: #dd4b39; }

.socialPage ul li.tw a:hover {
  background: #55acee; }

.socialPage ul li.yt a:hover {
  background: #cf2200; }

.socialPage ul li.in a:hover {
  background: #cfc3b0; }

#headerTopBar a {
  color: #ffffff; }

.headerTemp {
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0;
  top: -40px; }

.headerTemp.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12); }

.headerTemp.headerFixed #headerPage, .headerTemp.headerFixed #headerTopBar {
  display: none; }

#topBar ul li:last-child {
  border-right: 0; }

#headerLogo p {
  margin: 0;
  text-align: center; }

.logoText a {
  font-size: 40px;
  display: block;
  text-align: center;
  color: #1f3f81;
  margin: 10px 0px; }

.upperPhone .icons, .upperPhone ul {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.upperPhone .icons img {
  height: 30px; }

.upperPhone ul li {
  line-height: 20px;
  padding-left: 5px;
  font-size: 14px;
  color: #9b9b9b;
  letter-spacing: 0.5px; }

.upperPhone ul li strong {
  color: #1f1f1f;
  font-size: 15px;
  text-transform: uppercase; }

.navMainMenu .navNavbar li.liChild {
  position: relative; }

.pdMenu .pdLoopPrice, .pdMenu .pdLoopDetail .pdTagsDetail, .pdMenu .pdLoopDetail .tp {
  display: none; }

.pdMenu .pdLoopItem .pdLoopDetail .productName {
  font-size: 14px;
  height: auto; }

@media screen and (min-width: 992px) {
  .insHeaderWrap .row {
    display: flex;
    align-items: center; }
  .insHeaderWrap {
    position: relative; }
  #headerNav {
    position: static; }
  .navMainMenu .navNavbar {
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .navMainMenu .navNavbar > li {
    display: inline-block; }
  .navMainMenu .navNavbar > li.hotLine {
    margin-left: 15px; }
  .navMainMenu .navNavbar > li > a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 0 15px; }
  .navMainMenu .navNavbar > li > a:hover, .navMainMenu .navNavbar > li.active > a {
    color: #1f3f81; }
  .mainChild {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    list-style: none;
    border: none;
    background-color: #fff !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    margin: 0;
    min-width: 210px;
    text-align: left;
    background: #fff;
    z-index: 10;
    display: none; }
  .mainChild.levlup_3 {
    left: 100%;
    top: 0; }
  .mainChild.megaMenu {
    width: 100%; }
  .navMainMenu .navNavbar li:hover > .mainChild {
    display: block; }
  .mainChild li a {
    display: block;
    border: none;
    font-weight: normal;
    padding: 10px; }
  .navMainMenu .mainChild.menuNormal li:hover > a, .navMainMenu .mainChild.menuNormal li.active > a {
    background: #1f3f81;
    color: #fff; }
  .mainChild li a i {
    float: right;
    margin-top: 2px; }
  .megaMenu .megaList {
    padding: 20px 0; }
  .megaMenu .megaLink {
    padding: 0 15px; }
  .megaList .leftLink {
    border-right: solid 1px #f0f0f0; }
  .megaLink .head h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
  .mainChild .links li a {
    padding: 10px 0; }
  .megaLink .links li:hover > a, .megaLink .links li.active > a {
    color: #1f3f81; }
  .megaLink .links li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 5px; } }

@media screen and (max-width: 991px) {
  #headerNav {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    max-width: 95%;
    z-index: 1003;
    background-color: #fff;
    width: 290px;
    border-right: 1px solid #e9e9e9;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transform: translateX(-290px);
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    -o-transform: translateX(-290px);
    overflow-x: hidden;
    overflow-y: auto; }
  .openNav #headerNav {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  #headerNav #navWrap {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
    overflow-x: hidden; }
  #headerNav #navWrap::-webkit-scrollbar {
    width: 5px;
    background-color: #eaeaea; }
  #headerNav #navWrap::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 30px; }
  #headerNav #navWrap::-webkit-scrollbar-track {
    width: 1px;
    background: #f1f1f1;
    border: 1px solid #eee;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 1px #eee inset; }
  .navMainMenu ul.navNavbar > li {
    width: 100%; }
  .navMainMenu ul.navNavbar li a {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    display: block; }
  .navMainMenu ul.navNavbar li a i {
    float: right;
    font-size: 18px;
    transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease; }
  .navMainMenu ul.navNavbar > li.liChild > a i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .navMainMenu ul.navNavbar > li.liChild > a.open i,
  .navMainMenu ul.navNavbar > li.liMega > a.open i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  #headerNav .closeMenuMB .closeNav {
    width: 150px;
    margin: 20px 0 0 0;
    border-radius: 3px;
    background: #1f3f81; }
  .mainChild {
    padding: 0 0 0 10px;
    display: none; }
  .navMainMenu ul.navNavbar .mainChild li a {
    padding-left: 15px; }
  .navMainMenu ul.navNavbar .mainChild.levlup_3 li a {
    padding-left: 35px; }
  .frmSearch {
    margin: 5px 0 10px; }
  .navMainMenu ul.navNavbar > li.account {
    display: none; }
  .navMainMenu ul.navNavbar > li.hotLine {
    padding: 10px; }
  .megaMenu .megaList {
    flex-direction: column; }
    .megaMenu .megaList .megaLink {
      padding: 0; }
      .megaMenu .megaList .megaLink.leftLink > .head {
        display: none; }
  .mbToggle {
    position: absolute;
    top: 50%; }
  .loginMB .wrapLogin {
    background: #1f3f81;
    background-size: contain;
    padding: 10px; }
  .loginMB .wrapLogin .icon {
    float: left;
    width: 45px;
    margin-right: 10px; }
  .loginMB .wrapLogin .user {
    float: left;
    width: calc(100% - 55px); }
  .loginMB .wrapLogin .user * {
    color: #fff; }
  .openNav .overlayMenu {
    display: block; } }

@media screen and (max-width: 479px) {
  #headerLogo p img {
    max-width: 200px;
    max-height: 50px; } }

@media screen and (max-width: 370px) {
  #headerLogo p img {
    max-width: 170px;
    max-height: 40px; } }

/*1. ------------- END HEADER PAGE ------------ */
/*2. ----------------- HOME PAGE --------------------- */
.seasionHome {
  padding: 30px 0px; }

/* Slider */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.captionDetail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: auto;
  z-index: 5; }

.captionDetail .top h4 {
  display: inline-block;
  padding: 15px 30px;
  background: #1f3f81;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px; }

.captionDetail .mid {
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.95);
  min-width: 500px; }

.captionDetail .mid h2 {
  font-size: 30px; }

.captionDetail .mid p {
  font-size: 14px;
  color: #676767;
  line-height: 1.4;
  margin: 10px 0; }

.btnMore {
  font-weight: 400;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  display: inline-block;
  height: 20px; }

.btnMore i {
  -moz-transition: all ease-in .3s;
  -ms-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s; }

.btnMore i:first-child {
  margin-left: -19px;
  margin-right: 5px; }

.btnMore i:last-child {
  margin-left: 5px;
  margin-right: 0; }

.btnMore:hover i:first-child {
  margin-left: 0; }

.btnMore:hover i:last-child {
  margin-right: -19px; }

.owl-carousel .owl-item i img {
  display: inline-block;
  width: auto; }

.captionDetail .bottom {
  background: #2c2c2c;
  color: #fff; }

.captionDetail .bottom .typeRoom {
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 7px 0;
  font-size: 12px; }

.captionDetail .bottom .typeRoom:last-child {
  border-right: 0; }

.captionDetail .bottom .typeRoom img {
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px; }

.captionDetail .bottom .typeRoom sup {
  font-size: 75%; }

/* Module Search*/
#insModuleSearch {
  position: relative;
  padding: 40px 0 20px; }

.sField input[type="text"] {
  border: 1px solid #d5dadf;
  height: 45px;
  border-radius: 4px;
  background: #fff;
  padding: 0px 12px;
  font-size: 14px;
  color: #999999;
  width: 100%; }

.fieldSl.dou .loText {
  padding-right: 20px; }
  .fieldSl.dou .loText:after {
    width: 20px; }

.fieldSl .form-group {
  position: relative; }
  .fieldSl .form-group.open .loText {
    border-bottom: 0;
    border-radius: 4px 5px 0px 0px; }

.fieldSl .loText {
  border: 1px solid #d5dadf;
  height: 45px;
  border-radius: 4px;
  background: #fff;
  padding: 0px 45px 0px 12px;
  font-size: 14px;
  color: #999999;
  line-height: 45px;
  position: relative;
  cursor: pointer; }
  .fieldSl .loText:after {
    content: " ";
    background: url("select-icon.png") center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s; }

.fieldSl .loSelect {
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #d5dadf;
  border-top: none;
  position: absolute;
  top: 45px;
  z-index: 5;
  padding: 3px 5px 3px 3px;
  left: 0;
  right: 0;
  max-height: 245px;
  overflow-y: auto;
  display: none; }
  .fieldSl .loSelect::-webkit-scrollbar-track {
    width: 1px;
    background: #eee;
    border: 1px solid #eee;
    border-radius: 0; }
  .fieldSl .loSelect::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 0; }
  .fieldSl .loSelect::-webkit-scrollbar {
    width: 5px;
    background-color: #eee; }
  .fieldSl .loSelect a {
    display: block;
    padding: 7px 10px;
    font-size: 14px; }
    .fieldSl .loSelect a:hover {
      background: #1f3f81;
      color: #fff; }
    .fieldSl .loSelect a.active {
      background: #1f3f81;
      color: #fff;
      cursor: default; }

.sField .piceSlide {
  padding: 0px 5px; }

.sField .insButton {
  margin: 0;
  box-shadow: none;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  padding: 0px 20px; }

/* Banner home */
#homeBanner {
  background: #fff;
  padding: 30px 0px; }
  #homeBanner .bannerItem.top {
    margin-bottom: 30px; }

.headingPage {
  position: relative;
  text-align: center; }
  .headingPage .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px; }
  .headingPage .sub {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    color: #999; }

.insCaption {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center; }
  .insCaption h2 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px; }
  .insCaption span {
    color: #fff;
    font-size: 16px;
    font-style: italic; }

/* Product home */
.seasionProductHome {
  padding: 30px 0px 10px; }

/* Chuyên gia */
#homeExpert {
  padding: 20px 0px; }
  #homeExpert .expertListing .itemExpert {
    background: #fff;
    padding: 25px 15px;
    margin: 0px;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s; }
    #homeExpert .expertListing .itemExpert:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.21); }
    #homeExpert .expertListing .itemExpert a > img {
      width: 100px;
      margin: 0 auto 15px; }
    #homeExpert .expertListing .itemExpert h4 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px; }
    #homeExpert .expertListing .itemExpert p {
      color: #676767;
      line-height: 1.5; }

/* Ý kiến khách hàng */
#homeCustomerSay {
  background-image: url(//cdn.hstatic.net/themes/200000312121/1001430413/14/image_say_bg.jpg?v=31);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 75px 0px; }
  #homeCustomerSay .headingPage {
    margin-bottom: 20px; }
    #homeCustomerSay .headingPage .title, #homeCustomerSay .headingPage .sub {
      color: #fff; }

.itemExpert .content {
  background: #fff;
  padding: 45px 25px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 30px; }
  .itemExpert .content p {
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.5px; }
  .itemExpert .content i {
    position: absolute;
    display: inline-block;
    bottom: 20px;
    left: 20px; }
  .itemExpert .content:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #fff;
    position: absolute;
    bottom: -17px;
    left: 30px; }

.itemExpert .customer {
  text-align: left; }
  .itemExpert .customer img {
    width: 70px !important;
    float: left;
    margin: 0px 10px;
    border-radius: 50%; }
  .itemExpert .customer .name {
    float: left; }
    .itemExpert .customer .name h4 {
      color: #fff;
      font-size: 18px;
      margin-top: 15px; }
      .itemExpert .customer .name h4 span {
        display: block;
        font-size: 75%;
        line-height: 1.5; }
  .itemExpert .customer .rating {
    float: right;
    position: relative;
    color: #fff;
    height: 20px;
    overflow: hidden;
    margin-top: 10px; }
    .itemExpert .customer .rating .rto {
      color: #fab637; }
    .itemExpert .customer .rating .rtt {
      position: absolute;
      color: #fab637;
      overflow: hidden;
      top: 0;
      left: 0;
      bottom: 0; }

/* Blog */
#homeBlog {
  background: #fff; }

.insArticleLoop .postThumbIMG {
  border-radius: 5px; }

.insArticleLoop .postDetail {
  margin: 0px 20px;
  background: #fff;
  padding: 20px 10px 0px;
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1); }
  .insArticleLoop .postDetail h3 {
    display: -webkit-box;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500; }
  .insArticleLoop .postDetail .createdDate {
    color: #999;
    margin: 5px 0px;
    font-weight: 300; }
  .insArticleLoop .postDetail p {
    line-height: 1.3;
    font-weight: 300; }

/* Brand */
#homeBrand {
  background: #f9f9f9;
  padding: 50px 0px; }
  #homeBrand .headingPage {
    margin-bottom: 50px; }
  #homeBrand .itemBrand img {
    display: inline-block;
    width: auto; }

/* Footer */
#insFooterPage {
  background-color: #1f3f81; }
  #insFooterPage #footerTop .ftContact {
    background-color: #173471;
    color: #fff; }
    #insFooterPage #footerTop .ftContact a {
      color: #fff; }
    #insFooterPage #footerTop .ftContact .itemContact {
      margin: 20px 0px; }
      #insFooterPage #footerTop .ftContact .itemContact img {
        width: 40px;
        display: inline-block; }
      #insFooterPage #footerTop .ftContact .itemContact span {
        display: block;
        font-size: 18px;
        margin-top: 10px;
        font-weight: 600;
        letter-spacing: 0.5px; }
      #insFooterPage #footerTop .ftContact .itemContact p {
        margin: 0;
        line-height: 1.5;
        font-weight: 300;
        letter-spacing: 0.5px; }
  #insFooterPage #footerCenter {
    padding: 30px 0px;
    color: #fff; }
    #insFooterPage #footerCenter .infoShop .ftLogo {
      margin-bottom: 20px; }
    #insFooterPage #footerCenter .infoShop .txt {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.5;
      margin: 10px 0px; }
    #insFooterPage #footerCenter .infoShop .ftAddress {
      line-height: 25px; }
  #insFooterPage #footerBottom {
    padding: 30px 0px;
    border-top: 1px solid #6379a7;
    color: #fff; }
    #insFooterPage #footerBottom p, #insFooterPage #footerBottom a {
      color: #fff;
      margin: 0px; }
    #insFooterPage #footerBottom .ftCopyright {
      margin-right: 20px; }
    #insFooterPage #footerBottom .socialPage ul li {
      margin: 0px 3px; }

.itemFooter .titleFt {
  padding-bottom: 8px;
  border-bottom: 1px solid #6379a7;
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: normal; }

.itemFooter ul li a {
  display: block;
  color: #fff;
  line-height: 1.3;
  padding: 5px 0px; }
  .itemFooter ul li a:hover {
    color: #fff;
    padding-left: 5px; }

.itemFooter .newseletter .sub {
  line-height: 1.5;
  font-weight: 300; }

.newForm .formGroup {
  position: relative; }
  .newForm .formGroup input {
    height: 40px;
    padding: 0px 50px 0px 10px;
    background: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    color: #dbdbdb; }
  .newForm .formGroup .btn {
    height: 40px;
    width: 40px;
    background: #173471;
    padding: 8px;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 0;
    right: 0; }

.newForm .alert {
  margin: 15px 0px 0px;
  padding: 10px 15px;
  font-weight: 300;
  display: none; }

/*2. ------------- END HOME PAGE -------------------------*/
/* ---------------- Last Responsive ------------------- */
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navMainMenu .navNavbar > li > a {
    padding: 25px 5px; }
  #insModuleSearch .dou.fieldSl .flexGroup {
    flex-direction: column; } }

@media screen and (max-width: 991px) {
  .feadture .itemProduct .pdLoopInfo,
  .feadture .itemProduct .pdLoopImg,
  .feadture .itemProduct .pdLoopInfo .pdLoopPrice {
    width: 100%; }
  .itemFooter .titleFt {
    margin-top: 30px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .feadture .itemProduct .pdDesc {
    font-size: 20px; } }

@media screen and (max-width: 767px) {
  footer#footer .footerBottom, footer#footer .footerBottom .row div:last-child {
    text-align: center !important; }
  .footerMain .col-12 {
    margin-bottom: 20px; }
  .pdLoopItem .pdLoopDetail {
    padding: 10px 0px 0px 0px;
    min-height: 45px; }
  .pdLoopItem .pdLoopDetail h3.pdLoopName {
    max-width: calc(100% - 45px); }
  .slideCaption.container {
    padding: 0px; }
  .captionDetail {
    position: relative;
    top: initial !important;
    transform: initial !important;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    -o-transform: initial !important;
    left: auto;
    z-index: 5; }
  .captionDetail .mid {
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.95);
    min-width: initial !important; }
  #seasionProduct .pdListHome {
    margin: 0; }
    #seasionProduct .pdListHome .itemProduct {
      padding: 0; }
  .pdLoopItem .pdLoopDetail {
    padding: 10px 0px 0px 0px; }
    .pdLoopItem .pdLoopDetail .pdLoopName, .pdLoopItem .pdLoopDetail .tp {
      padding-left: 10px; }
  .listTagInfo {
    margin: 0; }
    .listTagInfo .info {
      border-top: 1px dashed #eaeaea;
      line-height: 1.5;
      padding: 7px 10px; }
      .listTagInfo .info span {
        font-size: 15px; }
  .feadture .itemProduct .pdLoopInfo {
    padding: 0; }
    .feadture .itemProduct .pdLoopInfo .pdLoopDetail {
      padding: 0; }
    .feadture .itemProduct .pdLoopInfo .pdDesc {
      padding: 5px 10px 0px;
      font-size: 15px; } }

@media screen and (max-width: 370px) {
  #homeExpert .expertListing .itemExpert {
    background: #fff;
    padding: 25px 5px; }
  #footerCenter .menuLink {
    width: 100%; } }

.property-thumb-info-label {
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #d84949; }

span.property-thumb-info-label p.pdPrice {
  color: #FFF;
  display: inline-block;
  margin-right: -4px;
  padding: 5px 10px; }

span.property-thumb-info-label .pdComparePrice {
  color: #FFF;
  position: relative;
  top: 2px; }

.pgl-panel .panel-title .collapsed:after {
  content: "+"; }

.pgl-panel .panel-title a:after {
  content: "-";
  float: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px; }

footer#footer {
  background: #f5f6fa; }

footer#footer .footerMain {
  padding: 50px 0px; }

footer#footer .footerMain h4 {
  color: #222;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative; }

footer#footer .footerMain .footerMainAddress ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px; }

footer#footer .footerMain .footerMainAddress .footerLogo img {
  max-width: 120px; }

footer#footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

footer#footer .footerMain .footerMainList ul li {
  padding: 5px 0px; }

footer#footer .footerBottom .row div:last-child {
  text-align: right; }

footer#footer .footerBottom {
  background: #f5f6fa;
  color: #222;
  padding: 15px 0;
  border-top: 1px dotted #e1e1e1; }

footer#footer .footerMain .footerMainAddress ul li i {
  margin-right: 10px;
  font-size: 20px;
  width: 25px; }

.footerMainAddress .footerLogo {
  margin-bottom: 15px; }

footer#footer .footerMain .footerMainList .newletterSocial {
  margin-top: 10px; }

footer#footer .footerMain .footerMainList .newletterSocial ul li {
  display: inline-block;
  margin: 0px 5px; }

footer#footer .footerMain .footerMainList .newletterSocial ul li a {
  border: 1px solid #888;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block; }

footer#footer .footerMain .footerMainList .newletterSocial ul li a i {
  color: #888;
  font-size: 16px;
  line-height: 28px; }

footer#footer .footerMain .footerMainList .newletterSocial ul li:hover i {
  color: #ffffff; }

footer#footer .footerMain .footerMainList .newletterSocial ul li:hover.newletterSocialFacebook a {
  background: #4064AC;
  border: 1px solid #4064AC; }

footer#footer .footerMain .footerMainList .newletterSocial ul li:hover.newletterSocialPinterest a {
  background: #C51F26;
  border: 1px solid #C51F26; }

footer#footer .footerMain .footerMainList .newletterSocial ul li:hover.newletterSocialInstagram a {
  background: #EEBC52;
  border: 1px solid #EEBC52; }

footer#footer .footerMain .footerMainList .newletterSocial ul li:hover.newletterSocialYoutube a {
  background: #F70000;
  border: 1px solid #F70000; }

li.pagination_previous span, li.pagination_previous a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0px 5px; }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > span:hover, .pagination > li:last-child > span:hover {
  border: 0px;
  background: initial; }

.pdDesc-cus {
  display: block;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 5px;
  padding-right: 10px;
  border-top: 1px solid #eaeaea;
  margin-top: 5px;
  text-align: justify; }

/*#seasionProduct .itemProduct:nth-child(4), #seasionProduct .itemProduct:nth-child(7){
clear: both;
}*/
#seasionProduct .pdDesc-cus {
  display: none; }

.cus-home-product .pdDesc-cus {
  display: block !important; }

@media screen and (max-width: 767px) {
  .pdLoopItem .pdLoopInfo .pdTagsDetail .info {
    width: 50% !important; } }

@media (min-width: 768px) {
  .cus-footer .icon-footer {
    display: none; } }

.cus-footer .icon-footer {
  height: 20px;
  float: right; }

#homeBanner .contentPage .bannerItem:nth-child(3) {
  clear: both; }

@media (max-width: 768px) {
  .cus-home-banner {
    display: flex;
    flex-wrap: wrap; }
  .cus-home-banner .bannerItem:nth-child(1) {
    order: 2; }
  .cus-home-banner .bannerItem:nth-child(2) {
    order: 1; }
  .cus-home-banner .bannerItem:nth-child(3) {
    order: 3;
    margin-bottom: 30px; }
  .cus-home-banner .bannerItem:nth-child(4) {
    order: 4;
    margin-bottom: 30px; }
  .cus-home-banner .bannerItem:nth-child(5) {
    order: 5; } }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listing .addThis_item {
  margin-bottom: 15px;
  margin-right: 20px;
  list-style: none; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.addThis_listing .addThis_item .addThis_item--icon img {
  border-radius: 50%; }

.addThis_listSharing ul {
  padding: 0; }

@media (max-width: 768px) {
  .FooterMainListToggle {
    height: 0;
    overflow: hidden; }
  .active-cus .FooterMainListToggle {
    height: auto; } }

.btn-homeproduct a {
  border: 1px solid #1f3f81;
  padding: 5px;
  width: 100px;
  height: 35px;
  position: relative;
  color: #fff;
  background: #1f3f81;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.btn-homeproduct a:before {
  position: absolute;
  content: '';
  height: 1px;
  background: #fff;
  top: 0px;
  width: 0;
  left: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.btn-homeproduct a:after {
  position: absolute;
  content: '';
  height: 1px;
  background: #fff;
  bottom: 0px;
  width: 0;
  left: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.btn-homeproduct span:before {
  position: absolute;
  content: '';
  height: 0;
  background: #fff;
  top: 0;
  width: 1px;
  left: 0px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.btn-homeproduct span:after {
  position: absolute;
  content: '';
  height: 0;
  background: #fff;
  bottom: 0;
  width: 1px;
  right: 0px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.btn-homeproduct a:hover:before, .btn-homeproduct a:hover:after {
  width: 100%; }

.btn-homeproduct a:hover span:before, .btn-homeproduct a:hover span:after {
  height: 100%; }

.navMainMenu .navNavbar {
  position: relative; }

@media (min-width: 768px) {
  .insSidebar .property-thumb-info-label {
    transform: translate(-11px, 5px) scale(0.6); } }

@media (max-width: 991px) {
  .navMainMenu ul.navNavbar li a {
    position: relative; }
  .navMainMenu ul.navNavbar li a i {
    position: absolute;
    text-align: right;
    right: -60px;
    top: 0;
    padding: 10px 90px 15px; }
  .navMainMenu ul.navNavbar > li.liMega > a.open i {
    text-align: left; } }

/* Nam 20/01/2022 */
.pdLoopItem .pdLoopImg .icon-fixed {
  position: absolute;
  top: 8px;
  right: 8px; }
  .pdLoopItem .pdLoopImg .icon-fixed img {
    width: 80px; }

/* Nam 24/01/2022 */
.feadture .itemProduct .pdLoopImg .sold-tag img,
.feadture .itemProduct .pdLoopImg .hot-tag img {
  width: 80px !important; }

.pdFeList .pdLoopItem .pdLoopInfo {
  width: 40% !important; }

.pdFeList .pdLoopItem .pdLoopImg {
  width: 60% !important; }

.pdFeList .pdLoopItem .pdLoopImg .icon-fixed img {
  width: 30px !important; }

.pdFeList .pdLoopItem .pdLoopInfo .pdLoopDetail .productName {
  -webkit-line-clamp: 4 !important; }

@media (min-width: 992px) {
  .navMainMenu {
    display: flex;
    align-items: center; } }

.home-tiktok .home-tiktok-data {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 15px;
  align-items: center; }

.home-tiktok .home-tiktok-data .home-banner-lg-item-info,
.home-tiktok .home-tiktok-data .section_index--product-banner-head-title,
.home-tiktok .home-tiktok-data .home-flashsale-left-header,
.home-tiktok .home-tiktok-data .home-product-new-header-wrapper,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper {
  display: flex;
  text-align: center;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-items: center;
  grid-gap: 2rem; }

.home-tiktok .home-tiktok-data .home-banner-lg-item-info h2,
.home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2,
.home-tiktok .home-tiktok-data .home-flashsale-left-header h2,
.home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 24px; }

@media (max-width: 1024px) {
  .home-tiktok .home-tiktok-data .home-banner-lg-item-info h2,
  .home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2,
  .home-tiktok .home-tiktok-data .home-flashsale-left-header h2,
  .home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
    font-size: 22px; } }

@media (max-width: 767px) {
  .home-tiktok .home-tiktok-data .home-banner-lg-item-info h2,
  .home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2,
  .home-tiktok .home-tiktok-data .home-flashsale-left-header h2,
  .home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
    font-size: 20px; } }

@media (max-width: 480px) {
  .home-tiktok .home-tiktok-data .home-banner-lg-item-info h2,
  .home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2,
  .home-tiktok .home-tiktok-data .home-flashsale-left-header h2,
  .home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
    font-size: 18px; } }

@media (max-width: 360px) {
  .home-tiktok .home-tiktok-data .home-banner-lg-item-info h2,
  .home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2,
  .home-tiktok .home-tiktok-data .home-flashsale-left-header h2,
  .home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
    font-size: 16px; } }

.home-tiktok .home-tiktok-data .home-banner-lg-item-info hr,
.home-tiktok .home-tiktok-data .section_index--product-banner-head-title hr,
.home-tiktok .home-tiktok-data .home-flashsale-left-header hr,
.home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr {
  height: 1px;
  width: 70px;
  background-color: var(--color1);
  margin: 0;
  padding: 0; }

@media (max-width: 480px) {
  .home-tiktok .home-tiktok-data .home-banner-lg-item-info hr,
  .home-tiktok .home-tiktok-data .section_index--product-banner-head-title hr,
  .home-tiktok .home-tiktok-data .home-flashsale-left-header hr,
  .home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr {
    width: 60px; } }

@media (max-width: 360px) {
  .home-tiktok .home-tiktok-data .home-banner-lg-item-info hr,
  .home-tiktok .home-tiktok-data .section_index--product-banner-head-title hr,
  .home-tiktok .home-tiktok-data .home-flashsale-left-header hr,
  .home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr,
  .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr {
    width: 50px; } }

.home-tiktok .home-tiktok-data .home-banner-lg-item-info hr:first-child,
.home-tiktok
.home-tiktok-data
.section_index--product-banner-head-title
hr:first-child,
.home-tiktok .home-tiktok-data .home-flashsale-left-header hr:first-child,
.home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr:first-child,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:first-child,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:first-child,
.home-tiktok
.home-tiktok-data
.home-product-list-header-wrapper
hr:first-child {
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }

.home-tiktok .home-tiktok-data .home-banner-lg-item-info hr:last-child,
.home-tiktok
.home-tiktok-data
.section_index--product-banner-head-title
hr:last-child,
.home-tiktok .home-tiktok-data .home-flashsale-left-header hr:last-child,
.home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr:last-child,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:last-child,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:last-child,
.home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:last-child {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%); }

.home-tiktok .home-tiktok-data h3:not(.product-item-detail-title) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  margin-top: 0.5rem;
  text-align: center;
  color: gray;
  font-size: 0.9rem;
  margin-bottom: 2rem; }

.home-tiktok .home-tiktok-data a {
  transition: all 0.5s; }

.home-tiktok .home-tiktok-data a:hover {
  color: var(--color_main); }

@media (max-width: 991px) {
  .home-tiktok .home-tiktok-data {
    display: block; } }

.home-tiktok .home-tiktok-data .home-tiktok-icon {
  text-align: center; }

.home-tiktok .home-tiktok-data .home-tiktok-icon hr {
  display: none; }

.home-tiktok .home-tiktok-data .home-tiktok-icon svg {
  width: 100px;
  height: 100px; }

.home-tiktok .home-tiktok-data .home-tiktok-icon .titleStyle1-body:before,
.home-tiktok .home-tiktok-data .home-tiktok-icon .titleStyle1-body:after {
  display: none !important; }

.home-tiktok .home-tiktok-data .home-tiktok-embed blockquote {
  width: 100%;
  height: 100%; }

.home-tiktok .home-tiktok-data .home-tiktok-embed blockquote iframe {
  width: 100%; }
