

/* BẮT ĐẦU */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontHead';
  src: url('../fonts/UTM-AvoBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
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;
}
img{
	max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
a:active, a:hover{
	text-decoration: none;
}
.font-heading{
	font-family: "fontHead", Arial, sans-serif;
	font-weight: 900;
}
header{
	/* padding: 10px 0px; */
    z-index: 20;
	background: #0F5785;
}
.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;
		 
    }
}
.header-container {
	background-color: #0F5785; /* Main color */
	padding: 10px 0;
	color: white;
}
.header-pc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-pc .header-logo h1, .header-pc .header-logo h2, .header-pc .header-logo .site_name, .header-pc .header-logo .site_description {	display:none;}
.header-pc .header-logo {
	flex-shrink: 0;
}
.header-pc .header-btn-menu-pc{
	margin-left: 20px;
}
.header-pc .header-btn-menu-pc .btn, .header-pc .header-action a{
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
    gap: 5px;
}
.header-btn-menu-pc svg{
	fill: #fff;
}
.header-pc .header-search{
	flex-grow: 1;
	margin: 0 20px;
}
.header-pc .header-action {
flex-shrink: 0;
}
/* Common Styles */
.menu-toggle-btn, .call-btn {
	background-color: transparent;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding-top:10px;
	padding-bottom: 10px;
}
.menu-toggle-btn:hover, .call-btn:hover,
.menu-toggle-btn:focus, .call-btn:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: white;
	border-color: white;
}
.pc-call-btn svg{ /* Specific class for PC call button */
	fill: #fff;
}

#search-bar{
	border: 1px solid #ccc;
    border-radius: 5px;
	background: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
}
#search-bar .form-control
{
	webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
	background: transparent;
	border:0;
}
#search-bar .form-control::placeholder {
  font-size: 14px;
  color: #aaa;
  font-style: italic;
}
/* Sidebar Menu Styles */
#sidebar-menu {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background-color: #fff;
	color: #333;
	z-index: 1050;
	transition: left 0.3s ease-in-out;
	box-shadow: 2px 0 5px rgba(0,0,0,0.2);
	overflow-y: auto;
}
#sidebar-menu.active {
	left: 0;
}
#sidebar-menu .list-group-item { border: none; font-size: 16px; }
#sidebar-menu .list-group-item:hover { background-color: #f0f0f0; color: #0F5785; }
#sidebar-menu .sidebar-header { padding: 0 15px 15px 15px; border-bottom: 1px solid #eee; margin-bottom: 10px; font-size: 18px; font-weight: bold; }

/* Overlay for Sidebar */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1040;
}
#overlay.active {
	display: block;
}
.header-phone{
	color:#fff;
	display: flex;
    align-content: center;
    align-items: center;
	padding-top: 5px;
    padding-bottom: 5px;
}
.header-phone .phone-icon{
	width: 70px;
    text-align: center;
}
.header-phone .phone-icon .fa{font-size:40px;}
.header-phone .phone-info{}
.header-phone .phone-info .goingay{}
.header-phone .phone-info .numberphone{font-weight:700;font-size:18px;color:#fbff00}
.chi-duong{
	padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
	font-weight: 700;

}
.chi-duong .fa{font-size:25px;}
.header-cart{
	display: flex;
    justify-content: space-around;
}
.mini-cart{
	position: relative;
    /* display: flex; */
    /* align-content: center; */
    /* align-items: center; */
    /* background: rgb(101 98 98 / 50%); */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* border-radius: 25px; */
    border: 1px solid white;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}
.mini-cart:hover{
	border-color: #FFFF93;
}
.mini-cart .icon-cart{
	position: relative;
}
.mini-cart .icon-cart span{
	position: absolute;
	background: red;
	color: #fff;
	width: 17px;
	height: 17px;
	line-height:17px;
	border-radius: 50%;
	font-size: 11px;
	top: -50px;
    right: 0px;
    text-align: center;
}
.mini-cart .fa{
	font-size: 20px;
	color: #fff 
}
.mini-cart .info-cart{}
.mini-cart .info-cart .card{color: #fff;font-weight:700;}
.mini-cart .info-cart .sumorder{color: #fbff00;}
.menusite{background: #0F5785}
.menusite .navbar-default
{
	background: transparent !important;
	border: none;
}
.menusite .navbar-default .navbar-nav > li > a{
	color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
	padding-left: 14px;
	padding-right: 14px;
}
.menusite .navbar-default .navbar-nav > li > a:hover{
	color: #D9963D !important;
}
.navbar-default .navbar-nav>.active>a{
	background: transparent !important;
	/* border-bottom: 1px solid #635e5e; */
}
.navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus{background:transparent !important;}
.hotline-h{
	/* font-size: 20px; */
}
.hotline-h i{
	flex: none;
    text-align: center;
    background: #FD9700;
    margin-right: 10px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    color: #fff;
	font-size: 20px;
}
.hotline-h b{
	color: red;
	font-size: 18px;
}
.hotline-h span{
	display: block;
    font-weight: 100;
    color: #757575;
    font-size: 14px;
	line-height: 10px;
}
.third-nav{
	position: relative;
    background: #F5F5F5;
    padding: 10px 0px;
}
.third-nav .breadcrumb{
	margin: 0;
	padding: 0;
}
.third-nav .breadcrumb a{
	color: #555353;
}
.sohomepage-slider{}
.section-slider{
	margin-top: 10px;
	margin-bottom: 10px;
}
.section-slider .banner-ads a{
	display:block;
	margin-bottom: 8px;
}

.section-header h2{
	text-align: center;
    font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 700;
}
.section-about{
	position: relative;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
	/* color: #fff; */
	background: #cac9c7;
}
.section-about h2{
	font-family: "fontHead", "Roboto", sans-serif;
	font-size: 2.5rem;
	padding-bottom: 1.5rem;
}
.section-about .btn-success{
	background: #F77A0E;
    border-radius: 25px;
    padding: 15px 30px;
    border: none;
    /* font-size: 1.6rem; */
    font-family: Arial, sans-serif;
}
.section-product{padding: 2rem 0;}
.section-product .section-header{
	margin-bottom: 30px;
}
.section-product .box-product{
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: 10px;
}
.section-product .box-product h3{
	color: #fff;
    font-size: 15px;
    text-align: center;
    background: #00000091;
    padding: 10px 0px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
	text-transform:uppercase;
	
}
.section-connect-us{
	background: #ccc;
	padding: 3.2rem 0;
}
.section-connect-us h2{
    font-size: 2.5rem;
}
.section-new-arrival{padding: 30px 0px;}
.section-new-arrival-h{
	text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.section-new-arrival-h:after{
	border-bottom: 2px solid #3C3531;
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 15%;
    bottom: 0;
    margin: 0 auto;
}
.section-new-arrival-h h2{
	font-size: 2.5rem;
    font-weight: 700;
	text-transform: uppercase;
}
.section-new-arrival{}
.social-connect{
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

.socialList {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
.socialList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #2E4F6C;
    font-size: 15px;
    border-radius: 50%;
    margin: 0 8px; /* Simplified margin */
    transition: all 0.4s ease;
}
.socialList li a svg {
    fill: #2E4F6C;
    transition: fill 0.4s ease; /* Add transition for smooth color change */
}
footer .socialList {
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .socialList li {
    margin-top: 10px;
}

footer .socialList li a:hover {
    color: #fff !important; /* The !important might be needed to override other styles */
    box-shadow: 1px 1px 10px 4px rgba(255, 255, 255, 0.7); /* Using rgba for a softer shadow */
}
footer .socialList li a:hover svg {
    fill: #fff;
}

footer .socialList li a.linkedin:hover { background-color: #055F97; }
footer .socialList li a.behance:hover { background-color: #000; }
footer .socialList li a.foursquare:hover { background-color: #D92D5B; }
footer .socialList li a.twitter:hover { background-color: #000; }
footer .socialList li a.facebook:hover { background-color: #195ec3; }
footer .socialList li a.rss:hover { background-color:#FBD297; }
footer .socialList li a.youtube:hover,
footer .socialList li a.pinterest:hover { background-color: red;}

footer{
	background: #383838;
	padding: 30px 0px;
	color: #b9b9b9;
}
footer .row{display: flex; flex-flow: row wrap;}
footer .col-footer{position: relative}
footer .col-footer:before{
	border-left: 1px dashed #ddd;
    content: " ";
    height: 100%;
    right: -1px;
    position: absolute;
    top: 0;
}
footer a{color: #b9b9b9;}
footer a:hover{color: #D9963D;}

.widget-footer{padding: 10px}
.widget-footer .widget-heading{
	/* border-bottom: 1px dotted #ccc; */
    padding-bottom: 5px;
    margin-bottom: 5px;
	font-size: 20px;
	color: #D9963D;
	font-family: "fontHead", "Roboto", sans-serif;
}
.widget-footer .widget-body ul{padding: 0px 15px 0px 15px;margin: 0;list-style: square;}
.widget-footer .widget-body ul li a{
	font-weight: 300;
    background: #2D3134;
    color: #d8d4d4;
    font-family: "Oswald", sans-serif;}
	
/* Tạo mục lục tự động */
#tocDiv
{
	background: #F4F4F4;
	padding: 10px;
	border: 1px solid rgb(51 51 51 / 95%);
	border-radius: 4px;
	margin-bottom: 10px;
}

#tocList a{	color: #333333;font-weight: 400;}
#tocDiv .tocTitle
{
	font-weight: bold;
	font-size: 20px;
}
#tocDiv ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#tocDiv ol > li {
  display: table;
  counter-increment: item;
  /* margin-bottom: 0.6em; */
}

#tocDiv ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

#tocDiv li ol > li {
  margin: 0;
}

#tocDiv li ol > li:before {
  content: counters(item, ".") " ";
}
/* RESPONSIVE */
@media (min-width: 767px){
	.navbar-mobile{display:none;}
}

/* Màn hình điện thoại */
@media (max-width: 767px){
	/* header{ */
		/* position:fr */
	/* } */
	.header-search{display:flex; justify-content: space-around;}
	.header-cart{
		display: block;
	}
	.section-about:before{
		width: 100%;
	}
	.why-icon-box{
		clear: both;
	}
	.section-connect-us h2{
		text-align: center;
	}
	.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: 22px;
		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;}
	#laypass_net{
	position: relative;
    bottom: 75px;
	}
	
	.widget-footer{
		margin-bottom: 10px;
	}
	.copyright{
		margin-bottom: 40px;
		padding: 10px 0px;
	}
	.certification{	flex-direction: column;}
	.certification a{
		
	}
	.certification a img{
		/* width: 100% !important; */
		margin-bottom: 10px
	}
	
}
@media (max-width:992px) {
	header{
		position: relative;
		padding: 10px 0px;
	}
	#header{
        display: block !important;
    }
	header .header-logo{
		display: flex;
		justify-content: flex-end;
	}
	header .header-cart{margin: 10px 0px;}
	.mini-cart{
		display: block !important;
		margin-top: 10px;
		font-size: 10px;
		/* width: 50px; */
		/* height: 50px; */
		/* line-height: 50px; */
		
	}
	.mini-cart .info-cart {
		/* display: none; */
	}
}
.hnc-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    top: -150px;
    height: calc(100vh + 300px);
}
.hnc-close-side-opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    -o-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}

.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;}

.copyright{
	background: #000;
	padding: 10px 0px;
	color: #979595;
	font-size:13px;
	
}
.certification{
	display: flex;
	align-content: space-around;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
/* .certification img{ */
	/* width: 180px; */
/* } */
.image-center{
	text-align: center;
}


/* Slider Control */


/* --- Multi-level Flyout Menu (PC Only) --- */
.flyout-menu-container {
	display: none;
	position: absolute;
	/* top: 100%; */
	/* left: 0; */
	background-color: #fff;
	color: #333;
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
	margin-top: 10px;
	border-radius: 4px;
	border: 1px solid #ddd;
	min-width: 250px; /* Width of the first level */
	z-index:9999;
}

.flyout-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.flyout-menu-container > ul > li {
	position: relative; /* Context for sub-menus */
}

.flyout-menu-container li{
	border-bottom: 1px solid #f5f5f5;
}
.flyout-menu-container ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	
}
.flyout-menu-container ul li:last-child a {
	border-bottom: none;
}

.flyout-menu-container ul li a:hover {
	/* background-color: #f5f5f5; */
	color: #FFB400;
}

/* Mega Menu (Level 2 & 3) */
.mega-menu-panel {
	border-radius: 0;
    width: 815px;
    position: absolute;
    left: calc(100% - 0px);
    top: 0px;
    z-index: 999;
    background-color: white;
    border: 1px solid #dedede;
    display: none;
	overflow-y: auto; 
}

.flyout-menu-container ul li:hover > .mega-menu-panel {
	display: block;
}

.sub-menu-left
{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.sub-menu-left>li>a
{
    text-transform: uppercase;
    display: block;
    line-height: unset;
    font-size: 14px;
    font-weight: 700;
    color: black;
	padding-bottom:5px !important;
	
}
.sub-menu-left>li>ul>li{
	border: none
}
.sub-menu-left>li>ul>li>a
{
    font-size: 13px;
	color: #464646;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px
}
.sub-menu-left>li
{
    padding: 10px 0 0 10px;
    width: 25%;
	border: none;
	position:relative;
}
.sub-menu-left>li>ul
{
	margin-left: 30px;
	list-style: circle;
}

.d-none {
    display: none !important;
}