:root {
	--vui-orange: #F57F25;
	--vui-red: #E30613;
	--vui-orange-rgb: 245, 127, 37;
	--vui-red-rgb: 219, 6 , 18;
	--vui-dark: #2a2a2a;
	--vui-grey: #6c757d;
	--vui-light-grey: #f8f9fa;
}
body{   
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1.5rem;
    line-height: 1.625;
	animation: fadein 1s;
}
img{
	max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
.wraper{
	position: relative;
	margin: 0 auto;
}
/* phần header */
header{
	background: #fff;
	transition: background-color .3s, opacity .3s;
}
.fixed-top{
	left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 10px;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0)
    }
}

@keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes stuckFadeIn {
    0% {
		max-height: 0;
		opacity: 0;
    }

    to {
		max-height: 200px;
		opacity: 1;
		 
    }
}
.site-banner {
    position: absolute;
    width: 100%;
    background-size: cover;
    z-index: -10;
    background-position: center center;
    height: 300px;
}

#header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#header .logo {
    /* padding: 20px 10px 20px 0; */
}

#header .logo img {
    max-height: 90px;
    max-width: 400px;
}

#header .logo h1, #header .logo .site_name {display: none;}
#header .logo h2,
#header .logo .site_description {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman';
    line-height: 1.1;
    margin: 0;
    padding: 0;
    display: none;
}

#header .right-menu {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 0;
}

#header .right-menu > .nv-block-banners:last-child {
    margin-bottom: 0;
}
/* Bootstrap Menu */

#menusite .navbar-default {
    background-color: transparent;
	border-bottom: none;
    /* border-bottom-color: #428bca; */
    /* border-bottom-width: 1px; */
    /* border-bottom-style: solid; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 100; /*Phần chỉnh z-index với slider */
}

#menusite .navbar-default .navbar-nav > li {margin-left: 1px;}
#menusite .navbar-default .navbar-nav > li:first-child {margin-left: 4px;}
#menusite .navbar-default .navbar-nav > li:last-child {margin-right: 4px;}
#menusite .navbar-default .navbar-nav > li > a {
    color: #525252;
	font-size: 1.2em;
    text-transform: uppercase;
}
#menusite .navbar-nav > li > a {white-space: nowrap;}
#menusite .navbar-default .navbar-nav>.active>a{
	background: transparent !important;
	color: #000;
	font-weight: 700;
}
#menusite .dropdown-menu {
	background-color: rgb(102 102 102 / 80%) !important;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 100%;
}
#menusite .dropdown-menu > li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
#menusite .dropdown-menu > li:last-child {border-bottom: none;}
#menusite .dropdown-menu > li > a {
    color: #fff;
    line-height: 30px;
    padding: 3px 15px;
}
#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
	background: transparent !important;
}
#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.1) 100%) !important;
    color: #333;
}

#menusite .dropdown-submenu {
    position: relative;
    display: none;
	background:#F57C21;
}

#menusite .open .dropdown-submenu {
    display: block;
	background: #F47C21
}

#menusite .dropdown-submenu li a {
    color: #fff;
    display: block;
}

#menusite .dropdown-submenu > .dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

#menusite .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

#menusite .dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 10px;
    margin-right: -5px;
}

#menusite .dropdown-submenu.pull-left {
    float: none;
}

#menusite .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}



/* Phần menu Mobile */
@media (min-width: 767px){
	.navbar-mobile{display:none;}
}
@media (max-width: 767px){
	.info-topbar{
		padding: 0
	}
	#header .logo{
		padding: 15px 0px;
	}
	#header .logo img{
		height: 50px;
	}
	#header .right-menu{
		padding: 0
	}
	.navbar-mobile{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		/* background: #f0f0f0; */
		/* height: 64px; */
		/* width: 100%; */
		/* display: flex; */
		/* align-items: center; */
		/* justify-content: center; */
	}
	.navbar-mobile .icon-navbar{
		position: absolute;
		top: 53px;
		left: 10px;
		/* border: 2px solid #000; */
		/* border-radius: 5px; */
		display: block;
		padding: 9px 12px
	}
	.navbar-mobile .icon-navbar i{
		color: #D9963D;
		font-size: 25px
	}
	.nav-mobile{
		height: 100%;
		width: 100%;
		position: relative;
		right: 0px;
		bottom: 0;
		z-index: 10001;
		background: rgb(8 8 8 / 90%);
		overflow: hidden;
		text-align: left;
		-webkit-transition: -webkit-transform 250ms ease-in-out;
		transition: transform 250ms ease-in-out;
		display: none;
	}
	.showNav {
		background: #f0f0f0;
		position: fixed;
		top: 0px;
		width: 75%;
		left:0;
		/* height: 100%; */
		display: block;
		overflow: hidden;
		overflow-y: auto;
	}
	.nav-mobile .nav-mobile-head{
		padding: 15px;
	}
	.navcate{
		display: flex;
		flex-wrap: wrap;
		padding: 5px;
		align-items: stretch;
		align-content: stretch;
		justify-content: stretch;
		justify-items: stretch;
		background: #fff;
	}
	.btnMenu{
		border: 1px solid #ccc;
		margin: 5px;
		white-space: normal;
		margin-bottom: 10px;
		color: #1E1A1B
	}
	.morelink{
		background-color: #f0f0f0;
		overflow: hidden;
		width: 100%;
		padding: 5px 0px;
	}
	
	.infolink{
		display: block;
		padding: 5px 3.5% 5px 3.5%;
		overflow: hidden;
		width: 100%;
		color: #0084FF;
		border-bottom: 1px dotted #ccc;
	}
	.callhotline{
		width: 100%;
		overflow: hidden;
		padding: 15px;
		text-align:center;
	}
	.callhotline .recall{font-family: "Oswald", Arial, sans-serif;font-size: 20px;}
	.callhotline .recall strong{color: red;}
}
/* breadcrumb */
.third-nav{
	background: #313131;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    align-items: center;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	padding: 70px 0px;
}
.third-nav .title-breadcrumb h1{
	font-size: 2em;;
}
	
.third-nav .breadcrumb{
	margin: 0;
	padding: 0;
	background: transparent !important;
}
.third-nav, .third-nav .breadcrumb a{
	color: #fff;
}

 /* Phần section */

.section{
	padding-bottom: 30px;
	padding-top: 30px;
}
.section .hsection{text-align:center;}
.section .hsection h2{
	font-size: 2em;
	margin-bottom: 35px;
}
.section .hsection p{
	font-size: 1.1em;
    color: #525252;
    margin-bottom: 30px;
}
.section .bsection{ }
.section .fsection{
	display: flex;
	justify-content: center;
    align-content: center;
    align-items: center;
	margin-top: 30px;
}
.section .fsection .btn-more{
	border: 1px solid #666;
    color: #666;
	width: 192px;
	height: 48px;
	display: flex;
	justify-content: center;
    align-content: center;
    align-items: center;
	font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section .fsection .btn-more:hover{
	background: #000;
	color: #fff;
}
.bg-gray{background: #F6F6F6;}
.bg-dark{background: #000;}
.bg-white{background: #fff}

.section-about .about-content{
  display: flex; /* Sử dụng flexbox */
  flex-wrap: wrap; /* Cho phép các cột xuống hàng khi cần */
  align-items: center; /* Căn giữa theo chiều dọc */
  justify-content: space-between; /* Phân bổ không gian giữa các cột */

}
.section-about .block-title .about-text-1{
	position: relative;
    display: inline-block;
    color: var(--maincolor);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.section-about .block-title .about-text-2{
	font-size: 22px;
    color: var(--maincolor);
    font-weight: 500;
    margin-bottom: 15px;
}
.section-about .block-title  h2{
	font-size: 40px;
    line-height: initial;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px
}
.section-about .block-title h2:before{
	position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: var(--maincolor);
}

.section-about .block-title .about-desc{
	font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
	text-align: justify;
}
.section-about .block-title .about-contact-us{
	display: flex;
    align-items: center;
    margin-top: 25px;
}
.section-about .block-title .about-contact-us .btn-about{
	border: 1px solid #666;
    color: #666;
    width: 192px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-right: 5px;
}
.section-about .block-title .about-contact-us .btn-about:hover{
	background: #313131;
	color: #fff;
}
.section-about .block-title .about-contact-us .btn-portfolio{
	border: 1px solid #666;
    color: #fff;
	background: #313131;
    width: 192px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-about .block-title .about-contact-us .btn-portfolio:hover{
	background: #fff;
	color: #313131;
}

/* phần footer */
 .socialList{
	 display: flex;
    margin: 10px 0px;
    flex-direction: row;
}
.socialList{
	display: flex;
	margin: 10px 0px;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
ul.socialList{padding: 0;margin: 10px 0px;}
.socialList li a{
	display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
	background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-right: 8px;
	margin-left: 8px;
}

footer {
    background-color: #333; /* Màu nền đậm như trên trang web */
    color: #fff; /* Màu chữ trắng */
    padding: 30px 0;
}
.footer-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #555; /* Đường kẻ ngăn cách phần trên và dưới */
	text-align:center;
}

.footer-top h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff; /* Màu tiêu đề trắng */
}
.footer-bottom {
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive (điều chỉnh cho các kích thước màn hình khác nhau) */
@media (max-width: 768px) {
    .col-md-8 {
        margin-bottom: 20px;
    }

    .footer-bottom {
        text-align: left; /* Hoặc căn giữa nếu muốn */
    }
}
footer .socialList{
	list-style: none;
    padding: 0;
}
footer .socialList li{margin-top: 10px}
footer .socialList li a.linkedin:hover{background: #055F97; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.behance:hover{background: #000; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.foursquare:hover{background: #D92D5B; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.twitter:hover{background: #1D9BF0; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.facebook:hover{background: #195ec3; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.youtube:hover, footer .socialList li a.pinterest:hover{background: red; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;}
/* Footer */

/*cookie-notice popup*/

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 350px;
    z-index: 99999999999999;
    background-color: #eee;
    border: solid 1px #dedede;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.cookie-notice a {
    color: #1a3f5e;
    text-decoration: underline;
}

.cookie-notice div {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #333;
}

.cookie-notice button {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 24px;
}
.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}