/*
Theme Name: Southteam
Theme URI: https://southteam.vn
Author: South93
Author URI: https://southteam.vn
Description: Đây là Theme được phát triển bởi đội ngũ South Team, dựa trên nền tảng Bootstrap và FontAwesome
Version: 0.9.4

...and now go out and play!
*/
@import url('https://fonts.googleapis.com/css?family=Maven+Pro&display=swap');
@font-face{font-family:"simple-line-icons";src:url(fonts/Simple-Line-Icons.eot?v=2.4.0);src:url("fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"),url(fonts/Simple-Line-Icons.woff2?v=2.4.0) format("woff2"),url(fonts/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"),url(fonts/Simple-Line-Icons.woff?v=2.4.0) format("woff"),url("fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");font-weight:400;font-style:normal}
body{
	margin:0;
	font-family:-apple-system,BlinkMacSystemFont,"Maven Pro",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background-color:#fff}
	.text-primary{color:#003882!important}
	.btn-primary{color:#fff;background-color:#003882;border-color:#003882}
	.btn-primary:hover{color:#fff;background-color:#1676cd;border-color:#1676cd}
	.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(111,49,205,.5);box-shadow:0 0 0 .2rem rgba(111,49,205,.5)}
	.bg-primary{background-color:#003882!important}
@media (max-width: 575.98px) {
	.page-header .title {
    font-size: 18px;
}
   }
@media (max-width: 767.98px) {
	.tp-caption.rev-btn {
    padding: 1px 8px !important;
    font-size: 7px !important;
}
  }
@media (max-width: 991.98px) {
	div#exampleModal .modal-dialog {
    margin: 125px auto 0;
}
	header.header.fixed a.mobile-menu span {
    background: #000;
}ul.sub-menu {
    list-style: none;
    padding-left: 10px;
}
	.hotline-mobi .website-alo-phone {
    width: 70px;
    height: 70px;
}
	.hotline-mobi .website-alo-phone .animated.infinite.zoomIn.website-alo-ph-circle {
    display: none;
}
	.hotline-mobi .website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 25px;
    left: 18px;
}
	.hotline-mobi .website-alo-phone .animated.infinite.pulse.website-alo-ph-circle-fill {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 8px;
}
	.hotline-mobi .website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle .fa {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
    i.fa.fa-plus.d-lg-none.submenu-opened:before {
    content: "\f068";
}

.middle-header {
    padding: 5px 0;
    box-shadow: 0 0 15px #00000036;
}
    ul#main-menu li a {
    color: #000;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid darkgrey;
    padding: 5px;
}
li.menu-item-has-children >i.fa {
    right: 0px;
    top: 0px;
    color: black;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
    a.mobile-menu {
    width: 32px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}
a.mobile-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
a.mobile-menu span:nth-child(1) {
    top: 0px;
}
a.mobile-menu span:nth-child(2), a.mobile span:nth-child(3) {
    top: 7px;
}
a.mobile-menu span:nth-child(4) {
    top: 14px;
}
a.mobile-menu.display span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
a.mobile-menu.display span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.mobile-menu.display span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}
a.mobile-menu.display span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.header .primery-menu {
    position: fixed;
    width: 250px;
    left: -250px;
    background-color: #fff;
    height: 100%;
    z-index: 999;
    top: 0;
    overflow: auto;
}
.header .primery-menu.display {
    left: 0;
}

    ul.sub-menu {
    display: none;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
   }
@media (max-width: 1199.98px) {
}
@media (min-width: 576px) {
     }
  @media (min-width: 768px) {
     }
@media (min-width: 992px) {
	div#exampleModal .modal-dialog {
    margin: 15% auto 0;
}
		.owl-controls .owl-nav .owl-next {
    right: -15px;
}
	.owl-controls .owl-nav .owl-prev {
    left: -15px;
}
    ul#main-menu ul.sub-menu ul.sub-menu {
    right: -201px;
    margin-top: -3px;
    top:0;
}
ul#main-menu li ul.sub-menu li a {
    padding: 10px 6px;
    font-size: 14px;
    text-transform: capitalize;color: black;
}
ul.sub-menu {
    padding-left: 25px;
}
    ul#main-menu li.menu-item.menu-item-gtranslate a {
    padding: 10px 15px;
}

ul#main-menu .menu-item-has-children:before {
    content: "\f0dd";
    font-family: Fontawesome;
    top: 50%;
    position: absolute;
    right: 5px;
    margin-top: -11px;
    color:white;font-size: 12px;
}
	header.header.fixed ul#main-menu .menu-item-has-children:before {
		color:black;
	}
ul#main-menu ul.sub-menu .menu-item-has-children:before {
    content: "\f0da";
    color: black;
    margin-top: -8px;
}
    ul#main-menu li a {
    padding: 15px 18px;
    color: #fff;
        font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
ul#main-menu li {
    display: inline-block;
}
ul#main-menu ul.sub-menu {
    font-weight: 500;
    position: absolute;
    z-index: 3;
    top: 100%;
    visibility: hidden;
    width: 200px;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background-color: transparent;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    overflow: visible;
     }
ul#main-menu ul.sub-menu > li {
    display: block;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

ul#main-menu li.menu-item-has-children:hover > .sub-menu > li {
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu > li:nth-child(1) {
    transition-delay: 0ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(2) {
    transition-delay: 50ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(3) {
    transition-delay: 100ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(4) {
    transition-delay: 150ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(5) {
    transition-delay: 200ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(6) {
    transition-delay: 250ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(7) {
    transition-delay: 300ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(8) {
    transition-delay: 350ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(9) {
    transition-delay: 400ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(10) {
    transition-delay: 450ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu {
    border-top: 3px solid;
    visibility: visible;
    max-height: 2000px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
ul#main-menu .sub-menu > li + li {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
}
 @media (min-width: 1200px) {
     .margin-left-negative {
    margin-left: -70px;
}
	 .margin-right-negative {
    margin-right: -70px;
}
    }
* {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
a:hover {
    color: #4e228f;
    text-decoration: none;
}
ul#main-menu li.menu-item-has-children {
    position: relative;
}
.social-icon a.facebook {
    background-color: #4267B2;
}
.social-icon a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: white;
}
.social-icon a.google {
    background-color: #db4437;
}
.social-icon a.youtube {
    background-color: #FF0000;
}
a.zalo {
    background-color: #008FE5;
    font-size: 14px;
}
.box_hotline h1 {
    font-size: 28px;
    text-shadow: 1px 1px black;
    font-weight: 700;
}
/*-------------------------------------------- Hotline -----------------------------------------*/
.website-alo-phone{
	position: fixed;
  left: 0px;
  bottom: 35px;
  visibility: visible;
  background: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 999999;
}
.website-alo-phone .animated,.animated{
	animation-duration: 1s;
  animation-fill-mode: both;
}
.website-alo-phone .animated.infinite,.animated.infinite{
	animation-iteration-count: infinite;
}
.website-alo-phone .animated.infinite.zoomIn{
	animation-name: zoomIn;
}
.website-alo-phone .animated.infinite.zoomIn.website-alo-ph-circle{
    box-shadow: 0 0 15px #ffffff7d;
	position: absolute;
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  border: 2px solid #003882;
  border-radius: 100%;
  background: transparent;
  opacity: 0.5;
}
    
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

    @keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
    @keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.website-alo-phone .animated,.animated{
	animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.website-alo-phone .animated.infinite,.animated.infinite{
	animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.website-alo-phone .animated.infinite.pulse{
	animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
}
.website-alo-phone .animated.infinite.pulse.website-alo-ph-circle-fill{
	position: absolute;
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: all 0.5;
  background-color: #003882;
  opacity: 0.75;
  box-shadow: 0 0 15px #ffffff7d;
}

.website-alo-phone .animated,.animated{
	animation-duration: 1s;
  animation-fill-mode: both;
}
.website-alo-phone .animated.infinite,.animated.infinite{
	animation-iteration-count: infinite;
}
.website-alo-phone .animated.infinite.tada,.animated.infinite.tada{
	animation-name: tada;
}
.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle{
	position: absolute;
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
  background-color:#003882;
  background-size: 70%;
}
    .website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle .fa{
    zoom: 1.4;
    color: #fff;
    display: block;
    padding: 2px;
    }
    .quydinh-tip.quydinh-tip-2 {
    position: absolute;
    right: -134px;
    top: 47px;
    background-color: #fcb040;
    color: white;
    padding: 5px 20px;
    box-shadow: 0 0 15px #ffffff47;
}
.quydinh-tip::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 36px;
    right: 100%;
    top: 50%;
    margin-right: -2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background-color: #fcb040;
}
/*------------------------------------------------ End Hotline-------------------------------*/
a.gotop {
    position: fixed;
    right: -55px;
    bottom: 75px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 9;
    background-color: #0098da;
    color: white;
    box-shadow: 0 0 10px #0000007d;
}
.wt-separator-outer {
    overflow: hidden;
}
.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #ffc107;
    display: inline-block;
    position: relative;
}
.wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
    height: 3px;
}
.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}
.wt-separator .separator-left {
    left: -80px;
}
.wt-separator .separator-right {
    right: -80px;
}
.border-img.wpb_single_image  img {
    border: 8px solid #003882;
    height: 420px;
}
.news-grid .news-thumb img {
    height: 235px;
}
.news-item .news-thumb {
    position: relative;
}

.published-date {
    position: absolute;
    bottom: 0;
    width: 115px;
    font-size: 14px;
    background-color: #ed1d24;
    color: white;
    padding: 6px;
}
.news-item-inner:hover {
    box-shadow: 0 0 15px #00000040;
}
/*
 *  STYLE 2
 */

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #1687C8;
}
.primery-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.primery-menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.primery-menu::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}
.footer-widget a, .footer-widget p {
    color: #f5f5f5;
}
.footer-widget h3.widget-title {
    margin-bottom: 9px;
    text-transform: none;
    font-size: 20px;
    color: #ebebeb;
    font-weight: bold;
}
.footer-widget .wt-separator-outer {
    margin-bottom: 10px;
}
.post-list .item img {
    width: 75px;
    margin-right: 10px;
}
aside.widget h3.widget-title {
    text-align: center;
    background-color: #f2f0eb;
    color: #5c5c5f;
    font-size: 17px;
    text-transform: uppercase;
    padding: 11px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}
aside.widget {
    border: 1px solid #ccc;
    padding: 0;
    margin-bottom: 40px;
}
aside.widget ul.menu {
    padding: 15px 15px 10px;
    list-style: none;
}
aside.widget ul.menu li a {
    color: #26262c;
}
.post-list .item {
    border-bottom: 1px solid #e3e3e3;
}
aside.widget .textwidget {
    padding: 10px;
    background-color: white;
}
.contact-info .vc_column-inner > .wpb_wrapper {
    padding: 30px 15px;
    border: 1px solid #eaeaea;
}
.contact-info .item i.fa {
    line-height: 65px;
    width: 65px;
    text-align: center;
    color: white;
    margin-right: 15px;
}
#wrap {
    padding: 25px;
    border: 1px solid #ebebeb;
    background: #fff;
}
#wrap #top {
    margin: 0 -25px;
    position: relative;
}
#wrap #top:before {
    content: "";
    border-left: 2px solid #faac1c;
    margin-left: -1px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
 #wrap:hover h5 a, #wrap:hover {
    color: #fff;
}

#wrap:hover {
    background: #faac1c;
    border-color: #faac1c;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
}
span.transaction, h5.transaction a {
    color: #000000;
}
.tg-service {
    text-align: center;
    position: relative;
    margin: 5px;
}
.animate_line:after, .animate_line:before {
    content: "";
    height: 4px;
    width: 0px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
}

.animate_line:before {
    right: -5px;
    top: -5px;
}
.tg-service .tg-border-topleft {
    padding: 30px;
    position: relative;
    z-index: 2;
    height: 242px;
    background: #fff;
}
.tg-displaytable {
    width: 100%;
    height: 100%;
    display: table;
}
.tg-displaytablecell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.tg-service i {
    display: block;
    padding: 0 0 15px;
}
.tg-service h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.animate_line:hover:after, .animate_line:hover:before {
    width: 50%;
    height: 50%;
    background: #ffbc13;
}
.animate_line:after {
    left: -5px;
    bottom: -5px;
}
.strong {
	font-weight:bold;
}
.post-list .item img {
    width: 75px;
    margin-right: 6px;
}
 .item i.fa {
    line-height: 65px;
    width: 65px;
    text-align: center;
    color: white;
    margin-right: 15px;
}
.text-strock-white {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.text-strock-black {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.aligncenter {
	display:block;
}
.bg-overlay:before {
    content: '';
        position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.48);
    display: block !important;
    left: 0;
    z-index: 0;
    top: 0;
}
div.block-connectus p[class*="fa-"] {
    padding-left: 50px;
    position: relative;
}
div.block-connectus p[class*="fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    display: inline-block;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    color: #888;
    font-size: 13px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fff;
}
.footer-widget ul.menu {
    padding-left: 0;
    list-style: none;
}
.footer-widget ul.menu li {
    position: relative;
}
.footer-widget ul.menu li:before {content: '\f105';font-family: Fontawesome;margin-right: 5px;color: #f5f5f5;}
header.header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 14;
}
.news-grid .col-lg-6 .news-thumb img {
    height: 406px;
}
#wrapper-footer-full, #wrapper-static-hero {
    background-color: #3f3f3f;
}
.footer-widget a, .footer-widget p {
    color: #c4c4c4;
}
.woocommerce ul.products li.product .product-item-thumb img {
    display: block;
    width: 100%;
    will-change: transform;
    filter: blur();
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: -moz-transform 1.2s cubic-bezier(.25,.46,.45,.94);
    transition: transform 1.2s cubic-bezier(.25,.46,.45,.94);
}
.woocommerce ul.products li.product .product-item-thumb:hover img {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}
.icons {
	font-family: "simple-line-icons";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-bag:before {
    content: "\e04f";
}
.icon-eye:before {
    content: "\e087";
}
.icon-magnifier:before {
    content: "\e090";
}
.product-item .functional-buttons a.funtion-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #333;
    color: white;
    text-align: center;
    margin: 0 2px;
	webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	 opacity: 0;
}
.woocommerce ul.products li.product .product-item a img {
    margin: 0 ;
}
.product-item-thumb {
    position: relative;
    overflow: hidden;
}
.product-item .functional-buttons a.funtion-button i:before {
    line-height: 40px;
}
.product-item .functional-buttons a.funtion-button:hover {
    background-color: #be8622;
}
.functional-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
}
.product-item:hover .functional-buttons a.funtion-button {
    opacity: 1;
    -webkit-transform: translate3d(0,-55px,0);
    transform: translate3d(0,-55px,0);
}
.product-item:hover .functional-buttons a.yith-wcqv-button.funtion-button {
    transition-delay: 100ms;
}
.product-item:hover .functional-buttons a.funtion-button.view-more {
    transition-delay: 200ms;
}
.product-item:hover .functional-buttons a.ajax_add_to_cart.loading i:before{
        font-family: 'FontAwesome';
    content: "\f110";
    top: 0px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 12px;
    font-size: 18px;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
a.added_to_cart.wc-forward {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 600;color: black;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
    color: black;
}
.woocommerce li.product span.onsale {
    background: transparent;
    color: black;
}
li.product .product-details {
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #ce0404;
    font-weight: 600;font-size: 16px;
}
.woocommerce ul.products li.product .price del {
    color: #4a4a4a;
    margin-right: 10px;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.mini-cart-side.display {
    right: 0;
}
.mini-cart-side {
    width: 280px;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 15;
    background-color: white;
    padding: 10px;
    height: 100%;
    overflow: auto;
}
.panel-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 13;
    display: none;
}
.panel-overlay.display {
    display: block;
}
.header-right-func i {
    font-size: 20px;
    color: white;
}
.header-right-func .header-cart a,.btn-search-totop a {
    display: inline-block;
    width: 50px;
    text-align: center;
}
.header-right-func .header-cart span.cart-number {
    position: absolute;
    margin-left: -13px;
    font-size: 12px;
    color: white;
    margin-top: 4px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 15px;
    width: 75px;
    margin-left: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, span.quantity {
    font-size: 16px;color: #000;
}

.woocommerce ul.cart_list li a.remove.remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    color: white !important;
    line-height: 15px;
    font-size: 17px;
    height: 1em;
    width: 1em;
    text-align: center;
    border-radius: 100%;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    position: relative;
}
.btn-outline-black {
    color: black !important;
    border: 2px solid black !important;
    background-color: transparent !important;
}
.btn-black {
    background-color: black !important;
    color: white !important;
}
.btn-outline-black:hover {
    background-color: black !important;
    color: white !important;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.product-quanity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 0px;
}
.product-quanity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    left: 90px;
}
.product-quanity .input-group-btn-vertical .btn {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 32px;
    height: 40px;
    background: #000;
    border: none;
    border-radius: 0;
    color: white;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 0 0 32px;
}
.product-quanity {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.woocommerce .quantity .qty {
    height: 40px;
}
button.single-add-to-cart {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}
header.header.fixed .middle-header {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: white;
}

header.header.fixed .middle-header ul#main-menu li a,header.header.fixed .middle-header .header-right-func i{
    color: black;
}
header.header.fixed .middle-header {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
header.header.fixed  .header-right-func .header-cart span.cart-number {
	color:black;
}
.product-carousel .product-carousel-inner ul.products li.product {
    width: 100%;
    margin: 0;
}
.product-carousel ul.products li.product .product-item {
    padding: 0 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px;
}
.quick_buy_button {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    height: 35px;
    background-color: #1687c8;
    border: 0;
    color: white;
    width: 140px;
}
.summary.entry-summary button.single-add-to-cart {
    float: left;
    margin-right: 15px;    margin-top: 10px;
}
.woocommerce form p#billing_first_name_field {
    width: 100%;
}
div#crumbs {
    text-align: center;
    color: #cccccc;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
aside.widget {
    border: 1px solid #ccc;
    padding: 0;
    margin-bottom: 40px;
}
.south-product-cate {
    text-align: center; margin-bottom:30px;
}

.south-product-cate .title {
    font-size: 16px;
    color: #26262c;
    text-decoration: underline;
}
.south-product-cate img {
    margin-bottom: 20px;
}
div#exampleModal button.close {
    position: absolute;
    right: -7px;
    top: -15px;
    color: white;
    opacity: 1;
    background-color: #003882;
    width: 30px;
    height: 30px;
    line-height: 11px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
}
.woocommerce ul.products li.product .onsale {
    background-color: #ce0404;
    color: white;
    min-height: auto;
    border-radius: 0;
    line-height: 1.1;
    margin: 6px;
    padding: 3px 3px;font-size: 12px;
}
.woocommerce div.product p.stock {
    font-size: 1.12em;
    text-transform: capitalize;
    font-weight: 700;
    border: 1px solid;
    display: inline-block;
    padding: 2px 15px;
    margin-bottom: 10px;
}
.woocommerce li.outofstock .product-item-thumb:before {
    content: 'Tạm Hết hàng';
    position: absolute;
    z-index: 5;
    font-size: 12px;
    background-color: #1687c8;
    color: white;
    padding: 2px 8px;
    margin: 6px;font-weight: 700;
}
.widget--action--fixed {
    z-index: 10;
    position: fixed;
    width: 45px;
    bottom: 140px;
    left: 5px;
}
a.widget--action--item.click--hotline {
    background-image: url(img/widget_icon_click_to_call.svg);
    background-color: #509600;
}
.widget--action--fixed>a.widget--action--item {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-bottom: 10px;
}
a.widget--action--item.click--zalo {
    background-image: url(img/widget_icon_zalo.svg);
    background-color: #0068ff;
	background-size: contain;
}
a.widget--action--item.click--messenger {
    background-image: url(img/widget_icon_messenger.svg);
    background-color: #0084ff;
	background-size: contain;
}
.widget--action--fixed>a.widget--action--item span {
    position: absolute;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    padding: 0px 20px 0 50px;
    right: 113%;
    z-index: -1;
    font-size: 15px;
    display: inline-block;
    min-width: 170px;
    width: auto;
}
.widget--action--fixed>a.widget--action--item:hover span {
    right: auto;
    left: 0;
}

a.widget--action--item.click--hotline span {
    background-color: #509600;
}
a.widget--action--item.click--zalo span{
    background-color: #0068ff;
}
a.widget--action--item.click--messenger span{
	background-color: #0084ff;
}