/*
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: 20.20

...and now go out and play!
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@font-face {
 font-family: 'SVN-Futura';
  src: url("fonts/svn-futura-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'SVN-Futura';
  src: url("fonts/SVN-Futura-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SVN-Futura';
  src: url("fonts/SFUFuturaHeavy.TTF") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'SVN-Futura';
  src: url("fonts/SFUFuturaBold.TTF") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'SansSerifBookFLF';
  src: url("fonts/SansSerifBookFLF.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'hotel-colline';
  src: url("fonts/Hotel-Colline.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body{
	margin:0;
	font-family: 'SVN-Futura';
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background-color:#fff}
	.text-primary,.text-primary a{color:#003882!important}
	.btn-primary{color:#fff;background-color:#003882;border-color:#003882}
	.btn-primary:hover{color:#fff;background-color:#1676cd;border-color:#1676cd}
	.bg-primary{background-color:#003882!important}.bg-black{background-color:#000!important}
.btn-black{color:#fff;background-color:#000;border-color:#000}
.btn-black:hover {
    color: #d0d0d0;
    background-color: #333;
}
.btn-outline-white {
    border-color: #fff;
    color: white;
}
.btn-outline-black {
    border-color: #000;
    color: #000;
}
.btn-outline-black:hover {
    background-color: #000;
    color: #fff;
}
.text-hotel {font-family: 'hotel-colline';}
@media (max-width: 575.98px) {
	.pl-sm-down-0 {
		padding-left:0 !important;
	}

	.cat-filter .button {
    font-size: 12px;
}

   }
@media (max-width: 767.98px) {
	.collect--item .collect-text .title {
    font-size: 20px;
}
	body .collect--item {
    max-height: 260px;
}
	.footer-nav .nav-next .link__line {
    margin-left: 15px;
}
	.footer-nav .nav-previous .link__line {
    margin-right: 15px;
}
	.footer-nav .link__line {
    width: 60px;
}
	body section.about {
    padding: 90px 0 130px;
}
	section.about .about__bg {
    top: 130px;
}
	.footer-nav nav.navigation.post-navigation a {
    font-size: 14px;
}
	.hero__content .hero__back {
    left: 0;
    top: -44px;
}
	.wrapper-inner {
    max-width: 550px;
    padding: 0 16px;
}
		.portfolio-grid-item .portfolio-grid-item-content .title {
    padding: 20px 24px;
    font-size: 18px;
}
	body .cat-filter .button {
    margin-right: 0;
    padding: 0;
}
	.cat-filter {
    display: flex;
    justify-content: space-between;
}
  }
@media (max-width: 991.98px) {
	.collect--item .collect-text .desc {
    height: auto;
}
	.collect--item {
    max-height: 350px;
}
		li.menu-item-has-children.current-menu-item >i.fa {
		color:#c89e5a;
	}
	.primery-menu .menu-top {
    padding: 15px;
}
	.online-store {
    margin-right: 26px;
}
	.online-store a {
    color: #fff;
}
	.online-store > span {
    display: none;
}
	a.logo img.logo-black,.fixed a.logo img.logo-white {
    display: none;
}
	.fixed a.logo img.logo-black{
		display:block;
	}
	.mobile-search-icon {
    display: none;
}
	div#icon-cart a {
    color: #333;
}
.primery-menu	a.logo {
    position: relative;
}
	.button-header__line {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 1px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;position: absolute;
		background-color:#f2f2f2;
}
	.display .button-header__line {
	-webkit-transform: translate3d(0, 3px, 1px) rotate(
45deg
);
    transform: translate3d(0, 3px, 1px) rotate(
45deg
) ;
}
.close-panel .button-header__line:nth-of-type(2) {
margin-top: 14px;
}
	.display .close-panel .button-header__line:nth-of-type(2) {
    -webkit-transform: translate3d(0, -4px, 1px) rotate(
135deg
) ;
    transform: translate3d(0, -4px, 1px) rotate(
135deg
) ;
}
	.primery-menu.display 	ul#main-menu > li{
    opacity:1;
    transform: translateZ(0);
}
	ul#main-menu > li{
    opacity:0;
		transition-duration: 1s;
    transform: translate3d(0,100px,0);
}
ul#main-menu > li:nth-child(1) {
    transition-delay: 100ms;
}
ul#main-menu > li:nth-child(2) {
    transition-delay: 150ms;
}
ul#main-menu > li:nth-child(3) {
    transition-delay: 200ms;
}
ul#main-menu > li:nth-child(4) {
    transition-delay: 250ms;
}
ul#main-menu > li:nth-child(5) {
    transition-delay: 300ms;
}
ul#main-menu > li:nth-child(6) {
    transition-delay: 350ms;
}
ul#main-menu > li:nth-child(7) {
    transition-delay: 400ms;
}
ul#main-menu > li:nth-child(8) {
    transition-delay: 450ms;
}
ul#main-menu > li:nth-child(9) {
    transition-delay: 500ms;
}
ul#main-menu > li:nth-child(10) {
    transition-delay: 550ms;
}
	.mobile-language li a {
    color: #000000;
}
	.logo img {
    width: 80px;
}
	.portfolio-grid-item .portfolio-grid-item-content:after {
		opacity:.3
	}
	.portfolio-grid-item .portfolio-grid-item-content {
    opacity: 1;
}
	body .portfolio-grid-item {
    margin-bottom: 15px;
}
	.primery-menu form#searchform {
    max-width: 225px;
    margin: auto;
}
.fixed .online-store a {
    color: #333;
}
.primery-menu form#searchform input#s {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
}

.primery-menu button#searchsubmit {
    background-color: transparent;
    border: 0;
    color: #f2f2f2;
    margin-left: -25px;
    position: relative;
}
.primery-menu .logo img {
    height: auto;
    width: 80px;
}
a.close-panel {
    color: white;
    width: 40px;
    height: 27px;
    text-align: center;
    font-size: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.header-title .title {
    font-size: 30px;
}
	.header-title .header-desc {
    font-size: 18px;
}
	.about__inner {
    padding: 0px 15px;
}

    i.submenu-opened:before {
    content: "\e622";
}

ul#main-menu li a {
    font-weight: 400;
    padding: 8px 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
	color:#f2f2f2;
	font-size: 18px;
}
	ul#main-menu li .sub-menu li a {
    font-size: 18px;
    text-transform: unset;
}
li.menu-item-has-children >i {
    right: 0px;
    top: 0px;color:#f9f9f9;
    position: absolute;
    width: 40px;
    height: 43px;
    text-align: center;
    line-height: 43px;
}
    a.mobile-menu {
    width: 25px;
    height: 14px;
    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: 1px;
    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;
}
	header.header.fixed a.mobile-menu span {
    background-color: #000;
}
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;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
    transition: opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
    -o-transition: transform 0s ease 0.5s, opacity 0.5s ease;
    transition: transform 0s ease 0.5s, opacity 0.5s ease;
    transition: transform 0s ease 0.5s, opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
    z-index: 1001;
}
.header .primery-menu.display {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease;
    transition: opacity 0.5s ease, -webkit-transform 0s ease;
    -o-transition: transform 0s ease, opacity 0.5s ease;
    transition: transform 0s ease, opacity 0.5s ease;
    transition: transform 0s ease, opacity 0.5s ease, -webkit-transform 0s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 1;
}
	.header .primery-menu.display {
    transform: translate3D(-100%, 0, 1px);
}
	.menu__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 0;
    background-color: rgba(31,31,31,0.96);
    -webkit-transition: -webkit-transform 0s ease 0.5s;
    transition: -webkit-transform 0s ease 0.5s;
    -o-transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
}
	.display .menu__overlay {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0s ease;
    transition: -webkit-transform 0s ease;
    -o-transition: transform 0s ease;
    transition: transform 0s ease;
    transition: transform 0.5s ease, -webkit-transform 0s ease;
}
    ul.sub-menu {
    display: none;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    padding-left: 0;
}
   }
@media (max-width: 1199.98px) {
}
@media (min-width: 576px) {
	.row.no-padding {
    margin-left: -5px;
    margin-right: -5px;
}
.row.no-padding > div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
     }
  @media (min-width: 768px) {
	  .row.no-pad{
    margin-left: 0;
    margin-right: 0;
}
	  .row.no-pad > div[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
     }
@media (min-width: 992px) {

	.header-title .title-inner {
    padding-top: 35px;
}
	.fixed .menu-btn.x:before,.fixed .menu-btn.x:after {
    background-color: #000;
}
	.fixed .menu-btn.x span {
    background-color: #000;
}
	.menu-main-chinh-container.show {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
	.menu-main-chinh-container {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
	}

	.menu-btn.x:after {
    bottom: 10px;
}
	.menu-btn.x:before {
    top: 10px;
}
	.menu-btn.active.x:after {
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
    bottom: 20px;
}
	.menu-btn.active.x:before {
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
    top: 20px;
}
	.menu-btn.x:before, .menu-btn.x:after {
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 5px;
    right: 5px;
    content: "";
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
	.menu-btn.active.x span {
    background: none !important;
}
	.menu-btn {
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    line-height: 42px;
    font-size: 32px;
    cursor: pointer;
    color: #fff;
}
	.menu-btn-pc {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
	.menu-btn.x span {
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 5px;
    right: 5px;
    top: calc(50% - 1px);
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
 header.header img.logo-white {
	display:block;
}
header.header img.logo-black,header.header.fixed img.logo-white {
    display: none;
}
header.header.fixed img.logo-black {
    display: block;
}
	.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
	.woocommerce form.checkout.woocommerce-checkout .woocommerce-billing-fields .form-row {
    width: 50%;
}
	.action * {
    color: white;
}
 header.header.fixed .action *{
		color: black;
	}
	.mobile-search-icon {
    width: 35px;
    margin-left: 35px;
}
	.header-title .title {
    font-size: 35px;
}
	.about.about_project {
    padding: 270px 0 219px;
    position: relative;
}
	div#requestModal .modal-dialog {
    max-width: 1080px;
    margin: 15vh auto;
}
	section.about.about_about-bottom .wrapper.about__wrapper {
    max-width: 345px;
}
	button.button.about__button {
    margin-top: 60px;
}
	.row.big-row > div[class*=col-] {
    padding-left: 55px;
    padding-right: 55px;
}
.row.big-row {
    margin-left: -55px;
    margin-right: -55px;
}
		.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: 6px 20px;
    text-align: left;
    text-transform: unset;
}
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: -10px;color:#fff;
    font-size: 12px;
}
	.fixed ul#main-menu .menu-item-has-children:before {
   color:#333;
}
ul#main-menu ul.sub-menu .menu-item-has-children:before {
   content:"\f0da";
}
ul#main-menu li a {
    padding: 15px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

	.fixed ul#main-menu li a {
    color: #000;
}
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: 235px;
    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;
    overflow: visible;
     }
ul#main-menu ul.sub-menu > li {
    display: block;
    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 {
    visibility: visible;
    max-height: 2000px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
}
 @media (min-width: 1200px) {
	 .portfolio-grid-item .thumbnail {
    max-height: 190px;
}
	 .collect-thumb img {
    min-height: 100%;
    width: auto;
    max-width: max-content;
    max-height: 100vh;
    min-width: 100%;
}
	 .collect-thumb {
    height: 80vh;
}
	.tax-portfolio_cat .flex-bg,.post-type-archive-portfolio .flex-bg{
    height: 99vh;
}
	 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2.6666% 1.992em 0;
    width: 23%;
}
	 .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
	 .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 36%;
}
	 .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 60%;
}
	 .woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: none;
}
	 .woocommerce div.product div.images .flex-viewport {
    width: 80%;
    float: right;
		 -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 1px solid #e3e3e3;
}
	 .woocommerce div.product div.images .flex-control-thumbs {
    width: 16%;
    float: left;
}
	 .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    display: flex;
    justify-content: space-between;
}
	 div#requestModal .modal-content {
    padding: 72px 114px 96px;
}
	 .btn-xl {
    padding: 8px 50px;
}
     .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
    }
@media (min-width: 1450px) { 
article .portfolio-grid-item .thumbnail {
    max-height: 290px;
}
}
* {
    -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: #c89e5a;
    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: 0px;
  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: 45px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 9;
    background-color: #000;
    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);
	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: #000;
}
.primery-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

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

.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;
    font-size: 15px;
}
.footer-widget a:hover,.footer-widget ul.menu li a:hover:before {
    color: #c79e5e;
}
.footer-widget h3.widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    font-family: 'hotel-colline';
}
.footer-widget .wt-separator-outer {
    margin-bottom: 10px;
}
.post-list .item img {
    width: 75px;
    margin-right: 10px;
}
aside.widget h3.widget-title {
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.post-list .item {
    border-bottom: 1px solid #e3e3e3;
}
aside.widget {
    margin-bottom:35px;
}
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 > a:before {content: '\f105';font-family: Fontawesome;margin-right: 5px;color: #f5f5f5;}

.owl-nav .owl-next {
    right: 0px;
    position: absolute;
    top: 50%;
}
.owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    top: 50%;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev,.owl-carousel.owl-theme .owl-nav button.owl-next  {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    margin-top: -20px;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev:hover, .owl-carousel.owl-theme .owl-nav button.owl-next:hover {
    background-color: #fff;
}
.owl-carousel.owl-theme .owl-nav button:hover:before{
	color:#000;
}
.owl-nav div:hover {
    box-shadow: 0 0 15px #0000003b;
}
.owl-nav .owl-next:before {
    content: "\f054";
    font-family: Fontawesome;
    font-size: 13px;
    color: white;
}
.owl-nav .owl-prev:before {
    content: "\f053";
    font-family: Fontawesome;
    font-size: 13px;
    color: white;
}
.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #676767;
    margin: 1px;
    border-radius: 50%;
}
.owl-dot {
    display: inline-block;
    margin: 2px;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
}
.owl-dot.active span {
    background-color: #0098da;
}
.owl-dots {
    text-align: center;
}
.owl-nav button span {
    display: none;
}
.owl-carousel.owl-theme .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: #0098da;
    margin-top: -17.5px;
}
header.header {
    position: fixed;
    z-index: 5;
    width: 100%;
}
.middle-header {
    padding: 15px 0;
}
header.header.fixed {
    background-color: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 36%);
}

.portfolio--item .title a {
    color: white;
}
.portfolio--item .title {
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}
.btn-outline-white:hover {
    background-color: white;
    color: #333;
}
.hidden-dots .owl-dots,.hidden-nav .owl-nav {
    display: none;
}
#wrapper-footer-full, #wrapper-static-hero {
    background-color: #000000;
}
.newsletter input.wpcf7-form-control {
    border-radius: 0;
}

.newsletter input.wpcf7-form-control.wpcf7-email {
    background-color: #acacac;
    border: 0;
    margin-bottom: 10px;
}
.newsletter input.wpcf7-form-control.wpcf7-submit {
    background-color: transparent;
    border: 1px solid #777;
    color: #777;
    text-transform: uppercase;
    width: 100%;
    padding: 5px;
}
.newsletter input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
}
.portfolio-grid-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
}
.portfolio-grid-item-content .title {
    display: inline-block;
    vertical-align: bottom;
    color: #f2f2f2;
    padding: 34px 62px;
}
.portfolio-grid-item-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
214.76deg
, rgba(51,51,51,0.425) 0%, rgba(0,0,0,0.816) 79.9%),rgba(0,0,0,0.2);
    background: -o-linear-gradient(214.76deg, rgba(51,51,51,0.425) 0%, rgba(0,0,0,0.816) 79.9%),rgba(0,0,0,0.2);
    background: linear-gradient(
235.24deg
, rgba(51,51,51,0.425) 0%, rgba(0,0,0,0.816) 79.9%),rgba(0,0,0,0.2);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-grid-item .thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
214.76deg
, rgba(51,51,51,0.01) 0%, rgba(0,0,0,0.0192) 79.9%),rgba(0,0,0,0.2);
    background: -o-linear-gradient(214.76deg, rgba(51,51,51,0.01) 0%, rgba(0,0,0,0.0192) 79.9%),rgba(0,0,0,0.2);
    background: linear-gradient(
235.24deg
, rgba(51,51,51,0.01) 0%, rgba(0,0,0,0.0192) 79.9%),rgba(0,0,0,0.2);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-grid-item:hover .portfolio-grid-item-content {
    opacity: 1;
}
.portfolio-grid-item {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.portfolio-grid-item-content {
    display: flex;
    align-items: flex-end;
}
.cat-filter {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px;
}
.cat-filter .button {
    display: inline-block;
    padding-right: 16px;
    margin-right: 96px;
    color: #828282;
    font-weight: 400;background-color: transparent;
    border: 0;
}

.cat-filter .is-checked ,.cat-filter .button:hover {
    color: #c79e5f;
}
section.about{
    padding: 270px 0 270px;
    position: relative;
    overflow: hidden;
}
.about__bg {
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0px;
    z-index: 0;
    line-height: 1;
    font-size: 12.5vw;
    font-weight: 500;
    text-align: center;
    letter-spacing: 9.4vw;
    text-transform: uppercase;
    color: rgb(0 0 0 / 3%);
    text-shadow: 2px 2px 5px rgb(0 0 0 / 2%);
}
.about__bg .letter {
    display: inline-block;
}

.about_project .scroll {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 88px;
    z-index: 1;
}
.about_project .scroll:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    top: -100%;
    left: 0;
}
.scroll_bottom {
    bottom: 72px;
}
.scroll_top {
    top: 72px;
}
.about_project .wrapper {
    width: 100%;
    max-width: 854px;
    margin: auto;
}
.details.about__details .details__card {
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    align-items: center;
}

.details__card .card__icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 86px;
    padding-bottom: 6px;
}

.details__card .card__content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 86px);
    font-size: 14px;
    line-height: 16px;
}
.news__share {
    margin-top: 62px;
}
.share__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #666;
    margin-right: 22px;
    padding-top: 4px;
}
.share__socnetwork {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 16px;
    letter-spacing: 0;color: #666;
}
.blog-item .content {
    text-align: center;
    padding: 20px 8px;
}
.blog-item .content .title {
    font-size: 20px;
}
.blog-item .content .title a {
    color: #333;
}
.blog-item .content .excerpt {
    margin-bottom: 8px;
}
.blog-item .content .meta-date {
    color: #9e9e9e;
}
header.header ul#main-menu li.menu-item:hover> a,header.header ul#main-menu > li.current-menu-item > a,
.vi-VN ul#main-menu li.menu-item.wpml-ls-item-vi > a ,
.en-US ul#main-menu li.menu-item.wpml-ls-item-en a,
header.header ul#main-menu .current-menu-item:before,header.header ul#main-menu li.menu-item:hover:before{
    color: #c89e5a;
}

button.button.about__button {
    width: 260px;
    padding: 12px 20px;
    border-radius: 0px;
    background: transparent;
    color: #000;
    font-size: 14px;
    border: 1px solid;
}
button.button.about__button:hover {
    background-color: #000;
    color: white;
}
.text.about__text .about__h2 {
    margin-bottom: 40px;
}
div#requestModal .modal-content {
    background-color: #1f1f1f;
}

div#requestModal .modal-header {
    border-radius: 0;
    border: 0;
}

div#requestModal .modal-header h5 {
    color: white;
    font-size: 30px;
}
div#requestModal .modal-header .close {
    color: white;
    opacity: 1;
    font-weight: 400;
    font-size: 25px;
    position: absolute;
    top: 0px;
    right: 12px;
}
div#requestModal .modal-header .close span {
    font-size: 45px;
    font-weight: 300;
}
div#requestModal span.wpcf7-form-control-wrap .wpcf7-form-control:focus {
    border-color: white;
}
div#requestModal span.wpcf7-form-control-wrap .wpcf7-form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #828282;
}
div#requestModal .wpcf7-response-output {
    color: white;
}
.about.about_project {
    position: relative;
}
.header-desc {
    color: black;
    font-size: 22px;
}
.widget-list-item .title a {
    color: #333;
}
.widget-list-item .title {
    font-size: 18px;
}
ul.pagination {
    margin-top: 35px;
}

ul.pagination .page-link {
    color: #000;
}

ul.pagination .page-item.active .page-link {
    background-color: #000;
    color: white;
    border-color: #333;
}
input.wpcf7-form-control.wpcf7-file {
    border: 0;
    padding-left: 0;
}
.lightgallery >div {
    margin-bottom: 15px;
}
.blog-item {
    margin-bottom: 15px;
}
.collect-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 0;
    content: '';
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.collect--item {
    position: relative;
    overflow: hidden;
}

.collect--item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(255 255 255 / 15%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.collect-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);width: 80%;
}
.collect-text .title {
    font-family: 'hotel-colline';
    text-transform: capitalize;text-align: center;
    font-size: 25px;
}
.collect-text * {
    color: #fff;
}
.collect--item:hover .collect-thumb:after {
    opacity: .7;
}
section.about.about_projects-top .about__bg {
    letter-spacing: 5.2vw;
    font-size: 12.5vw;
    color:rgb(0 0 0 / 3%);
    text-shadow: 2px 2px 5px rgb(0 0 0 / 2%);
    opacity: 1;
}
.single-portfolio .header-title{
    display: none;
}
.hero__inner {
    width: 100%;
    height: 100vh;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
}
.hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero__bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
}
section.hero.hero_top {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero__content {
    display: inline-block;
    vertical-align: middle;
    max-width: 540px;
    width: 100%;
    padding-bottom: 38px;
    position: relative;
    color: #fff;
}
.wrapper-inner {
    width: 100%;
    max-width: 854px;
    margin: auto;
}
.hero__text {
    color: #fff;
    margin-top: 24px;
    font-size: 20px;
}
.hero__back {
    position: absolute;
    top: -2px;
    left: calc(((100vw - 854px)/2 - 68px)*-1);
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.hero__back:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 2px;
    background-color: #fff;
    width: 16px;
    height: 1px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(0) rotate(
45deg
);
    -ms-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(
45deg
);
}
.hero__back span {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.hero__back:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 2px;
    background-color: #fff;
    width: 16px;
    height: 1px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(0) rotate(
-45deg
);
    -ms-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(
-45deg
);
}
.hero__back_active:before {
    -webkit-transform: scale(1) rotate(
45deg
);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(
45deg
);
}
.hero__back_active:after {
    -webkit-transform: scale(1) rotate(
-45deg
);
    -ms-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(
-45deg
);
}
.hero__back_active span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.footer-nav {
    padding: 25px 0;
}
nav.navigation.post-navigation a {
    color: #333;
    font-size: 20px;
}
div.header-cart span.count-number {
    font-size: 9px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    top: -6px;
    right: -9px;
    text-align: center;
    position: absolute;
    background-color: #333;
    color: white !important;
}
div#icon-cart {
    position: relative;
    cursor: pointer;
}
.cart-panel {
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    background-color: #f9f9f9;
    right: -365px;
    padding: 15px 0;
    z-index: 16;
    box-shadow: -5px 0 9px rgb(0 0 0 / 19%);
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.cart-panel.display {
    right: 0;
}
.cart-panel .panel-title {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 10px 0;
}
.woocommerce ul.cart_list li{
    padding: 8px 10px;
    background-color: white;    position: relative;
}
a.panel-close {
    position: absolute;
    left: -13px;
    top: 6px;
    background-color: black;
    font-size: 13px;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
.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;
}
.cart-panel .panel-title {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 10px 0;
}
a.panel-close {
    position: absolute;
    left: -13px;
    top: 6px;
    background-color: black;
    font-size: 13px;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
.product-item-content {
    text-align: center;padding: 15px;
    background-color: #fff;
}
.product-item-inner {
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product a img {
	margin-bottom:0;
}
.product-item-inner:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.woocommerce ul.products li.product .product-item-content .woocommerce-loop-product__title {
    color: #333;
    text-transform: uppercase;
    padding-top: 0;
}
.mini-cart li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 65px;
    height: auto;
    box-shadow: none;
    margin-right: 10px;
}
.woocommerce ul.cart_list li .title {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.mini-cart li a.remove.remove_from_cart_button {
    position: absolute;
    top: 2px;
    right: 5px;
    background-color: #000;
    color: white !important;
    line-height: 10px;
    font-size: 15px;
    height: 1em;
    width: 1em;
    text-align: center;
    border-radius: 100%;
}
.woocommerce ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: .5em;
    font-size: 16px;
}
.woocommerce ul.cart_list li span.quantity {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
a.added_to_cart.wc-forward {
    display: none;
}
.woocommerce-cart table.cart img {
    width: 75px;
}
.woocommerce .product-name a {
    color: #333;
}
#billing_country_field, p#calc_shipping_country_field {
    display: none;
}
 .select2-container--default .select2-selection--single,form.woocommerce-EditAccountForm.edit-account input,.woocommerce form .form-row input {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 38px;
    padding: 5px;
}
.payment_methods li.wc_payment_method label {
    width: 100%;
    display: flex;
    align-items: center;
}
 .woocommerce-checkout .payment-method #payment .payment_methods li.wc_payment_method {
    position: relative;
    margin-bottom: 3px;
}
li.wc_payment_method label methodname{
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    width: calc(100% - 35px);
    background-repeat: no-repeat;
    background-position: center left 10px;
    font-size: 16px;
    line-height: 40px;
    height: 60px;
    font-weight: 500;
}
li.wc_payment_method.payment_method_cod label methodname{
    background-image: url(img/cod.png);
}
li.wc_payment_method.payment_method_wooviet_onepay_domestic label methodname{
	background-image: url(img/debit-card.png);
}
li.wc_payment_method.payment_method_bacs label methodname{
	background-image: url(img/transfer.png);
}
li.wc_payment_method.payment_method_paypal label methodname{
	background-image: url(img/paypal.png);
}
li.wc_payment_method label img,li.wc_payment_method label a {
    display: none;
}
.woocommerce-checkout #payment .payment_methods div.payment_box {
    background-color: #f9f9f9;
}
.woocommerce-checkout #payment .payment_methods div.payment_box::before {
    border-bottom-color: #f9f9f9;
}

.wc_payment_method input[type=radio]:not(old)+label>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 50%;
    vertical-align: initial;position: relative;
}
.wc_payment_method input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    display: none;
}
.wc_payment_method input[type=radio]:not(old)+label:hover {
    cursor: pointer;
    color: #003882;
}
li.wc_payment_method label:hover methodname{
    border-color: #003882;
}
.wc_payment_method input[type=radio]:not(old):checked+label>span>span {
    height: 12px;
    width: 12px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #003882;
    border-radius: 99px;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 1em 0;
}
.woocommerce-checkout .payment-method #payment {
    background: transparent;
    border-radius: 0;
}
.product-quanity .quantity input::-webkit-outer-spin-button,
.product-quanity .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 */
}
.woocommerce div.product .product-quanity {
    position: relative;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0px 15px 0 0;
}
.product-quanity span.input-group-btn-vertical button.btn.btn-touchspin.js-touchspin {
    height: 45px;
    width: 45px;
    border: 1px solid #ebebeb;
    display: inline-block;
    line-height: 50px;
    cursor: pointer;
    color: #333;
    position: absolute;
    margin: auto;
    border-radius: 0;
    text-align: center;
    padding: 0;
    font-size: 12px;
}
.product-quanity button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    left: 90px;
}
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    left: 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border: 1px solid #000000;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 2px;
}
.woocommerce .summary.entry-summary .product-quanity input.qty {
    height: 45px;
    width: 45px;
    line-height: 45px;
    float: left;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin: 0 45px;
    border-left: 0;
    border-right: 0;
}
.woocommerce div.product .summary.entry-summary form.cart .button:hover {
    background-color: #333;
}
.woocommerce div.product .summary.entry-summary form.cart .button, div.quick_buy_container button.quick_buy_button {
    height: 44px;
    border-radius: 0;
    background-color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 15px 4px;
    float: none;
    width: 100%;
    margin-top: 12px;
    color: white;
    border: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #b9b9b9;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    position: relative;
    padding-left: 15px;
    display: block;
}
input#rememberme {
    opacity: 0;
    visibility: hidden;
}
.woocommerce-form-login__rememberme .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.4rem;
    width: 1.4rem;
    background-color: #eee;
}
.woocommerce-form-login__rememberme input:checked~.checkmark:after {
    display: block;
}
.woocommerce-form-login__rememberme .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.woocommerce-form-login__rememberme .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.woocommerce-form-login__rememberme input:checked~.checkmark {
    background-color: #49a010;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    position: relative;
    padding-left: 15px;
    display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: white!important;
    position: relative;
    z-index: 0;
    border-radius: none;
    margin: 0px -5px;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #7ca540;
}
.woocommerce #woocommerce-wrapper div.product .woocommerce-tabs ul.tabs::before,.woocommerce #woocommerce-wrapper div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #woocommerce-wrapper div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce #woocommerce-wrapper div.product .woocommerce-tabs ul.tabs li {
    margin-right: 5px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 5px 20px;    background-color: #e0e0e0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
   background-color: #000;color: white;
}
.woocommerce div.product .woocommerce-tabs div.woocommerce-Tabs-panel {
    background-color: #f9f9f9;
    padding: 15px;
}
.woocommerce ul.products li.product .price del,.woocommerce div.product p.price del {
    color: #000;
    margin-right: 15px;
}
.woocommerce ul.products li.product .product-item-content .button {
    margin-top: 5px;
    border-radius: 0;
    font-weight: 400;
    background-color: #000;
    color: white;
}
.related-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-weight: 400;
    border-radius: 0;
    background-color: #333;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 1.35em;
}
table.shop_table button.button {
    border-radius: 0;
    background-color: #000;
    color: white;
    font-weight: 400;
}.woocommerce div.product form.cart {
    margin-bottom: 0em;
}
.woocommerce div.product form.cart {
    margin-bottom: 0em;
}
div#woocommerce-wrapper {
    background-color: #f7f7f7;
}
.flex-bg {
    height: 22vw;
    min-height: 385px;
    justify-content: center;
}
.header-title.bg_active .flex-bg{
    height: 98vh; justify-content: center;
}
.header-title .title-inner * {
    color: #fff;text-align:center;
}
.header-title .overlay {
    background-color: rgb(0 0 0 / 33%);
}
.nav-previous .link__line {
    margin-right: 28px;
}
.link__line {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 90px;
    height: 1px;
    background-color: rgb(225 225 225);
    position: relative;
    overflow: hidden;
}
.nav-next .link__line {
    margin-left: 28px;
}
.nav-previous .link__line:before {
    right: -100%;
}
.link__line:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.nav-next .link__line:before {
    left: -100%;
}
.nav-next:hover .link__line:before {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.nav-previous:hover .link__line:before{
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.gallery-item-carousel img {
    filter: grayscale(100%);
}
.gallery-item-carousel:hover img {
    filter: grayscale(0%);
}
.modal-dialog .modal-content {
    background-color: transparent;
    border: 0;
}
div#exampleModal button.close {
    color: white;
    opacity: 1;
    text-shadow: 0 1px black;
    font-size: 20px;
    outline: 0;
}
#exampleModal .modal-dialog {
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
form#searchform button#searchsubmit {
    background-color: transparent;
    color: white;
    border: 0;
    outline: 0;
}
form#searchform input#s {
    background-color: transparent;
    border: 0;
}
form#searchform .input-group {
    border-bottom: 1px solid rgb(255 255 255 / 38%);
}
.collect--item .desc {
    text-align: center;
    height: 0;
}

.collect--item:hover .desc {
    opacity: 1;
}
.header-title .title {
    font-family: 'hotel-colline';
}
.collect-text .desc p {
    margin-bottom: 0;
}