/*
	Theme Name: ADSDIGI
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
    margin: 0 auto;
    height: 90px;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    z-index: 9;
    border-bottom: 2px solid #d5ab4b;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 90px;
	height: 90px;
}

.site-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat left center;
	background-size: 80px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: fit-content;
	margin:19px 0 0 0;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #001D7E;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #2a4942;
    display: block;
    padding: 13px 0 12px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 15px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
    color: #d5ab4b;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    background-color: #59b752;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding:  0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #f1f4ff;
    padding: 10px 0;
	font-size: 15px;
}

.breadcrumb .wrap{
	width: 1140px;
	color: #21b32a;
    font-weight: 500;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #333;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	font-size: 16px;
	color: #333;
}

.widget-area .widgettitle a {
	color: #333;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #333;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #21b32a;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #f7f8fb;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    /* padding: 12px 0 0; */
    width: 400px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: calc(100% - 110px);
	border: none;
	background: unset;
	height: 40px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
    width: 100%;
    position: relative;
}

.site-footer .wrap{
	width: 100% !important;
	padding: 0 !important;
}

.site-footer img{
	margin: 0;
	display: block;
}

.site-footer p {
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #333;
	padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #9d9d9d;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #001d7e;
}

.section{
	float: left;
	width: 100%;
}

.nhanbaogia a{
	background: url(images/call.png) no-repeat left 10px center #d5ab4b;
    color: #fff !important;
    padding: 10px 15px 8px 40px !important;
    border-radius: 10px;
    animation: zoomInOut 1.7s infinite ease-in-out;
    transition: background-color 0.4s ease; /* mượt khi đổi màu */
}

.nhanbaogia a:hover{
	background: url(images/call.png) no-repeat left 10px center #10322b;
	animation-play-state: paused;
}

#baogia .widget input[type="submit"] {
	animation: zoomInOut 1.7s infinite ease-in-out;
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1); /* phóng to 10% */
    }
}

.content-slider img{
	width: 100%;
}

.after-slider .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.after-slider .widget:first-child{
	float: left;
	width: 100%;
	margin: 70px 0 30px;
	text-align: center;
}

.after-slider{
	background: #003837;
	padding-bottom: 50px;
}

.after-slider .widget,
.after-slider .widget ul li,
.after-slider .widget p,
.after-slider .widget a{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.after-slider .widget ul li{
	list-style-type: none;
    float: left;
    width: calc(50% - 21px);
    margin-bottom: 40px;
    min-height: 60px;
}

.after-slider .widget ul li:nth-child(odd){
	margin-right: 20px;
    border-right: 1px solid #83bb8233;
    padding-right: 20px;
}

.after-slider .widget ul li:nth-child(2n+1){
	clear: both;
}

.after-slider .widget ul li em{
	display: block;
	font-style: inherit;
	font-weight: 400;
	font-size: 20px;
}

.after-slider .widget ul li strong em{
	font-weight: 400;
    font-style: normal;
    color: #82b97e;
    font-size: 24pt;
}

.after-slider .widget video{
	width: 100%;
	height: 660px;
	object-fit: cover;
	border-radius: 50px 0;
}

.site-header.f-head{
	position: fixed;
	top: 0;
	background: #ffffff;
	z-index: 99;
}

.content-vitri{
	background: #0f6a6b;
	padding-bottom: 50px;
}

.after-slider2 img{
	display: block;
}

.content-vitri .widget:first-child{
	margin-top: -200px;
	text-align: center;
	margin-bottom: 30px;
}

.content-vitri .widget,
.content-vitri .widget ul li,
.content-vitri .widget p,
.content-vitri .widget a,
.content-matbang .widget,
.content-matbang .widget ul li,
.content-matbang .widget p,
.content-matbang .widget a,
.content-tienich .widget,
.content-tienich .widget ul li,
.content-tienich .widget p,
.content-tienich .widget a,
.content-loaihinh .widget,
.content-loaihinh .widget ul li,
.content-loaihinh .widget p,
.content-loaihinh .widget a,
.content-tiendo .widget,
.content-tiendo .widget ul li,
.content-tiendo .widget p,
.content-tiendo .widget a{
	color: #fff;
	font-size: 18px;
}

.content-vitri .widget ul li,
.content-loaihinh .widget:nth-child(n+2) li{
	margin-bottom: 7px;
}

.content-vitri .widget p,
.content-tienich .widget p,
.content-loaihinh .widget:nth-child(n+2) p{
	margin-bottom: 15px;
}

.content-vitri .widget:nth-child(n+2) img,
.content-matbang .widget:nth-child(n+2) img{
	margin: 0 auto 30px;
	display: table;
	border-radius: 15px;
}

.content-vitri .widget ul,
.content-loaihinh .widget:nth-child(n+2) ul{
	margin-left: 25px;
	margin-bottom: 15px;
}

.content-vitri .widget:nth-child(n+2) .widgettitle{
	color: #ffd085;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.content-matbang{
	background: url(images/bg_mb.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 70px;
}

.content-matbang .widget:nth-child(1),
.content-tienich .widget:nth-child(1) {
	text-align: center;
	margin: 30px 0 ;
}

.content-matbang .widget ul li{
    list-style-type: none;
    float: left;
    width: calc(25% - 50px);
    background: #ffffff;
    border-radius: 15px;
    margin: 0 10px;
    color: #2a4942;
    padding: 15px;
    min-height: 185px;
    border-bottom: 5px solid #d5ab4b;
}

.content-matbang .widget ul li strong{
	display: block;
	font-size: 20px;
	margin-bottom: 7px;
}

.content-matbang .widget ul li strong em{
	display: block;
    font-size: 16px;
    font-weight: 500;
}

.content-tienich{
	background: url(images/bg_ti.jpg) no-repeat top left;
	background-size: cover;
	padding-bottom: 70px;
}

.gallery-columns-2 {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* khoảng cách giữa ảnh */
}

.gallery-columns-3 {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; /* khoảng cách giữa ảnh */
}

.gallery figure{
	margin: 0 0 30px;
	text-align: center;
}

.gallery figure img{
	width: 100%;
	margin: 0 !important;
	border-radius: 15px;
}

.content-loaihinh{
    background: url(images/bg_mh.webp) no-repeat bottom center #185058;
    padding: 70px 0 500px;
}

.content-loaihinh .widget:nth-child(1){
	text-align: center;
}

.content-loaihinh ol li{
    list-style-type: none;
    float: left;
    display: inline-block;
    margin: 0 5px 0;
    border: 1px solid #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 30px;
    cursor: pointer;
}

.content-loaihinh ol{
	width: fit-content;
	margin: 40px auto;
	display: table;
}

.content-loaihinh ol li:hover,
.content-loaihinh ol li.active{
	background: #ffffff;
	color: #2a4942;
	font-weight: 500;
}

.content-loaihinh .rl-gallery-widget .widgettitle{
	display: none;
}

.content-loaihinh .rl-gallery-widget {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease; /* thêm để có hiệu ứng mượt */
}

.content-loaihinh .rl-gallery-widget.current {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.custom_paging {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.custom_paging li {
    list-style-type: none;
    background: hsl(0deg 0% 100% / 24%);
    width: 40px;
    height: 3px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.custom_paging li.slick-active {
    background: #fff;
}

.content-tiendo{
	background: linear-gradient(to right, #0f6a6b, #023a39);
    padding: 70px 0 0;
}

.content-tiendo .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px 70px;
}

.content-tiendo iframe{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px 0;
}

.content-tiendo img{
	border-radius: 20px;
}

.content-tiendo p{
	margin-bottom: 15px;
}

.cta-btn {
    background-image: linear-gradient(90deg, #0f6a6b 0, #82b97e);
    border: none;
    font-size: 1.1em;
    font-weight: 500;
}

.cta-btn img {
    animation: blinking 1s step-start infinite;
    margin-right: 5px;
    font-size: 1.2em;
}

#popup .widget_caldera_forms_widget {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#popup .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    background: #fff;
    padding: 20px 20px 0;
    z-index: 3000;
    border-radius: 20px;
}

#popup .widget_caldera_forms_widget .widgettitle {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -21px;
    top: -21px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    margin: 0 !important;
}


.site-footer .caldera-grid input, #popup .widget_caldera_forms_widget input {
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    height: 42px;
    border: 1px solid #e3dede;
}

.site-footer .caldera-grid textarea, #popup .widget_caldera_forms_widget textarea {
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #e3dede;
}

.site-footer .caldera-grid .widget-wrap{
	padding: 20px;
}

.site-footer .caldera-grid ul li.excel, #popup .widget_caldera_forms_widget ul li.excel {
    background: url(images/excel.png) no-repeat left center;
    background-size: 20px;
}

.site-footer .caldera-grid ul li, #popup .widget_caldera_forms_widget ul li {
	list-style-type: none;
    background: url(images/pdf.png) no-repeat left center;
    padding-left: 25px;
    background-size: 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 7px 0;
    color: #333;
    float: left;
    display: block;
    width: calc(100% - 25px);
    text-align: left;
}

.site-footer  .widget .catalogue p,
#popup .widget .catalogue p {
    color: #2a4942;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 5px;
    text-transform: uppercase;
        background-image: linear-gradient(90deg, #15665e 30%, #F3582F 70%);
    -webkit-background-clip: text;
    background-clip: text;
}

.site-footer .caldera-grid em,
#popup .caldera-grid em {
    font-size: 15px;
    margin: 15px 0;
    display: block;
    color: #333;
    text-align: left;
}

.site-footer .widget_caldera_forms_widget{
	display: table;
	width: 1080px;
	background: #ffffffdb;
	padding: 30px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
}

.site-footer .widget_caldera_forms_widget input[type="submit"],
#popup .widget_caldera_forms_widget input[type="submit"] {
    background: url(images/download.png) no-repeat left 10px center #d5ab4b;
    color: #fff !important;
    padding: 10px 15px 8px 40px !important;
    border-radius: 10px;
    animation: zoomInOut 1.7s infinite ease-in-out;
    transition: background-color 0.4s ease;
}

.after_footer {
	background: #13342d;
	padding: 30px 0;
}

.after_footer p{
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px;
    font-style: italic;
}

.after_footer img{
	width: 100px;
}

.after_footer .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
	color: #fff;
	font-size: 16px;
}

.after_footer .widget_text{
	margin-top: 18px;
}

.after_footer .widget ul{
	margin-left: 25px;
}

.after_footer .widget ul li{
	margin-bottom: 10px;
}

#fix-icon{
	position: fixed;
	top: 40%;
	right: 5px;
}

#fix-icon ul li{
	list-style-type: none;
}

#fix-icon ul li img{
	width: 55px;
	margin: 0;
}

#click-menu{
	display: none;
}

/* -------------- mobi -----------------*/

@media (max-width: 1170px) {
	.wrap,
	.site-inner{
	    width: calc(100% - 30px) !important;
	    padding: 0 15px;
	}

	.menu-primary li, .menu-secondary li, .site-header .menu li {
	    margin-right: 5px;
	}

	.nhanbaogia a {
	    background: url(images/call.png) no-repeat left 5px center #d5ab4b;
	    color: #fff !important;
	    padding: 10px 15px 8px 30px !important;
	    border-radius: 10px;
	    animation: zoomInOut 1.7s infinite ease-in-out;
	    transition: background-color 0.4s ease;
	}

	.site-footer .widget_caldera_forms_widget{
		width: 80%;
	}

	
}

@media (max-width: 960px) {

	.site-header .widget_nav_menu li{
		display: none;
	}

	.site-header .widget_nav_menu li:last-child{
		display: block;
	}

	.site-header,
	.title-area{
		height: 60px;
	}

	.site-title a, .site-title a:hover {
	    background-size: 60px;
	}

	.nhanbaogia a {
        padding: 6px 15px 6px 30px !important;
    }

    .site-header .widget-area{
    	margin: 11px 30px 0 0;
    }

    #click-menu {
	    display: block;
        right: 15px;
        top: 14px;
        background: #0038372e;
        padding: 5px 5px 0;
        border-radius: 5px;
	}

	 #fix-icon{
	 	top: auto;
	 	bottom: 20px;
	 }

	.after-slider .widget{
		width: 100%;
		margin: 0 0 15px;
	}

	.after-slider .widget:first-child {
	    margin: 35px 0 10px;
	}

	.after-slider .widget ul li {
	    margin-bottom: 20px;
	    min-height: 60px;
	}

	.after-slider .widget video{
		height: auto;
	}

	.after-slider{
		padding-bottom: 0;
	}

	.content-vitri .widget:first-child {
	    margin-top: -30px;
	    margin-bottom: 20px;
	}

	.content-vitri .widget, .content-vitri .widget ul li, 
	.content-vitri .widget p, .content-vitri .widget a, 
	.content-matbang .widget, .content-matbang .widget ul li, 
	.content-matbang .widget p, .content-matbang .widget a, 
	.content-tienich .widget, .content-tienich .widget ul li, 
	.content-tienich .widget p, .content-tienich .widget a, 
	.content-loaihinh .widget, .content-loaihinh .widget ul li, 
	.content-loaihinh .widget p, .content-loaihinh .widget a, 
	.content-tiendo .widget, .content-tiendo .widget ul li, 
	.content-tiendo .widget p, .content-tiendo .widget a,
	.after-slider .widget, .after-slider .widget ul li, 
	.after-slider .widget p, .after-slider .widget a {
	    font-size: 17px;
	}

	.after-slider .widget ul li em{
		font-size: 18px;
	}

	.content-vitri .widget:nth-child(n+2) .widgettitle{
		line-height: 1.3;
		font-size: 24px;
	}

	.gallery-columns-3,
	.gallery-columns-2 {
    	gap: 10px;
	}

	.content-vitri {
	    padding-bottom: 20px;
	}

	.content-matbang .widget:nth-child(1), 
	.content-tienich .widget:nth-child(1) {
	    margin: 30px 0 15px;
	}

	.content-matbang .widget ul li{
		width: calc(100% - 20px);
		padding: 10px;
		margin: 0 0 15px;
		min-height: auto;
	}

	.content-matbang {
	    padding-bottom: 15px;
	}

	.gallery figure {
	    margin: 0 0 5px;
	}

	.content-tienich {
	    padding-bottom: 30px;
	}

	.content-loaihinh {
	    background: url(images/bg_mh.webp) no-repeat bottom center #185058;
	    padding: 35px 0 100px;
	    background-size: contain;
	}

	.content-tiendo .widget{
		width: 100%;
		margin: 0 0 15px;
	}

	.content-tiendo {
	    background: linear-gradient(to bottom, #0f6a6b, #023a39);
	    padding: 45px 0 0;
	}

	.site-footer .widget_caldera_forms_widget{
		position: relative;
		bottom: 0;
	}

	.after_footer .widget {
	    margin: 0 0 15px;
	    width: 100%;
	}

	#click-menu.f-menu{
		position: fixed;
		z-index: 999;
	}

	#responsive-menu.f-list{
		position: fixed;
		top: 62px;
	}

	#responsive-menu .nhanbaogia{
		display: none;
	}

	.content-tienich {
	    background: url(images/bg_ti.jpg) no-repeat top left #0e6869;
	}

	.content-loaihinh ol li{
		width: calc(100% - 42px);
    	margin: 0 0 5px 0;
    	text-align: center;
	}

}


@media (max-width: 380px) {

	#tienich .gallery-columns-2{
		grid-template-columns: repeat(1, 1fr);
	}
}