/*
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.8.6

...and now go out and play!
*/
@media (max-width: 575.98px) {
   }
@media (max-width: 767.98px) {
  }
@media (max-width: 991.98px) {
    .middle-header {
    box-shadow: 0 0 5px #0000004d;
}
    ul#main-menu li a {
    color: #6d3e1b;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid darkgrey;
    padding: 5px;
}
li.menu-item-has-children >i.fa {
    right: 10px;
    top: 10px;
    color: white;
    position: absolute;
    width: 25px;
    height: 25px;
}
    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: #000;
    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: #ffffff;
    height: 100%;
    z-index: 999;
    top: 0;
}
.header .primery-menu.display {
    left: 0;
}
.panel-overlay {
    background-color: #0000007a;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 13;
    display: none;
}
.panel-overlay.display {
    display: block;
}
    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) {
	ul#main-menu li ul.sub-menu li a {
    padding: 8px 10px;
    color: #6d3e1b;
    text-align: left;
}
ul#main-menu .menu-item-has-children:before {
    content: "";
    font-family: Fontawesome;
    top: 50%;
    position: absolute;
    right: -3px;
    margin-top: -11px;
}
    ul#main-menu li a {
    padding: 20px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    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: 1;
    top: 100%;
    visibility: hidden;
    width: 220px;
    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: #ffffff;
    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;
    border-top: 3px solid;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu {
    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) {
     
    }
* {
    -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;
}
/*-------------------------------------------- Hotline -----------------------------------------*/
.website-alo-phone{
	position: fixed;
  left: 0px;
  bottom: 0px;
  visibility: visible;
  background: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 999999;
}
.website-alo-phone .animated{
	animation-duration: 1s;
  animation-fill-mode: both;
}
.website-alo-phone .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{
	position: absolute;
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  border: 2px solid #6f411e;
  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{
	animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.website-alo-phone .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: #6f411e;
  opacity: 0.75;
}

.website-alo-phone .animated{
	animation-duration: 1s;
  animation-fill-mode: both;
}
.website-alo-phone .animated.infinite{
	animation-iteration-count: infinite;
}
.website-alo-phone .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:#6f411e;
  background-size: 70%;
}
    .website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle .fa{
    zoom: 1.4;
    color: #fff;
    display: block;
    padding: 2px;
    }
/*------------------------------------------------ End Hotline-------------------------------*/
.quydinh-tip {
    position: absolute;
    top: 50%;
    left: 100px;
    padding: 3px 15px;
    background-color: #088408;
    color: white;
    margin-top: -9px;
    font-size: 15px;
    font-weight: 500;
}
.quydinh-tip::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 27px;
    right: 100%;
    top: 50%;
    margin-right: 0px;
    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: #088408;
}
a.gotop {
    display: block;
    color: white;
    right: -55px;
    position: fixed;
    z-index: 9;
    bottom: 55px;
}
.line-bottom {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.line-bottom:after {
    width: 50px;
    height: 5px;
    background-color: #088408;
    position: absolute;
    content: '';
    border-radius: 10px;
    bottom: 0;
    left: 0;
}

.line-bottom.line:before {
    content: '';
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    width: 100%;
    max-width: 325px;
    bottom: 2px;
    left: 50%;
    margin-left: -162px;
}
.line-bottom.text-center:after {
    left: 50%;
    margin-left: -25px;
}
.services-element.service-feature-box {
    box-shadow: 0px 0px 10px 3px rgba(239, 239, 239, 1);
}
.item i.fa {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #6d3e1b;
    color: white;
    line-height: 60px;
    margin-right: 10px;
}
.contact-info .vc_column-inner > .wpb_wrapper {
    padding: 25px;
    border: 1px solid #e6e6e6;
}
.published-date {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #088408;
    color: white;
    padding: 11px 10px 12px;
}
.published-date span {
    display: block;
    font-size: 12px;
}
.news-thumb {
    position: relative;
}
.news-items-inner .news-thumb img {
    height: 225px;
}
.bg-overlay:before {
    content: '' !important;
    width: 100%;
    display: block !important;
    background-color: #00000091;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
}
div.footer-widget * {
    color: #c5c5c5;
}
.rounded-circle img {
    border-radius: 50%;
    border: 1px solid #dadada;
}
