@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@media (min-width: 1400px)
{
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}
}
html {
	  width:100%;
      overflow-x: hidden;
}
	
body {
  color: #0D1126;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight:400;
  width:100%;
      overflow-x: hidden;
}
.row {
   // --bs-gutter-x: 30px;
}
b,strong {
	    font-weight: 700;
//		color:#23304C;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.fw300 {
	font-weight:300;
}
.fw400 {
	font-weight:400;
}
.fw500 {
	font-weight:500;
}
.fw600 {
	font-weight:600;
}
.fw700 {
	font-weight:700;
}
.fw800 {
	font-weight:800;
}
.fw900 {
	font-weight:800;
}
.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}
.fs18 {font-size:18px;}
.fs19 {font-size:19px;}
.fs20 {font-size:20px;}
.fs21 {font-size:21px;}
.fs22 {font-size:22px;}
.fs23 {font-size:23px;}
.fs24 {font-size:24px;}
.fs25 {font-size:25px;}
.fs26 {font-size:26px;}
.fs27 {font-size:27px;}
.fs28 {font-size:28px;}
.fs29 {font-size:29px;}
.fs30 {font-size:30px;}
.fs32 {font-size:32px;}
.fs35 {font-size:35px;}
.fs40 {font-size:40px;}
.fs45 {font-size:45px;}
.fs50 {font-size:50px;}
.fs55 {font-size:55px;}
.fs60 {font-size:60px;}
.fs65 {font-size:65px;}
.fs85 {font-size:85px;}
@media (max-width: 729px)
{
	
.fs13 {font-size:12px;}
.fs14 {font-size:13px;}
.fs15 {font-size:14px;}
.fs16 {font-size:15px;}
.fs17 {font-size:16px;}
.fs18 {font-size:17px;}
.fs19 {font-size:18px;}
.fs20 {font-size:19px;}
.fs21 {font-size:20px;}
.fs22 {font-size:21px;}
.fs23 {font-size:22px;}
.fs24 {font-size:23px;}
.fs25 {font-size:24px;}
.fs26 {font-size:20px;}
.fs27 {font-size:20px;}
.fs28 {font-size:20px;}
.fs29 {font-size:20px;}
.fs30 {font-size:20px;}
.fs32 {font-size:21px;}
.fs35 {font-size:25px;}
.fs40 {font-size:25px;}
.fs45 {font-size:25px;}
.fs50 {font-size:30px;}
.fs55 {font-size:30px;}
.fs60 {font-size:40px;}
.fs65 {font-size:40px;}
.fs85 {font-size:65px;}
}

[type=search] {
    outline-offset: 0px;
}

.text-jus {
text-align: justify;	
}
.text-up {
text-transform: uppercase;	
}
.em {
	font-style:italic;
}


.effect {
    display: block;
    position: relative;
    overflow: hidden
}

.effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s
}

.img_item img {
    height: auto !important;
    max-width: 100%;
    width: 100%;
    display: block
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}


ins {
  text-decoration: none;
}
a {
  color:#23304C;
  text-decoration: none;
}
a:hover {
	color: #222;
}
a:focus, a:hover {
  text-decoration: none;
}
img,iframe {
	max-width:100%;
	height:auto;
}
.post_content iframe {
	min-height:300px;
	min-height:300px;
}
.post_content blockquote {
  border-left: 2px solid #ab9280;
}
ul, li, ol {
  list-style: outside none none;
  padding:0px;
  margin:0px;
}


.h3, h3 {
  font-size: 18px;
}
.h2, h2 {
  font-size: 20px;
}

.Bgwrap {
  background: transparent url("img/bg2.png") no-repeat scroll center bottom;
}
* {
	//transition: all 0.3s ease;
}
blockquote {
  font-size: 13px;
}
.pt0 { 	padding-top:0px; }
.pt1 { 	padding-top:0px; }
.pt2 { 	padding-top:20px; }
.pt3 { 	padding-top:30px; }
.pt4 { 	padding-top:40px; }
.pt5 { 	padding-top:50px; }
.pb0 { 	padding-bottom:0px; }
.pb1 { 	padding-bottom:10px; }
.pb2 { 	padding-bottom:20px; }
.pb3 { 	padding-bottom:30px; }
.pb4 { 	padding-bottom:40px; }
.pb5 { 	padding-bottom:50px; }
.mt0 { 	margin-top:0px; }
.mt1 { 	margin-top:10px; }
.mt2 { 	margin-top:20px; }
.mt3 { 	margin-top:30px; }
.mt4 { 	margin-top:40px; }
.mt5 { 	margin-top:50px; }
.mb0 { 	margin-bottom:0px; }
.mb1 { 	margin-bottom:10px; }
.mb2 { 	margin-bottom:20px; }
.mb3 { 	margin-bottom:30px; }
.mb4 { 	margin-bottom:40px; }
.mb5 { 	margin-bottom:50px; }
.pr0 { 	padding-right:0px; }
.pl0 { 	padding-left:0px; } 
.tC {
  text-align: center;
}
.tL {
  text-align: left;
}
.tR {
  text-align: right;
}
.product-img,
.box-image {
	overflow:hidden;
}
.box-image img, .product-img img {
    width:100%;
     display:block;
     transition:0.3s ease-out
}
 .box-image:hover img,
 .product-img:hover img {
    transition:0.6s ease-in-out;
     transform:scale(1.1);
     opacity:0.5
}

.w100 {
	width:100%;
}

.line {
	height:1px;
	background-color:#DEE1E8;
	display:block;
	width:100%;
}

@media (max-width: 767px) {
	.text-xs-center {
	text-align:center !Important;
	}	
	
	
	
	
}
	
	  @media (min-width: 992px) {
    .col-lg-2-4 {
      flex: 0 0 auto;
      width: 20%;
    }
  }
	
.gap {
width:100%;
display:block;
}	
.h5 { height:5px }	
.h10 { height:10px }	
.h20 { height:20px }	
.h30 { height:30px }	
.h40 { height:40px }	
.h50 { height:50px }	
.h60 { height:60px }	
.h70 { height:70px }	
.h80 { height:80px }	
.h90 { height:90px }	
.h100 { height:100px }	
.h110 { height:110px }		
	
	
	
	
.text-primary {
    color: #273488!important;
}
	
	
	
	
	
	
	
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.page_navi {
	  text-align: center;
	  
}
.page_navi a {
 // border-radius: 40px;
  color: #222;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.page_navi .active {
  background: #fff;
  color: #fff;
}
.page_navi a:hover {
	background-color:#fff;
	color:#222;
}



.pagenavi {
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}
.pagenavi > * {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.pagenavi .curent {
  background-color: #fff;
  border-radius: 100%;
  color: #fff;
}



.nav-link {
	color:#222;
}
.nav-link.active, .nav-link:focus, .nav-link:hover {
    color: #fff;
}

.btn_white {
padding: 13px 32px 13px 32px;
border-radius: 41.5px;
background: #FFFFFF;
border:0px;
display: inline-block;
}
.btn_color {
padding: 13px 32px 13px 32px;
border-radius: 41.5px;
background:#fff;
border:0px;
color:#fff;
display: inline-block;
}
.btn_color:hover {
color:#fff;
background: linear-gradient(85.65deg, #008FB8 0%, #008FB8 100.99%);
}

.color_4 {
	color:#999999;
}
.color_1 {
	color:#28367B;
}
.color_2 {
	color:#fde428;
}
.color_3 {
	color:#008FB7;
}

#header {
    width: 100%;

}







.media-body{zoom:1;}
.media-body{width:10000px;}
.media-left{padding-right:10px;}
.media-left,.media-body{display:table-cell;vertical-align:top;}
.media-middle{vertical-align:middle;}
.clearfix:before,.clearfix:after,.container:before,.container:after{content:" ";display:table;}
.clearfix:after,.container:after{clear:both;}

@media all{
.top_nav .top_nav_wrapper > ul > li{text-transform:none!important;}
@media only screen and (max-width: 992px){
.top_nav .top_nav_wrapper > ul > li > a{padding:21px 14px;}
}
.mobile_header .logo_wrapper .logo{max-width:80%;}

}






.mobile_header{display:none;}
#header{position:relative;z-index:99999;}
.header_top {
    position: relative;

}
.header_top:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.1);z-index:10;display:block;}
.header_top .container{position:relative;z-index:15;}
.logo {
    float: left;
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    height: 95px;
    display: flex;
    align-items: center;
}
.logo a{display:block;}
.logo a img {
    height: 75px;
}
body.header_style_2 .header_top{background:#fff;padding:0;box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);}
body.header_style_2 .header_top:before{display:none;}

body.header_style_2 .header_top .logo a{}
body.header_style_2 .header_top .top_nav{    height: 95px;}
body.header_style_2 .header_top .top_nav .top_nav_wrapper,body.header_style_2 .header_top .top_nav .main_menu_nav{
    background: none;
    box-shadow: none;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}
body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul{padding:0;}
body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li{letter-spacing:-0.04em;}
body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li > a {
    color: #28367B;
    padding: 9px 25px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 600;
}
body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li.current_page_item > a{color:#28367B;}
body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li:hover > a{color:#B2BBE6;}
body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li:last-child > a {
	padding-right:0px;
}

.top_bar_info {
    font-size: 15px;
    background: radial-gradient(circle farthest-corner at center center, #c8da2e 0%, #fff 80%);
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.top_bar_info i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
    color: #fde428;
    float: left;
    height: 40px;
    line-height: 40px;
}


.top_nav .top_nav_wrapper{background:#fff;box-shadow:0 0 5px rgba(0, 0, 0, 0.52);}
.top_nav .top_nav_wrapper > ul{position:relative;list-style:none;margin:0;padding:0 35px;float:left;}
.top_nav .top_nav_wrapper > ul:after{content:'';clear:both;display:table;}
.top_nav .top_nav_wrapper > ul > li {
    position: relative;
    line-height: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 100%;
}
.top_nav .top_nav_wrapper > ul > li.current_page_item > a{color:#fde428;}
.top_nav .top_nav_wrapper > ul > li:hover > a{color:#fde428;}
.top_nav .top_nav_wrapper > ul > li > a{position:relative;display:block;border-top:4px solid transparent;border-bottom:4px solid transparent;color:#ffffff;padding:21px 16px;height:64px;text-decoration:none!important;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.top_nav .top_nav_wrapper .sub-menu > li.menu-item-has-children > a{position:relative;}
.top_nav .top_nav_wrapper .sub-menu > li.menu-item-has-children > a:hover:before{border-left-color:#fde428;}
.top_nav .top_nav_wrapper .sub-menu > li.menu-item-has-children > a:before{content:'';position:absolute;right:20px;top:50%;margin:-4px 0 0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:5px solid #cccccc;}
.top_nav .top_nav_wrapper > ul > li ul{position:absolute;top:100%;left:0;opacity:0;visibility:hidden;background:#fff;list-style:none;padding:14px 0;margin:0;width:230px;z-index:1;box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.27);-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.top_nav .top_nav_wrapper > ul > li ul ul{left:100%;top:-2px;background:#fff;padding:6px 0 4px;}
.top_nav .top_nav_wrapper > ul > li ul ul li a{color:#fff;padding:12px 26px;}
.top_nav .top_nav_wrapper > ul > li ul ul li a:hover{color:#fde428;}
.top_nav .top_nav_wrapper > ul li:hover > ul{visibility:visible;opacity:1;}
.top_nav .top_nav_wrapper > ul > li ul li{position:relative;font-weight:500;font-size:14px;text-transform:capitalize;color:#333333;}
.top_nav .top_nav_wrapper > ul > li ul li a{display:block;padding:12px 12px 12px;color:#333333;text-decoration:none!important;}
.top_nav .top_nav_wrapper > ul > li ul li:before{content:'';position:absolute;left:0;right:0;top:-2px;height:2px;background:#fff;opacity:0;visibility:hidden;}
.top_nav .top_nav_wrapper > ul > li ul li:after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#fff;opacity:0;visibility:hidden;}
.top_nav .top_nav_wrapper > ul > li ul li:hover:before{opacity:1;visibility:visible;}
.top_nav .top_nav_wrapper > ul > li ul li:hover:after{opacity:1;visibility:visible;}
.top_nav .top_nav_wrapper > ul > li ul li:hover > a{color:#28367B}

/* @media only screen and (max-width: 1199px){
.top_nav .top_nav_wrapper > ul{padding:0 15px;}
.top_bar .top_bar_info li:before{margin:0 15px;}
.top_bar_info_wr .top_bar_info li{padding:5px;font-size:12px;}
.top_bar_info_wr .top_bar_info_switcher .active{padding:14px 35px 16px 15px;min-width:140px;}
body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li > a{padding-left:8px;padding-right:8px;}
.top_nav .top_nav_wrapper{float:left!important;}
} */
@media only screen and (max-width: 1024px){
body.home #header{position:relative;}
}
@media only screen and (max-width: 991px){
body.header_style_2 .header_top .top_nav{display:block;width:auto;margin-top:-70px;}
body.header_style_2 .header_top .top_nav .top_nav_wrapper{width:100%;}
body.header_style_2 .header_top .top_nav .top_nav_wrapper .main_menu_nav{float:left!important;margin-top:20px;margin-bottom:20px;}
body.header_style_2 .header_top .top_nav .top_nav_wrapper .main_menu_nav li:first-child a{padding-left:0;}
body.home #header{position:relative;left:auto;top:auto;right:auto;}
.top_bar_info {display:none;}
#header .header_top,#header .top_nav{display:none;}
.mobile_header{display:block;}
.mobile_header .logo_wrapper {
    position: relative;
    background: #28367B;
    padding: 0 20px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile_header .mlogo a img {
    width: auto !important;
    height:28px !Important;
}

.mobile_header .logo_wrapper .logo{float:left;}
.mobile_header .header_info{background:#fff;}
#menu_toggle {
    position: relative;
    cursor: pointer;
    float: right;
    width: 26px;
    height: 20px;
    z-index: 99;
}
#menu_toggle button{position:absolute;left:0;top:50%;margin:-2px 0 0;background:#fff;height:4px;padding:0;border:none;width:100%;-webkit-transition:0.3s;transition:0.3s;outline:none!important;border-radius:2px;}
#menu_toggle button:before{content:'';position:absolute;left:0;top:-8px;width:26px;height:4px;background:#fff;-webkit-transform-origin:1.5px center;transform-origin:1.5px center;-webkit-transition:0.3s;transition:0.3s;}
#menu_toggle button:after{content:'';position:absolute;left:0;bottom:-8px;width:26px;height:4px;background:#fff;-webkit-transform-origin:1.5px center;transform-origin:1.5px center;-webkit-transition:0.3s;transition:0.3s;}
#menu_toggle.open button{background:transparent;}
#menu_toggle.open button:before{top:0;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;}
#menu_toggle.open button:after{bottom:0;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;}
.mobile_header .top_nav_mobile{padding:16px 0;margin:0 0 15px;display:none;box-shadow:0 0 5px rgba(0, 0, 0, 0.52);}
.mobile_header .top_nav_mobile .main_menu_nav{padding:0;margin:0;}
.mobile_header .top_nav_mobile .main_menu_nav li{position:relative;list-style:none;}
.mobile_header .top_nav_mobile .main_menu_nav > li > a{padding:11px 36px 11px 44px;display:block;font-size:20px;color:#ffffff;text-transform:inherit;font-weight:700;letter-spacing:-0.04em;}
.mobile_header .top_nav_mobile .main_menu_nav > li:hover > a{color:#fde428;}
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow{position:absolute;display:block;right:12px;top:0;cursor:pointer;height:50px;padding:0 30px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);width:11px;height:11px;}
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:before{content:'';position:absolute;left:0;top:4px;width:11px;height:3px;background:#fff;border-radius:1px;}
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:after{content:'';position:absolute;left:4px;top:0;width:3px;height:11px;background:#fff;border-radius:1px;}
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .arrow{padding:10px 20px 12px;}
.mobile_header .top_nav_mobile .main_menu_nav ul{position:relative;margin:0;padding:0;display:none;background:#f0f2f5;}
.mobile_header .top_nav_mobile .main_menu_nav ul:before{content:'';position:absolute;right:31px;top:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:8px solid #fff;}
.mobile_header .top_nav_mobile .main_menu_nav ul li{text-transform:capitalize;}
.mobile_header .top_nav_mobile .main_menu_nav ul li .arrow{display:none!important;}
.mobile_header .top_nav_mobile .main_menu_nav ul li a{font-size:16px;color:#fff;font-weight:600;padding:11px 36px 11px 44px;display:block;}
.mobile_header .top_nav_mobile .main_menu_nav ul li:active > a{color:#fde428;}
.mobile_header .top_nav_mobile .main_menu_nav ul li ul{display:block;background:#fff;}
.mobile_header .top_nav_mobile .main_menu_nav ul li ul:before{display:none;}
.mobile_header .top_nav_mobile .main_menu_nav ul li ul a{font-size:14px;font-weight:400;}
.mobile_header .top_nav_mobile .main_menu_nav ul li ul li{position:relative;padding:0 0 0 7px;}
.mobile_header .top_nav_mobile .main_menu_nav ul li ul li:before{content:'';position:absolute;left:44px;top:50%;width:4px;height:1px;background:#fff;}
.mobile_header .top_nav_mobile .main_menu_nav li.current_page_item > a{color:#fde428;}
}
@media only screen and (max-width: 768px){
body.home #header{position:relative;left:auto;top:auto;right:auto;}

}
@media only screen and (max-width: 667px){
#header{margin-bottom:15px;}
#header{margin-bottom:0;}
}

@media only screen and (min-width: 992px){
.home #main {
	//margin-top:50px;
}

}



.menu_overLay {
  align-items: center;
  background: #28367B;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 100px 25px 50px;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 100%;
  z-index: 50;
          padding: 50px 25px;
}
.menu_overLay.active {
    opacity: 1;
    pointer-events: auto;
}
.menu_overLay .nav__inner {
    height: 100%;
    text-align: center;
}
.top_nav_mobile ul {
    margin-top: 30px;
}
.menu_overLay .nav__inner li a {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.menu_overLay .nav__inner .header__right-lang a {
	color:#fff;
}


#header .header-container {
    position: relative;
}
body.home  #header.sticky.nav-up,
#header.sticky.nav-up {
  top: -110px;
}
#header {
	transition: all 550ms ease 0s;
}
body.home #header.sticky,
#header.sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
    z-index: 999;
}
#header.sticky .top_bar_info {
	display:none;
}

#header.sticky .logo img {
		transition: all 550ms ease 0s;
    height: 55px;
    padding-top: 5px;
}
body.header_style_2 #header.sticky .header_top .top_nav {
    padding: 10px 0px;
}




.the_content {
    text-align: justify;
}
.the_content img,
.the_content table,
.the_content iframe {
	max-width:100% !Important;
	height:auto;
}
.the_content table {
	margin-bottom:20px;
}
.the_content ul {
    margin-left: 20px;
}
.the_content ul li {
    list-style: disc;
}
table td, table th {
    border: 1px solid;
    padding: 10px;
}


#main {
    position: relative;
    z-index: 10;
}

.swiper-slide {
    height: auto;
}

.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}
[data-animate="top"] {
  transform: translate3d(0, 0, 15px);
}

.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}

.block-sliding-home {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.block-sliding-home img.bg {
   // height: 550px;
    object-fit: cover;
    width: 100%;
}
.slide_content {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	padding-top:145px;

}
.slide_inner {
    background-color: rgba(255,255,255,0.5);
    padding: 20px 20px 10px 20px;
    color: #fff;
}

@media only screen and (max-width: 768px){

.slide_content {
	padding-top:0px;
}

.block-sliding-home img.bg {
    height: 320px;
}
.slide_inner {
	background-color:transparent;
	text-align:center;
}


}


















.gallery-top {
  position: relative;
  width: 100%;
  height: calc(100vh - 95px); /* Chiếm toàn màn hình */
  overflow: hidden;
}

.gallery-top .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.gallery-top .overlay-content {
    position: absolute;
    bottom: 50px;
    left: 5%;
 //   transform: translateY(-50%);
    color: white;
    max-width: 600px;
    z-index: 10;
}

.gallery-top .overlay-content h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 729px)
{
.gallery-top .overlay-content h2 {
  font-size: 30px;
}
	
}
.gallery-top .overlay-content p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.gallery-top .overlay-content .btn-contact {
  background-color: #1e3a8a;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.gallery-top .overlay-content .btn-contact:hover {
  background-color: #102a6a;
}.gallery-top .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
    justify-content: end;
    padding-right: 50px;
}
.gallery-top .swiper-pagination-bullet {
  width: 80px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.7); /* màu xám nhạt trong suốt */
  opacity: 1;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.gallery-top .swiper-pagination-bullet-active {
  background-color: #1e3a8a; /* màu xanh đậm giống ảnh */
}



.home_1_bg {
    background: url(img/bg_home_1.jpg);
    background-position: center;
    background-size: cover;
}
.mobi {
	display:none;
}
@media (max-width: 729px)
{

	.desk {
		display:none;
	}
	.mobi {
		display:block;
	}
		
	.home_1_bg {
		background: url(img/home_1_bg_mobi.png);
		background-repeat: no-repeat;
		background-size: cover;
	}


}


.bg_1 {
	background-color:#F8F8F6;
}


.btn-outline-primary {
    color: #28367B;
    background-color: transparent;
    background-image: none;
    border-color: #28367B;
	border-radius:100px;
}
.btn-outline-primary:hover {
    background-color: #28367B;
    border-color: #28367B;
}

.btn-outline-secondary {
    color: #4D4D4D;
    border-color: #4D4D4D;
}
.btn-outline-secondary:hover {
    background-color: #4D4D4D;
	color:#4D4D4D
}
 
 


.productInner img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    margin-bottom: 15px;
}

.productInner h2 {
    font-size: 16px;
}








.video_play {
    position: relative;
    display: inline-block;
}

.video_play img {
    width: 100%;
    height: auto;
    display: block;
}
.video_play:hover {
    background-color: #000;
}
.video_play:hover img {
    opacity: 0.5;
} 
.video_play .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; /* Điều chỉnh kích thước nút */
    height: 80px;
    background: rgba(0, 0, 0, 0.5); /* Nền mờ như hình */
    border-radius: 50%; /* Tạo hình tròn */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Màu icon play */
    font-size: 30px; /* Kích thước icon Font Awesome */
}

.video_play .play i {
    margin-left: 4px; /* Điều chỉnh vị trí icon để giống tam giác play */
}








 .filter-btn {
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 14px;
  }

  .filter-btn.active {
    background-color: #273488; /* màu xanh dương đậm */
    border-color: #273488;
    color: white;
  }

  .filter-btn:not(.active):hover {
    background-color: #e6e6e6;
  }

@media (max-width: 729px)
{
	
	.filter-btn {
		font-size: 12px;
		border-radius: 4px;
		padding: 10px 5px;
		width: 100%;
		height: 50px;
		line-height: 15px;
	}

}
  
  
  
  

  
.product-sidebar {
    width: 100%;
    border: 1px solid #d2c2f5;
    border-radius: 6px;
    padding: 16px;
    background: url('img/product-sidebar.png') no-repeat center 30%;
    background-size: cover;
}

.sidebar-title {
  color: #1e459f;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: bold;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 2px solid #1e459f;
    padding-top: 16px;
}

.sidebar-list li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #2b2b2b;
  cursor: pointer;
  transition: color 0.2s ease;
}

.sidebar-list li:hover {
  color: #1e459f;
}



@media (max-width: 768px) {
.toggle-menu {
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    float: right;
}
.sidebar-title {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
  .sidebar-list {
    display: none; /* ẩn mặc định trên mobile */
  }

  .product-sidebar.active .sidebar-list {
    display: block;
    margin-top: 10px;
  }
}

@media (min-width: 769px) {
  .toggle-menu {
    display: none; /* ẩn toggle trên desktop */
  }

  .sidebar-list {
    display: block !important; /* luôn hiện trên desktop */
  }
}




footer {
	background-color:#F7F9FC;
	padding:60px 0px;
}
	
	
.company-info {
}

.company-info h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.company-info p {
  font-size: 14px;
  margin: 12px 0;
  line-height: 1.6;
  color: #444;
}

.company-info i {
  color: #32449A;
  margin-right: 8px;
}



.footer-social-language {
  text-align: end;
}

.connect-title {
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
}

.social-icons {
    display: flex;
    justify-content: end;
    gap: 16px;
    margin-bottom: 20px;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #28367B;
  color: white;
  font-size: 18px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.social-icons a:hover {
  background-color: #1f2c6d;
}

.language-selector {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background-color: white;
  color: #444;
  font-size: 14px;
  gap: 6px;
  cursor: pointer;
}

.language-selector i.fa-chevron-down {
  font-size: 12px;
}


@media (max-width: 729px)
{
	.footer-social-language {
    text-align: start;
}
	.social-icons {
    justify-content: start;

}
	
}


.devvn_toolbar {
    position: fixed;
    right: 21px;
    bottom: 65px;
}
.devvn_toolbar img {
    height: 50px;
    margin-bottom: 10px;
}
a.go_top {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 22;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-partner-img {
    text-align: center;
}
.home-partner-img img {
    max-height: 200px;
}

.single_cover {
    background-size: cover;
    background-position: center;
    padding: 200px 0px;
    position: relative;
}
.single_cover:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
}
.single_cover  .postInfo {
    z-index: 2;
    position: relative;
    text-align: center;
}


@media (min-width: 1400px)
{
	.gioithieu_row .container {
		width:1400px;
		max-width:1400px;
	}
	
}
.gioithieu_row img.pic {
    height: 280px;
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
}
.tin_sukien img {
	width:100%;
	border-radius:10px;
}

.newsInner h2 {
	font-weight:600
}
.newsInner  img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}
.newsInner.topPost img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.newsInner.topPost h2 {
	font-size:28px;
}

 .newsInner .meta a,
 .newsInner .meta {
	 color:#999999;
	 font-size:14px;
 }
 .meta a,
  .meta {
	 color:#efefef;
	 font-size:14px;
 }
 
 hr {
	 background-color:#efefef;
	 opacity: 1;
 }
 
 
 .page_navi {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_navi a {
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
	margin:0 1px;
}

.page_navi a.active {
    background: #32449A;
    color: #fff;
    font-weight: bold;
}

.page_navi a.page:hover {
  background: #f0f0f0;
}




.slide_title {
    font-size: 24px;
    color: #333;
    border-bottom: 2px solid #efefef;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.news-content {
    flex: 1;
}

.news-content h2 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px 0;
}

.news-content p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.news-image {
    width: 45%;
    height: 90px;
    background: #e0e0e0;
    border-radius: 15px;
    margin-right: 10px;
    overflow: hidden;
}
.news-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}





.custom-contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.custom-contact-form label {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  color: #333;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: none;
  background-color: #f8fafd;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}

.custom-contact-form textarea {
  height: 120px;
  resize: none;
}

.custom-contact-form .form-submit {
  text-align: center;
  margin-top: 20px;
}

.custom-contact-form input[type="submit"] {
  background-color: #28337a;
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-contact-form input[type="submit"]:hover {
  background-color: #1f2a66;
}


.contact-map,
.contact-map iframe {
  height: 100%;
  min-height: 100%;
}









.product-gallery {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.thumbsSwiper {
  width: 100px;
  height: 100%;
}

.mainSwiper {
  width: 100%;
  height: 100%;
  max-height: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainSwiper img {
  width: 100%;
  height: auto;
  border-radius: 12px;

    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.thumbsSwiper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  height: 75px !Important;
}

.thumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #007aff;
}

.thumbsSwiper img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
}



.btn-wrap {
  display: flex;
  gap: 12px; /* khoảng cách giữa 2 nút */
  margin-top: 20px;
}

.btn-ct {
  width: 50%;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  box-sizing: border-box;
}

.btn-blue {
  background-color: #27327f;
  color: #fff;
  border: 1px solid #27327f;
}

.btn-blue:hover {
  background-color: #1c2361;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #27327f;
}

.btn-white:hover {
  background-color: #27327f;
  color: #fff;
}



.breadcump a.cat_link {
    font-weight: bold;
    color: #1c2361;
}



.swiper_6
.swiper-wrapper ,
.swiper_62
.swiper-wrapper {
  transition-timing-function: linear !important; /* chạy đều */
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.page_navi {
	  text-align: center;
	  
}
.page_navi a {
 // border-radius: 40px;
  color: #222;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.page_navi .active {
  background: #016ccb;
  color: #fff;
}
.page_navi a:hover {
	background-color:#016ccb;
	color:#222;
}



.pagenavi {
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}
.pagenavi > * {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.pagenavi .curent {
  background-color: #016ccb;
  border-radius: 100%;
  color: #fff;
}





.swiper-button-next, .swiper-button-prev {
    background-color: #102a6a;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}


.serviceItem {
    background-color: #f8e5e5;
    border-radius: 10px;
	margin-bottom:25px;
}
.serviceItemCover {
width: 100%;
    height:100%;
    border-radius: 10px;
    object-fit: cover;
	
}

.dark_form {
    background-color: #1f2a66;
    border-radius: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.dark_form .custom-contact-form input[type="submit"] {
    background-color: #fff;
    color: #222;
}
.dark_form .custom-contact-form input[type="submit"]:hover {
    background-color: #666;
    color: #fff;
}








/* ===== Bootstrap-like container widths ===== */
.container{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
@media (min-width:1400px){.container{max-width:1320px}}

/* ===== Component ===== */
:root{
  --g-primary:#07C170;   /* xanh đậm (thanh tiêu đề) */
  --g-soft:#98E37E;      /* xanh nhạt (khối nền) */
  --text:#233B7A;        /* màu chữ mô tả hơi xanh navy */
  --radius:24px;
}

.gs-section{padding:32px 0}
.gs-wrap {
    align-items: center;
    display: flex;
    justify-content: end;
    position: relative;
}

.gs-left {
    position: absolute;
    left: 0px;
    z-index: 9;
    width: 37%;
    text-align: justify;
}

.gs-right {
    width: 60%;
}



.gs-desc{
  margin:26px 0 18px;
  color:var(--text);
  line-height:1.8;
  font-size:16px;
  max-width:620px;
}
.gs-link{
  color:#1f66d1;
  font-style:italic;
  text-decoration:none;
  font-weight:600;
}
.gs-link:hover{text-decoration:underline}

/* RIGHT */
.gs-media{position:relative}
.gs-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    object-fit: cover;
    z-index: 1;
    position: relative;
}
.gs-blob.br {
    position: absolute;
    content: "";
    right: -22px;
    bottom: -22px;
    width: 180px;
    height: 100px;
    background: var(--g-soft);
    border-radius: var(--radius);
    display: block;
    z-index: 0;
}



.gs-wrapper {
    position: relative;
    display: inline-block;
    width: 150%;
}

.gs-bg {
    position: absolute;
    top: -12px;
    left: -18px;
    width: 200px;
    height: 100%;
    background: #a8e6a3;
    border-radius: 24px;
    z-index: 0;
}
.gs-title {
  position: relative;
  background: #2ecc71; /* xanh đậm */
  border-radius: 24px;
  padding: 20px 28px;
  text-align: center;
  z-index: 1; /* nằm trên */
}

.gs-title span {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px 15px;
	  display:block;

  letter-spacing:.5px;
}




.gs-color-2 .gs-title {
    background-color: #fef8f8;
}
.gs-color-2  .gs-bg, 
.gs-color-2  .gs-blob.br {
    background-color: #dec17d;
}
.gs-color-3 .gs-title {
    background-color: #ffde59;
}
.gs-color-3  .gs-bg, 
.gs-color-3  .gs-blob.br {
    background-color: #c1ff72;
}

@media (min-width:721px){

	.gs-wrap.gs-ly2 {
		justify-content: start;
	}

	.gs-wrap.gs-ly2 .gs-left {
		right: 0px;
		left: auto;
		padding-top: 135px;
	}
	.gs-wrap.gs-ly2  .gs-blob.br {
		left: -22px;
	}
	.gs-wrap.gs-ly2  .gs-bg {
		left: auto;
		right: -18px;
		bottom: -12px;
		top: auto;
	}
	.gs-wrap.gs-ly2  .gs-wrapper {
		position: absolute;
		right: 0px;
		top:0px;
			width: 130%;
	}

}

@media (max-width:720px){
	
	.gs-wrap {
	display: block;
	}
	.gs-left {
	position: relative;
	width: 100%;
	margin-bottom:25px;
	}
	.gs-wrapper,
	.gs-right {
	width:100%;
	}
.gs-title span{font-size:18px;}
	
	
}







  .pml-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 60px auto;
    gap: 40px;
    padding: 0 20px;
  }

  .pml-section.reverse {
    flex-direction: row-reverse;
  }

  .pml-text {
    flex: 1;
    min-width: 300px;
  }

  /* Box màu chồng */
  .pml-heading {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
    z-index: 1;
  }

  .pml-heading::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: -1;
  }

  /* màu riêng */
  .pml-green { background:#00c853; }
  .pml-green::before { background:#8de88d; }

  .pml-blue { background:#f5f6fb; }
  .pml-blue::before { background:#d9c89c; }

  .pml-yellow { background:#ffeb3b; }
  .pml-yellow::before { background:#8de88d; }

  .pml-text p {
    font-size: 15px;
    color: #2c3e50;
  }

  .pml-text a {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    color: #0044cc;
  }

  .pml-image {
    flex: 1;
    min-width: 300px;
  }

  .pml-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .pml-section,
    .pml-section.reverse {
      flex-direction: column;
      text-align: center;
    }

    .pml-heading {
      font-size: 16px;
    }
  }
  
  
  
  
  
  
  
  
  
.top-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 210px;
    padding: 6px 8px;
    box-sizing: border-box;
    margin-left: 25px;
    color: #28367B;
}

  .left{
    display:flex;
    align-items:center;
    gap:10px;
  }

  .phone-email{
    display:flex;
    flex-direction:column;
    gap:3px;
  }

.phone {
    font-size: 16px;
    font-weight: 600;
    color: #28367B;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,255,0.1);
}

  .email{
    font-size:13px;
    color:var(--link);
    text-decoration:none;
  }

  .fa-magnifying-glass{
    color:var(--muted);
    font-size:14px;
  }

  /* language block */
  .lang{
    display:flex;
    align-items:center;
    gap:8px;
  }

  .lang-main{
    font-weight:700;
    color:var(--accent);
    display:flex;
    align-items:center;
    gap:6px;
    cursor:pointer;
    font-size:14px;
  }

.lang-sub {
    position: absolute;
    top: 20px;
    display: none;
}
  .lang-sub a{
    text-decoration:none;
    color:var(--muted);
  }
.lang-main:hover .lang-sub {
    display: block;
}