/*
Theme Name: Flatsome Child
Description: NamKiem developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.11.3
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

/* Thiết lập khối ảnh làm gốc để định vị */



.sago-col .form-tu-van{
	padding:0px 15px 5px;
}
.sago-col h2,.sago-col h3{
	margin-bottom:0em;
}
.sago-col .dang-ki-tu-van{
	padding-bottom:0px;
}
/* sago-title*/
.sago_title{
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.sago_title h2{
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	text-transform: capitalize;
	font-size: 200%;
	color: #fff;
	line-height: 1.1;
}
.sago_title span{
	color: #ffa800;
	font-size: 100%;
	font-weight: 600;
}
.sago_title .title-line{
	margin-top:-10px;
}
.title-line .tl-1,.title-line .tl-3{
	width: 80px;
	height: 1px;
	display: inline-block;
	background: #e5e5e5;
}
.title-line .tl-2{
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	position: relative;
	top: 5px;
	width: 12px;
	border: 2px solid #ffa800;
	border-radius: 50px;
}
/*tin tức - trang chủ*/
.sago-col .tin-tuc .col{
	padding: 0 15px 0px;
}

/*tab*/
.sago-tab .tab-panels{
	background:none;
}

.nav-pills>li>a{
	border-radius:2px;

}
.sago-tab .row-dashed .col:before, .row-solid .col:before {

	left: -2px;
	border-left: 2px solid #E9E9E9;
}
.sago-tab .row-dashed .col:after, .row-solid .col:after {

	bottom: -3px;
	border-bottom: 4px solid #ddd;
}
.sago-do-bong>.col>.col-inner {
	/* border: 5px solid; */
	box-shadow: 0px 0px 5px #ccc;
}

/*blog-shade*/
.sago-blog-shade .box-blog-post .is-divider{
	display:none;
}

/*footer*/
.absolute-footer {

	padding: 10px 0 10px;

}

.sago-footer-center input[type='submit']:not(.is-form){
	background-color: #ffa800 !important;
}
.sago-ft .col{
	padding:0px 15px 5px;
}
.sago-footer-bottom {
	padding-top:0px !important;
}
.sago-footer-bottom li i {
	font-size: 85%;
	margin-right: 2px;
	border: 1px solid #fff;
	width: 24px;
	height: 24px;
	border-radius: 99px;
	text-align: center;
	line-height: 22px;
	color:#fff;
}
.sago-footer-bottom li{
	color:#fff;
	list-style:none;
	margin-left:0px !important;
}
.sago-footer-bottom li a{
	color:#fff;
}
ul.list-menu {
	width: 50% !important;
	float: left;
}
ul.list-menu li {
	margin-left: 1.3em !important;
	list-style-type: circle;
}
.footer-border-left ul li{
	list-style-type: none;
	margin-left: 0;
}



@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.footer-border-left{
		border-right:0px !important;
	}
	.product-small .box-image {	
		padding: 0 !important;
	}
}

/*code mới*/
.header:not(.transparent) .header-nav-main.nav > li > a:hover{
	color: #00408A !important;
}
.nav-dropdown>li>a:hover{
	color: #00408A !important
}
p{
	font-size: 20px;
}
h2{
	font-size: 2.5em;
	color: #00408a;
}
h3{
	font-size: 2em;
}
h4{
	font-size: 1.5em;
}
.filter-icon{
	filter: brightness(0) saturate(100%) invert(17%) sepia(97%) saturate(1605%) hue-rotate(196deg) brightness(93%) contrast(105%);
}
 /*form*/
.form-flat input:not([type="submit"]),
.form-flat textarea,
.form-flat select {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
}

.form-flat input[type="submit"],
.form-flat input[type="reset"],
.form-flat button {
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: inherit;
  text-decoration: none;
  transition: all 1s;
  overflow: hidden;
}

/* Submit button - với hiệu ứng giống .btn-flow */
.form-flat input[type="submit"] {
  background-color: #00cfff;
  color: #00408a;
  border: 2px solid #00408a;
}

.form-flat input[type="submit"]:hover {
  color: white;
	background-color: #00408a !important;
}

.form-flat input[type="submit"]::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #00408a;
  z-index: -1;
  transition: all 1s;
}

.form-flat input[type="submit"]:hover::before {
  width: 160%;
}

/* Reset button */
.form-flat input[type="reset"] {
  background-color: #f5f5f5;
  color: #00408a;
  border: 1px solid #00408a;
}

.form-flat .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.form-flat .col {
  padding: 0 10px;
  flex: 1;
  min-width: 50%;
}

.form-flat .col-inner {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .form-flat .col {
    min-width: 100%;
  }
}
 /*button*/
/* From Uiverse.io by SujitAdroja */ 
.btn-flow {
  color: #00408a;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #00408a;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  background: transparent !important;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.btn-flow:hover {
  color: white;
}

.btn-flow::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #00408a;
  z-index: -1;
  transition: all 1s;
}

.btn-flow:hover::before {
  width: 160%;
}

.btn-banner {
  color: #D7000F;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #D7000F;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  background: transparent !important;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.btn-banner:hover {
  color: black;
}

.btn-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #ff0012;
  z-index: -1;
  transition: all 1s;
}

.btn-banner:hover::before {
  width: 160%;
}
.btn-trang {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  background: transparent !important;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.btn-trang:hover {
  color: white;
}

.btn-trang::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #00408a;
  z-index: -1;
  transition: all 1s;
}

.btn-trang:hover::before {
  width: 160%;
}

  /* footer */
.hover-list p, .hover-list a {
  position: relative;
  margin: 10px 0;
  color: #000 !important;
  transition: all 0.3s ease;
  padding-left: 0;
  font-size: 18px;
}

 /* Vệt ngang xuất hiện khi hover, không chiếm không gian */
.hover-list p::before,
.hover-list a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  height: 2px;
  background-color: #00408a;
  opacity: 0;
  transition: all 0.3s ease;
}

 /* Hover: vệt hiện + dịch dòng + đổi màu */
.hover-list p:hover,
.hover-list a:hover {
  transform: translateX(15px);
  color: #00408a !important;
}

.hover-list p:hover::before,
.hover-list a:hover::before {
  width: 10px;
  opacity: 1;
}

.header:not(.transparent) .header-nav-main.nav > li.active > a{
	color: #00408a !important;
}
.nav-dropdown li.active>a{
	color: #fff !important;
	background-color: #00408a;
}
@media (max-width: 1024px) {
	.text-dia-chi p {
		margin-right: 50px !important;
	}
}
.product-small .box-image {
  position: relative;
}
.cert-icons {
    position: absolute;
	z-index:1;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    pointer-events: none; /* để không cản click vào ảnh */
}

.cert-icons img {
    max-height: 30px;
    width: auto;
}
.product-small .box-image {
	display: flex;
    height: 287px;
    padding: 0px 65px 0px 65px;
    align-items: center;
}
.products .col-inner .product-small,.equalize-box .product-small {
	border: 1px solid;
}
.products .col-inner .product-small .woocommerce-loop-product__title{
	height: 57px;
}
.product-small .box-text-products {
	text-align: center;
}



.back-text h2{
	background-color: #00408a;
	color: #fff !important;
	width: 100%;
}
.archive-page-header{
	display: none;
}
.nav>li>a {
    font-size: 1em;
}