/*
Theme Name: VinaWebsite.VN
Description: Templates develop by vinahost.vn
Author: VINAHOST.VN
Template: flatsome
Support: website@vinahost.vn
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* keyframes marquee */
@-moz-keyframes marquee {
   	0% {
	  	transform: translateX(100%);
	}
	100% {
	  	transform: translateX(-100%);
	}
}
@-webkit-keyframes marquee {
    0% {
	  	transform: translateX(100%);
	}
	100% {
	  	transform: translateX(-100%);
	}
}
@keyframes marquee {
	0% {
	  	transform: translateX(100%);
	}
	100% {
	  	transform: translateX(-100%);
	}
}
/* keyframes scroll_down */
@-moz-keyframes scroll_down {
   	0% {
	  	top: 0px;
	}
	100% {
	  	top: 7px;
	}
}
@-webkit-keyframes scroll_down {
    0% {
	  	top: 0px;
	}
	100% {
	  	top: 7px;
	}
}
@keyframes scroll_down {
	0% {
	  	top: 0px;
	}
	100% {
	  	top: 7px;
	}
}
:root
{
	--Arial: Arial, sans-serif;
	--Montserrat: "Montserrat", Helvetica, sans-serif;
	--Lato: "Lato", Arial, sans-serif;
}
body {
	 -webkit-text-size-adjust: none;
	 -webkit-font-smoothing: subpixel-antialiased;
	 font-size: 16px;
	 font-family: var(--Lato);
	 line-height: 1.6;
	 font-weight: 400;
}
 body h1, body h2, body h3, body h4, body h5, body h6, body .heading-font, body .banner h1, body .banner h2 {
	 font-family: var(--Montserrat);
}
 body p {
	 margin: 0 0 10px;
}
 body .is-divider {
	 display: none;
}
 body a {
	 transition: all .3s;
}
 body b, body strong {
	 font-weight: 700;
}
 body .dark, body .dark p, body .dark td {
	 color: var(--white);
}
 @media (min-width: 850px) {
	 body {
		 font-size: 17px;
	}
}
 ::-webkit-scrollbar {
	 width: 8px;
}
 ::-webkit-scrollbar-track {
	 background-color: #f1f1f1;
}
 ::-webkit-scrollbar-thumb {
	 background-color: #aaa;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item {
	 border: none;
	 background-color: transparent;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a {
	 color: #000;
	 font-size: 14px;
	 letter-spacing: 0;
	 padding: 7px 15px;
	 padding-left: 15px;
	 font-weight: 500;
	 text-transform: uppercase;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 overflow: hidden;
	 flex-grow: unset;
	 flex: 1 auto;
	 max-width: calc( 100% - 30px );
    -ms-flex-preferred-size: calc( 100% - 30px );
    flex-basis: calc( 100% - 30px );
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a > i {
	 opacity: 1;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a > i.fa {
	 vertical-align: baseline;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > ul {
	 padding-bottom: 0;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > ul li {
	 margin: 0;
	 padding-left: 12px;
	 border: none;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > ul li a {
	 color: var(--black);
	 font-size: 14px;
	 letter-spacing: 0;
	 padding: 5px 15px;
	 font-weight: 500;
	 text-transform: uppercase;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item .toggle {
	 opacity: 1;
	 color: #444;
	 font-size: 10px;
	 width: auto;
	 height: auto;
	 border: none;
	 min-height: auto;
	 line-height: unset;
	 margin: 0;
	 letter-spacing: 0;
	 font-weight: 400;
	 max-width: 30px;
	 -ms-flex-preferred-size: 30px;
	 flex-basis: 30px;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item .nav-slide-header .toggle {
	 max-width: 100%;
	 -ms-flex-preferred-size: 100%;
	 flex-basis: 100%;
	 font-size: 14px;
	 color: var(--primary_color);
	 font-weight: 600;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item.header-search-form {
	 padding-top: 0;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.header-search-form {
	 padding: 0 15px 20px 15px;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.header-search-form form input {
	 background-color: var(--white);
	 min-height: 40px;
	 height: 40px;
	 line-height: 40px;
	 border-radius: 0 !important;
	 box-shadow: none;
	 padding: 0 0 0 15px;
	 border-right: none;
	 font-size: 14px;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.header-search-form form button[type="submit"] {
	 border: none;
	 letter-spacing: 0;
	 font-weight: 500;
	 font-size: 13px;
	 color: var(--white);
	 min-height: 40px;
	 height: 40px;
	 line-height: 40px;
	 padding: 0 10px;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar > li.custom {
	 display: none;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar .header_hotline {
	 color: var(--black);
	 font-size: 14px;
	 font-family: var(--Montserrat);
	 line-height: 1.4;
	 border: none;
	 padding: 7px 15px;
	 font-weight: 500;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar .header_hotline span {
	 padding: 0 5px 0 0;
}
 .off-canvas-left .mfp-content #main-menu .nav-sidebar .header_hotline a {
	 color: var(--success_color);
	 font-size: 14px;
	 line-height: 1.4;
	 padding: 0;
	 display: inline-block;
	 letter-spacing: 0;
	 font-weight: 700;
	 margin: 0 0 0 5px;
}
 @media (max-width: 480px) {
	 .off-canvas-left .mfp-content {
		 width: calc(100vw - 90px) !important;
	}
}
 @media (min-width: 768px) and (max-width: 1023px) {
	 .off-canvas-left .mfp-content {
		 width: calc(100vw - 60vw) !important;
	}
}
 #top-bar ul.nav-left li {
	 color: var(--white);
	 font-size: 14px;
	 font-family: var(--Montserrat);
}
 #top-bar ul.nav-left li a {
	 padding: 0;
	 font-size: 14px;
	 color: var(--white);
}
 #top-bar ul.nav-left li a:hover {
	 color: var(--blue);
}
 #top-bar ul.nav-left li span.icon {
	 color: var(--blue);
}
 #top-bar ul.nav-left li.custom {
	 display: none;
}
 #top-bar ul.nav-left li.header_slogan .slogan {
	 white-space: nowrap;
	 overflow: hidden;
	 box-sizing: border-box;
}
 #top-bar ul.nav-left li.header_slogan .slogan .slogan_txt {
	 -moz-animation: marquee 15s linear infinite;
	 -webkit-animation: marquee 15s linear infinite;
	 animation: marquee 15s linear infinite;
}
 #top-bar ul.nav-left li.header_slogan .slogan .slogan_txt:hover {
	 animation-play-state: paused;
}
 #top-bar ul.top-bar-nav li.custom {
	 display: none;
}
 #top-bar ul.top-bar-nav li.header_hotline {
	 color: var(--white);
	 font-size: 14px;
	 font-family: var(--Montserrat);
	 line-height: 1.4;
}
 #top-bar ul.top-bar-nav li.header_hotline a {
	 color: var(--white);
	 font-size: 14px;
	 line-height: 1.4;
	 padding: 0;
}
 #top-bar ul.top-bar-nav li.header_hotline a:hover {
	 color: var(--success_color);
}
 #top-bar .mobile-nav li {
	 color: var(--white);
	 font-size: 14px;
	 font-family: var(--Montserrat);
}
 #top-bar .mobile-nav li.custom {
	 display: none;
}
 #top-bar .mobile-nav li.header_slogan .slogan {
	 white-space: nowrap;
	 overflow: hidden;
	 box-sizing: border-box;
}
 #top-bar .mobile-nav li.header_slogan .slogan .slogan_txt {
	 -moz-animation: marquee 15s linear infinite;
	 -webkit-animation: marquee 15s linear infinite;
	 animation: marquee 15s linear infinite;
}
 #top-bar .mobile-nav li.header_slogan .slogan .slogan_txt:hover {
	 animation-play-state: paused;
}
 #masthead {
	 /* box-shadow: 1px 1px 10px rgba(0,0,0,0.15); */
}
 #masthead #logo {
	 margin: 0;
}
 #masthead #logo img {
	 margin: 0 auto;
}
 #masthead .header-nav-main > li {
	 margin: 0;
	 position: relative;
	 line-height: 126px;
}
 #masthead .header-nav-main > li ul.nav-dropdown {
	 transform: translateY(80px);
	 border: none;
	 box-shadow: none;
	 position: absolute;
	 left: 0;
	 transition: .3s all ease;
	 opacity: 0;
	 visibility: hidden;
	 will-change: opacity, transform;
	 background: #272727;
	 top: 100%;
}
 #masthead .header-nav-main > li ul.nav-dropdown li {
	 margin-bottom: -2px;
	 transform: translateY(-2px);
}
 #masthead .header-nav-main > li ul.nav-dropdown li + li {
	 margin-top: 12px;
}
 #masthead .header-nav-main > li ul.nav-dropdown li a {
	 color: var(--white);
	 background: transparent;
	 font-size: 14px;
	 border-bottom: none;
	 padding: 0;
	 font-family: var(--Montserrat);
	 margin: 0;
	 line-height: 1.6;
}
 #masthead .header-nav-main > li ul.nav-dropdown li a:hover {
	 color: var(--success_color);
}
 #masthead .header-nav-main > li:hover ul.nav-dropdown, #masthead .header-nav-main > li .current-dropdown ul.nav-dropdown {
	 opacity: 1;
	 visibility: visible;
	 transform: translateY(0);
}
 #masthead .header-nav-main > li > a {
	 font-family: var(--Montserrat);
	 font-size: 16px;
	 font-weight: 500;
	 padding: 0 15px;
}
 #masthead .mobile-nav.nav-right li.custom {
	 display: none;
}
 #masthead .mobile-nav.nav-right li.languages {
	 margin: 0 5px;
}
 #masthead .mobile-nav.nav-right li.nav-icon a {
	 padding: 0;
}
 #header .stuck #masthead .header-nav-main > li {
	 line-height: 70px;
}
 #header .stuck #masthead .header-nav-main > li ul.nav-dropdown {
	 transform: translateY(40px);
}
 #header .stuck #masthead .header-nav-main > li:hover ul.nav-dropdown, #header .stuck #masthead .header-nav-main > li .current-dropdown ul.nav-dropdown {
	 opacity: 1;
	 visibility: visible;
	 transform: translateY(0);
}
 .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
	 display: none;
}
#header {
	 position: absolute;
}
#header .header-wrapper, #header .header-bg-color {
	 background-color: rgba(255,255,255,0);
}
#header .header-wrapper.stuck, #header .stuck .header-bg-color {
	 /* background-color: var(--white); */
	background: #0A0A0A;
	background: linear-gradient(0deg,rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.3) 100%);
	box-shadow: unset;
	backdrop-filter: blur(2px);
}
 /* @media (max-width: 549px) {
	 .home #header {
		 position: relative;
	}
} */
 @media (max-width: 849px) {
	 #header #masthead #logo img {
		 padding: 3px 0;
	}
}
 .sec_hslide .scroll-for-more {
	 margin: 0 !important;
	 border: none;
	 padding: 0;
	 min-height: unset;
	 height: unset;
	 line-height: 1;
	 bottom: 45px;
}
 @media (max-width: 549px) {
	 .sec_hslide .slider .flickity-prev-next-button {
		 display: block;
		 opacity: 1;
	}
}
 .rev_slider_wrapper ul > li .tp-parallax-wrap:nth-child(2) .tp-mask-wrap .tp-caption {
	 font-size: 30px;
	 line-height: 1.2;
	 font-family: var(--Montserrat) !important;
	 font-weight: 700 !important;
}
 .rev_slider_wrapper ul > li .tp-parallax-wrap:nth-child(3) .tp-mask-wrap .tp-caption {
	 font-size: 30px;
	 font-family: var(--Montserrat) !important;
}
 @media (min-width: 1024px) {
	 .rev_slider_wrapper ul > li .tp-parallax-wrap:nth-child(2) .tp-mask-wrap .tp-caption {
		 font-size: 100px !important;
	}
	 .rev_slider_wrapper ul > li .tp-parallax-wrap:nth-child(3) .tp-mask-wrap .tp-caption {
		 margin-top: 80px !important;
		 font-size: 15px !important;
	}
}
 @media (min-width: 768px) and (max-width: 1024px) {
	 .rev_slider_wrapper ul > li .tp-parallax-wrap:nth-child(2) .tp-mask-wrap .tp-caption {
		 font-size: 40px !important;
	}
	 .rev_slider_wrapper ul > li .tp-parallax-wrap:nth-child(3) .tp-mask-wrap .tp-caption {
		 margin-top: 50px !important;
	}
}
 @media (max-width: 480px) {
	 .rev_slider_wrapper ul > li .tp-parallax-wrap:nth-child(2) .tp-mask-wrap .tp-caption {
		 font-size: 30px !important;
	}
	 .rev_slider_wrapper ul > li .tp-parallax-wrap:nth-child(3) .tp-mask-wrap .tp-caption {
		 font-size: 12px !important;
		 margin-top: 50px !important;
	}
}
 .section-title-container .section-title-center {
	 margin: 0;
}
 .section-title-container .section-title-center span {
	 color: #333;
	 font-size: 30px;
	 letter-spacing: .06em;
	 margin: 0;
	 line-height: 1.4;
}
 .section-title-container .section-title-center span:before {
	 content: '';
	 position: relative;
	 display: block;
	 height: 2px;
	 width: 50px;
	 margin-bottom: 20px;
	 background-color: var(--primary_color);
	 will-change: transform, opacity;
	 margin-left: auto;
	 margin-right: auto;
}
 .section-title-container .section-title-center b {
	 background-color: transparent;
}
 .section-title-container .section-title-normal {
	 border-bottom: none;
	 margin: 0;
}
 .section-title-container .section-title-normal span {
	 border-bottom: none;
	 padding-bottom: 0;
	 color: #333;
	 font-size: 30px;
	 letter-spacing: .06em;
	 margin-bottom: 0;
	 line-height: 1.4;
}
 .section-title-container .section-title-normal span:before {
	 content: '';
	 position: relative;
	 display: block;
	 height: 2px;
	 width: 50px;
	 margin-bottom: 20px;
	 background-color: var(--primary_color);
	 will-change: transform, opacity;
}
 .section-title-container.title_white .section-title-center span {
	 color: var(--white);
}
 .section-title-container.title_white .section-title-center span:before {
	 background-color: var(--white);
}
 .section-title-container.mb_0 {
	 margin: 0;
}
 @media (min-width: 850px) {
	 .sec-ourservices {
		 min-height: calc( 100vh - 70px );
	}
}
 .list_services .service_icon {
	 position: relative;
}
 .list_services .service_icon .icon {
	 width: 2.85em;
	 height: 2.85em;
	 border-radius: 50%;
	 text-align: center;
	 color: var(--alert_color);
	 font-size: 75px;
	 line-height: 3em;
	 display: block;
	 margin: auto;
}
 .list_services .service_icon .icon .overlay {
	 background-color: rgba(0,0,0,0.25);
}
 .list_services .service_icon .icon .icon_info {
	 display: table;
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 border-radius: 50%;
	 z-index: 5;
	 padding: 0;
}
 .list_services .service_icon .icon .icon_info .info_inner {
	 display: table-cell;
	 vertical-align: middle;
	 padding: 0 20px;
}
 .list_services .service_icon .icon .icon_info .info_inner h3 {
	 text-transform: uppercase;
	 color: var(--white);
	 font-weight: 500;
	 margin: 0;
	 font-size: 20px;
	 line-height: 30px;
}
 @media (min-width: 850px) {
	 .list_services .service_icon .icon {
		 position: relative;
		 z-index: 1;
		 overflow: hidden;
	}
	 .list_services .service_icon .icon:after {
		 content: '';
		 display: inline-block;
		 position: absolute;
		 left: -1px;
		 right: -1px;
		 top: -1px;
		 bottom: -1px;
		 transition: 0.3s;
		 z-index: -1;
		 transform: translateX(-100%);
		 border-radius: 50%;
		 background-color: var(--primary_color);
	}
	 .list_services .service_icon .icon:hover:after {
		 transform: translateX(0);
	}
	 .list_services .service_icon .icon .overlay {
		 border-radius: 50%;
	}
	/* .list_services > .col:nth-child(3) .service_icon .icon {
		 margin-right: 0;
	}
	 .list_services > .col:nth-child(4) .service_icon .icon {
		 margin-left: 0;
	}*/
}
 .sec-ourhis {
	 padding-top: 60px !important;
}
 .sec-ourhis p {
	 font-size: 18px;
}
 .sec-ourhis .btn_viewmore.button {
	 margin: 0;
	 border: none;
	 transition: all .3s;
}
 .sec-ourhis .btn_viewmore.button:hover {
	 background-color: var(--success_color);
}
 @media (min-width: 850px) {
	 .sec-ourhis {
		 min-height: calc( 100vh - 70px );
	}
}
 .sec-recentnew {
	 padding-bottom: 0 !important;
}
 .sec-recentnew .col.post-item h5.post-title {
	 font-size: 20px;
	 font-weight: 500;
	 color: var(--black);
	 height: 52px;
	 overflow: hidden;
}
 .sec-recentnew .col.post-item h5.post-title:hover {
	 color: var(--primary_color);
}
 .sec-recentnew .col.post-item .post-meta {
	 font-size: 14px;
	 opacity: 1;
	 font-style: italic;
}
 .sec-recentnew .col.post-item .post-meta span {
	 color: var(--primary_color);
}
 .sec-recentnew .col.post-item p.from_the_blog_excerpt {
	 font-size: 16px;
}
 .thumb-creative {
	 position: relative;
	 text-align: center;
}
 .thumb-creative, .thumb-creative__inner {
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 width: 100%;
	 max-height: 360px;
}
 @media (min-width: 992px) {
	 .thumb-creative__inner {
		 position: relative;
		 -webkit-transform-style: preserve-3d;
		 transform-style: preserve-3d;
		 -webkit-perspective: 1000px;
		 perspective: 1000px;
	}
}
 .thumb-creative__front, .thumb-creative__back {
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-direction: column;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-justify-content: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 100%;
	 background: #333;
}
 .thumb-creative__front {
	 display: none;
}
 .thumb-creative__front h6 {
	 font-size: 20px;
	 font-weight: 500;
}
 @media (min-width: 992px) {
	 .thumb-creative__front, .thumb-creative__back {
		 overflow: visible;
		 -webkit-transform-style: preserve-3d;
		 transform-style: preserve-3d;
		 transition: -webkit-transform 0.7s cubic-bezier(0.4,0.2,0.2,1);
		 transition: transform 0.7s cubic-bezier(0.4,0.2,0.2,1), -webkit-transform 0.7s cubic-bezier(0.4,0.2,0.2,1);
		 backface-visibility: hidden;
		 -webkit-backface-visibility: hidden;
	}
}
 @media (min-width: 992px) {
	 .thumb-creative__front {
		 display: block;
		 position: absolute;
		 top: 0;
		 left: 0;
		 right: 0;
		 bottom: 0;
		 width: 100%;
		 transform: rotateY(0deg);
		 z-index: 1;
	}
}
 .thumb-creative__image-wrap {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 overflow: hidden;
}
 figure {
	 margin-bottom: 0;
}
 figure img {
	 display: block;
	 width: 100%;
}
 .thumb-creative__image-wrap img {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%,-50%);
	 min-width: 101%;
	 min-height: 100%;
}
 @media (min-width: 992px) {
	 .thumb-creative__front .thumb-creative__image-wrap img {
		 opacity: .5;
	}
}
 .thumb-creative__content {
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-direction: column;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-justify-content: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 100%;
	 padding: 50px 40px;
	 color: var(--white);
	 pointer-events: none;
}
 @media (min-width: 992px) {
	 .thumb-creative__content {
		 min-height: 300px;
		 transform: translateZ(60px);
		 transition: all 0.4s ease-out;
	}
}
 @media (min-width: 1600px) {
	 .thumb-creative .thumb-creative__content {
		 min-height: 360px;
	}
}
 @media (min-width: 992px) {
	 .thumb-creative__front .thumb-creative__content {
		 position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		 z-index: 2;
	}
}
 .thumb-creative__content::before {
	 content: '';
}
 .thumb-creative__content > * {
	 width: 100%;
	 pointer-events: auto;
}
 .thumb-creative__content h1, .thumb-creative__content h2, .thumb-creative__content h3, .thumb-creative__content h4, .thumb-creative__content h5, .thumb-creative__content h6, .thumb-creative__content .heading-1, .thumb-creative__content .heading-2, .thumb-creative__content .heading-3, .thumb-creative__content .heading-4, .thumb-creative__content .heading-5, .thumb-creative__content .heading-6 {
	 line-height: 1.4;
	 color: var(--white);
}
 @media (min-width: 992px) {
	 .thumb-creative__front .thumb-creative__content > * {
		 opacity: 1;
	}
}
 .thumb-creative__back {
	 position: relative;
	 overflow: hidden;
}
 .thumb-creative__back h6 a {
	 font-size: 20px;
	 font-weight: 500;
	 color: var(--white);
}
 .thumb-creative__back h6 a:hover {
	 color: var(--primary_color);
}
 .thumb-creative__back p {
	 font-size: 16px;
	 font-family: var(--Montserrat);
}
 .thumb-creative__back a.button {
	 font-family: var(--Montserrat);
	 margin-top: 20px;
	 background: transparent;
}
 .thumb-creative__back a.button:hover {
	 background: transparent;
	 box-shadow: none;
	 color: var(--primary_color);
}
 @media (min-width: 992px) {
	 .thumb-creative__back {
		 transform: rotateY(180deg);
		 opacity: 1;
	}
}
 .thumb-creative__back img {
	 opacity: .35;
}
 @media (min-width: 992px) {
	 .thumb-creative__back .thumb-creative__image {
		 opacity: .05;
	}
}
 .thumb-creative__content a.button-link {
	 color: var(--white);
	 border: 0;
	 padding: 0;
	 font-family: "Montserrat", Helvetica, sans-serif;
	 font-size: 16px;
	 line-height: 1.4;
	 letter-spacing: .06em;
	 text-decoration: underline;
}
 @media (min-width: 992px) {
	 .thumb-creative:hover .thumb-creative__front {
		 transform: rotateY(-180deg);
	}
}
 @media (min-width: 992px) {
	 .thumb-creative:hover .thumb-creative__back {
		 transform: rotateY(0deg);
	}
}
 .sec-ourclients {
	 padding-bottom: 30px !important;
}
 .sec-ourclients .gallery-col .col-inner {
	 border: 1px solid #ccc;
}
 .row-management .col .box-text h4 {
	 font-size: 18px;
	 font-weight: 400;
	 font-weight: 500;
	 color: var(--black);
	 text-transform: uppercase;
}
 .row-management .col .box-text p.chucvu {
	 font-size: 15px;
	 font-style: italic;
	 line-height: 1.3;
	 color: var(--primary_color);
}
 .row-management .col .box-text p.chucvu + p {
	 font-size: 16px;
}
 .sec-about h4 {
	 color: var(--black);
	 font-weight: 500;
	 text-transform: uppercase;
}
 .grid_services .col.post-item {
	 padding: 30px 10px;
}
 .grid_services .col.post-item .box .box-image .absolute {
	 display: none;
}
 .grid_services .col.post-item .box .box-text {
	 padding: 0 25px;
}
 .grid_services .col.post-item .box .box-text h5 {
	 font-size: 24px;
	 color: var(--black);
	 line-height: 1.5;
	 text-transform: uppercase;
	 letter-spacing: .06em;
}
 .grid_services .col.post-item .box .box-text h5:before {
	 content: '';
	 position: relative;
	 display: block;
	 height: 2px;
	 width: 50px;
	 margin-bottom: 15px;
	 background-color: var(--primary_color);
	 will-change: transform, opacity;
}
 .grid_services .col.post-item .box .box-text p.from_the_blog_excerpt {
	 margin-top: 10px;
	 font-size: 17px;
	 color: #888;
	 font-family: var(--Montserrat);
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: normal;
	 -webkit-line-clamp: 4;
	 display: -webkit-box;
}
 .grid_services .col.post-item .box .box-text button.button {
	 background-color: var(--primary_color);
	 color: var(--white);
	 border-radius: 3px;
	 font-family: var(--Montserrat);
	 border: none;
	 padding: 16px 40px;
	 font-size: 14px;
	 line-height: 24px;
	 font-weight: 400;
}
 .grid_services .col.post-item .box .box-text button.button:hover {
	 background-color: var(--success_color);
}
 .grid_services .col.post-item:nth-child(odd) {
	 background-color: #f8f8f8;
}
 @media (max-width: 549px) {
	 .grid_services .col.post-item .box .box-text {
		 padding: 20px 0 0;
	}
}
 @media (min-width: 550px) {
	 .grid_services .col.post-item {
		 padding: 45px 10px;
	}
	 .grid_services .col.post-item:nth-child(odd) .box-vertical {
		 direction: rtl;
	}
	 .grid_services .col.post-item:nth-child(odd) .box-vertical .box-image {
		 direction: ltr;
	}
	 .grid_services .col.post-item:nth-child(odd) .box-vertical .box-text {
		 direction: ltr;
	}
}
 .banner-archive h3.section-title {
	 font-weight: 700;
	 font-size: 26px;
}
 .banner-archive h3.section-title span:before {
	 background-color: var(--white);
}
 .banner-archive p {
	 text-transform: uppercase;
	 margin: 0;
	 font-size: 18px;
	 line-height: 1.8;
}
 @media (min-width: 1200px) {
	 .banner-archive h3.section-title {
		 font-size: 60px !important;
	}
}
 @media (min-width: 992px) {
	 .banner-archive h3.section-title {
		 font-size: 44px !important;
	}
}
 @media (min-width: 768px) {
	 .banner-archive h3.section-title {
		 font-size: 32px;
	}
}
 .grid_projects .col.post-item .box .box-image .absolute {
	 display: none;
}
 .grid_projects .col.post-item .box .box-text {
	 padding: 15px 0 10px;
}
 .grid_projects .col.post-item .box .box-text .post-title {
	 text-transform: uppercase;
	 color: var(--black);
	 font-weight: 500;
	 font-size: 20px;
	 margin: 0;
	 line-height: 1.4;
}
 .grid_projects .col.post-item .box .box-text .from_the_blog_excerpt {
	 font-size: 18px;
	 color: #888;
	 margin-top: 10px;
}
 .grid_projects .col.post-item .box .box-text button.button {
	 color: var(--primary_color);
	 border: none;
	 background-color: transparent;
	 font-family: var(--Montserrat);
	 letter-spacing: 0;
	 text-decoration: underline;
	 font-size: 15px;
	 line-height: unset;
	 min-height: unset;
}
 .grid_projects .col.post-item .box .box-text button.button:hover {
	 color: var(--black);
	 text-decoration: none;
}
 .grid_news .col.post-item .box .box-image .absolute {
	 display: none;
}
 .grid_news .col.post-item .box .box-text {
	 padding: 15px 0 10px;
}
 .grid_news .col.post-item .box .box-text .post-title {
	 color: var(--primary_color);
	 line-height: 1.4;
	 margin: 0 0 3px;
}
 .grid_news .col.post-item .box .box-text .from_the_blog_excerpt {
	 color: #888;
	 font-size: 16px;
	 margin: 0;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: normal;
	 -webkit-line-clamp: 2;
	 display: -webkit-box;
}
 .slide_customers .col > .col-inner {
	 border: 1px solid #ccc;
}
 .contact_info .company_name {
	 font-weight: 500;
	 font-family: var(--Montserrat);
	 color: var(--primary_color);
	 font-size: 25px;
	 margin: 0 0 5px;
}
 .contact_info p {
	 margin: 0 0 5px;
}
 .contact_info p:last-child {
	 margin: 0;
}
 .contact_info a:hover {
	 color: var(--success_color);
}
 .contact_map iframe {
	 width: 100%;
	 height: 300px;
}
 .row_contact .col_info h3 {
	 font-weight: 500;
	 font-family: var(--Montserrat);
	 color: var(--black);
	 font-size: 25px;
	 margin: 0 0 5px;
}
 .row_contact .wpcf7 form label {
	 font-size: 15px;
	 margin: 0;
	 color: #333;
	 font-weight: 600;
}
 .row_contact .wpcf7 form input {
	 margin-top: 3px;
	 min-height: 38px;
	 height: 38px;
	 line-height: 38px;
}
 .row_contact .wpcf7 form textarea {
	 margin-top: 3px;
}
 .row_contact .wpcf7 form input[type="submit"] {
	 margin: 0;
	 border: none;
	 padding: 0 25px;
	 letter-spacing: 0;
	 font-weight: 500;
	 font-size: 17px;
	 box-shadow: none;
}
 .row_contact .wpcf7 form input[type="submit"]:hover {
	 background-color: var(--success_color);
}
 .sec_banner_header .section-bg {
	 background-attachment: fixed;
}
 .sec_banner_header .row_banner_header .col > .col-inner {
	 background-color: rgba(133,127,127,0.24);
	 padding: 30px;
}
.sec_banner_header .section-title-container {
	display: none;
}
.sec_banner_header .banner_info {
	 line-height: 1.6;
}
 .sec_banner_header .banner_info p:last-child {
	 margin: 0;
}
 .sec_banner_header .banner_info .uppercase {
	 line-height: 1.6;
}
 .single-post .sec_banner_header .section-bg {
	 background-attachment: unset;
}
 .single-post .sec_banner_header .row_banner_header .col > .col-inner {
	 background-color: transparent;
	 padding: 0;
}
 @media (max-width: 549px) {
	 .single-post .sec_banner_header {
		 min-height: 250px !important;
	}
}
 @media (min-width: 550px) and (max-width: 849px) {
	 .single-post .sec_banner_header {
		 min-height: 195px !important;
	}
}
 @media (min-width: 850px) and (max-width: 1279px) {
	 .single-post .sec_banner_header {
		 min-height: 256px !important;
	}
}
 @media (min-width: 1280px) and (max-width: 1365px) {
	 .single-post .sec_banner_header {
		 min-height: 315px !important;
	}
}
 @media (min-width: 1366px) and (max-width: 1679px) {
	 .single-post .sec_banner_header {
		 min-height: 335px !important;
	}
}
 @media (min-width: 1680px) {
	 .single-post .sec_banner_header {
		 min-height: 475px !important;
	}
}
 body .nav-pagination.links li {
	 margin: 0 3px;
}
 body .nav-pagination.links li span, body .nav-pagination.links li a {
	 border-radius: 3px;
	 border: none;
	 letter-spacing: 0;
	 font-size: 15px;
	 min-height: 34px;
	 height: 34px;
	 line-height: 34px;
	 min-width: 34px;
}
 body .nav-pagination.links li a {
	 background-color: #f7f7f7;
}
 body .nav-pagination.links li a:hover {
	 background-color: var(--primary_color);
}
 .single-post .page-wrapper {
	 padding: 0;
}
 .single-post article {
	 padding: 30px 0 0;
	 margin: 0;
}
 .single-post article .entry-header {
	 padding: 0;
}
 .single-post article .entry-header .entry-header-text {
	 padding: 0;
}
 .single-post article .entry-header .entry-header-text .entry-category {
	 display: none;
}
 .single-post article .entry-header .entry-header-text .entry-title {
	 margin-bottom: 0;
	 text-transform: uppercase;
	 letter-spacing: .06em;
	 color: var(--primary_color);
}
 .single-post article .entry-header .entry-header-text .entry-title:before {
	 content: '';
	 position: relative;
	 display: block;
	 height: 2px;
	 width: 50px;
	 margin-bottom: 20px;
	 background: #f20c0c;
	 will-change: transform, opacity;
}
 .single-post article .entry-content {
	 padding: 15px 0;
	 color: #888;
}
 .single-post article .entry-content .gallery .gallery-item .gallery-icon, .single-post article .entry-content .gallery .gallery-item img {
	 height: 100%;
	 object-fit: cover;
}
 .single-post article .social-icons a {
	 color: var(--primary_color);
	 font-size: 18px;
	 min-width: 36px;
	 border: none;
	 background-color: transparent;
	 min-height: 36px;
	 height: 36px;
	 line-height: 36px;
}
 .single-post article .navigation-post a {
	 color: var(--success_color);
}
 .single-post article .navigation-post a:hover {
	 color: var(--alert_color);
}
 .single-post article .list_new {
	 margin-top: 30px;
}
 .single-post article .list_new .section-title-container .section-title-normal span {
	 font-size: 24px;
	 letter-spacing: 0;
}
 .single-post article .list_new .col.post-item {
	 padding-bottom: 10px;
}
 .single-post article .list_new .col.post-item .box-text {
	 padding: 15px 0 0;
	 text-align: center;
}
 .single-post article .list_new .col.post-item .box-text h5.post-title {
	 text-transform: uppercase;
	 font-weight: 500;
}
 .single-post article .list_new .col.post-item .box-text .post-meta {
	 font-size: 14px;
	 color: var(--black);
	 font-style: italic;
}
 .single-post article .list_new .col.post-item .box-text .post-meta time {
	 color: var(--primary_color);
}
 #footer .footer-2 {
	 background: linear-gradient(to top,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0) 100%);
	 border-top: 3px solid var(--alert_color);
}
 #footer .footer-2 iframe {
	 min-height: 270px;
}
 #footer .footer-2 .widget-title {
	 font-family: var(--Montserrat);
	 color: var(--primary_color);
	 font-size: 25px;
	 font-weight: 500;
	 display: block;
	 margin: 0 0 15px;
	 line-height: 1.4;
}
 #footer .footer-2 .footer_info {
	 color: var(--black);
	 font-size: 16px;
}
 #footer .footer-2 .footer_info .company_name {
	 font-weight: 600;
	 font-family: var(--Montserrat);
	 color: var(--success_color);
}
 #footer .footer-2 .footer_info p {
	 margin: 0;
}
 #footer .footer-2 .footer_info p a:hover {
	 color: var(--alert_color);
}
 #footer .footer-2 .footer_logo_description .ft_logo img {
	 max-height: 140px;
}
 #footer .footer-2 .widget_nav_menu ul.menu {
	 width: 100%;
	 -js-display: flex;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
}
 #footer .footer-2 .widget_nav_menu ul.menu > li {
	 max-width: 34%;
	 -ms-flex-preferred-size: 34%;
	 flex-basis: 34%;
	 border: none;
}
 #footer .footer-2 .widget_nav_menu ul.menu > li > a {
	 color: var(--primary_color);
	 padding: 3px 0;
	 font-size: 16px;
}
 #footer .footer-2 .widget_nav_menu ul.menu > li > a:hover {
	 color: var(--alert_color);
}
 #footer .footer-2 .widget_nav_menu ul.menu > li .toggle {
	 display: none;
}
 #footer .footer-2 .widget_nav_menu ul.menu > li > ul {
	 display: none;
}
 #footer .absolute-footer {
	 padding: 10px 0;
	 font-family: var(--Arial);
	 color: #888;
	 font-size: 15px;
}
 #footer .absolute-footer .footer-secondary {
	 padding: 0;
}
 #footer .absolute-footer .footer-secondary .social-icons a {
	 margin-bottom: 0;
	 border: none;
	 font-size: 16px;
	 min-height: unset;
	 line-height: unset;
}
 #footer .absolute-footer .footer-secondary .social-icons a:hover {
	 background-color: transparent !important;
	 color: var(--success_color) !important;
}
 #footer .absolute-footer .footer-secondary .social-icons a:hover i {
	 color: var(--success_color) !important;
}
 @media (max-width: 849px) {
	 #footer .footer-2 .widget_nav_menu ul.menu > li {
		 max-width: 50%;
		 -ms-flex-preferred-size: 50%;
		 flex-basis: 50%;
	}
}
 @media (min-width: 550px) and (max-width: 849px) {
	 #footer .footer-2 > .row > .col:nth-child(2), #footer .footer-2 > .row > .col:nth-child(3) {
		 max-width: 50%;
		 -ms-flex-preferred-size: 50%;
		 flex-basis: 50%;
	}
}
@media (min-width: 850px)
{
	#footer .footer-2 .row > .col:nth-child(1)
	{
		max-width: 20%;
	    -ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
	}
	#footer .footer-2 .row > .col:nth-child(2)
	{
		max-width: 25%;
	    -ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	}
	#footer .footer-2 .row > .col:nth-child(3)
	{
		max-width: 55%;
	    -ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
	}
}
table th, table td {
	 border-bottom: none;
}
 .scroll-for-more i {
	 -webkit-animation: scroll_down 2s infinite;
	 animation: scroll_down 1.5s infinite;
	 background: url(assets/images/icon-scroll-down.png) no-repeat;
	 width: 40px;
	 height: 22px;
	 background-size: 40px;
	 position: relative;
}
 .scroll-for-more i:before {
	 display: none;
}
 a.back-to-top {
	 color: var(--white);
	 background-color: var(--alert_color) !important;
	 width: 58px;
	 height: 58px;
	 font-size: 24px;
	 line-height: 58px !important;
	 overflow: hidden;
	 text-align: center;
	 text-decoration: none;
	 z-index: 20;
	 transition: .3s all ease;
	 border: none !important;
}
 a.back-to-top i {
	 display: none;
}
 a.back-to-top:before {
	 content: '\e941';
	 font-family: 'Linearicons';
}
 a.back-to-top:hover {
	 background-color: var(--black) !important;
}