/*
	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: underline;
}

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: 1280px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
    margin: 0 auto;
    height: 90px;
    width: 100%;
    float: left;
    border-bottom: 3px solid #e5bca4;
    position: relative;
    z-index: 9;
    background: #010e30;
}

.title-area {
    float: left;
    overflow: hidden;
    padding: 0;
    width: 120px;
    height: 120px;
    background: #010e30;
    position: relative;
    z-index: 9999;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 4px #010e3061;
}

.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 center center;
	background-size: 110px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: left;
	padding: 0;
	width: calc(100% - 150px);
	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: #e5bca4;
	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: 2px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #e5bca4;
    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: #a9795d;
}

.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
------------------------------------------------------------ */

.home .site-inner {
	padding: 20px 0 ;
}

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0 20px;
	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;
    clear: both;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background: #010e30;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.site-footer p {
	color: #fff;
	font-size: 15px;
}

.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%;
}

.site-header.f-head{
	background: #fff;
}

.nhanbaogia a{
	background: url(images/download.png) no-repeat left 10px center #bf947b;
    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/download.png) no-repeat left 10px center #a5765b;
	animation-play-state: paused;
}

#baogia .widget input[type="submit"] {
	animation: zoomInOut 1.7s infinite ease-in-out;
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1); /* phóng to 10% */
    }
}

.content-slider .widget {
    float: left;
    width: 100%;
    position: relative;
}

.content-slider .widget .box {
    position: absolute;
    top: 50%;
    width: 1280px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.content-slider .widget .box .ndbox{
    width: 600px;
    background: #010e30ad;
    display: table;
    padding: 30px;
    border-radius: 10px;
    /* trạng thái ban đầu */
    transform: translateX(-100%);
    opacity: 0;
    animation: slideIn 1s ease-out forwards;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


.content-slider .widget .box .ndbox p:nth-child(n+2){
	font-size: 17px;
}

.content-nhamau .gallery .gallery-item{
	float: left;
	width: calc(25% - 10px);
	margin: 0 5px 10px;
}

.content-nhamau .gallery a{
	display: flex;
}

.content-nhamau .gallery .gallery-item img{
	width: 100%;
}

.content-slider .image-upload .title{
    float: left;
    font-size: 64px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    width: 100%;
}

.content-slider .image-upload .noidung, .content-slider .image-upload .noidung p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
}

.content-gioithieu .widget:first-child{
    float: left;
    width: calc(100% - 100px);
    background: #fff;
    margin-top: -90px;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 0 2px #e1e1e1;
    position: relative;
}

.content-gioithieu .widget:nth-child(n+2){
    margin-top: 30px;
    float: left;
    width: 100%;
}

.site-header .widget-area .widget{
	float: right;
}

.content-gioithieu table td:first-child{
	width: 250px;
	font-weight: 500;
}

.content-gioithieu table td{
	padding: 7px 10px;
}

.content-gioithieu table{
	width: 100%;
}

.content-gioithieu table tr:nth-child(even){
	background: #e5bca429;
}

/*.content-duan .wrap{
	width: 80%;
	min-width: 1280px;
}*/

.content-duan .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 0px 15px;
}

.content-duan .widget h2,
.content-vitri .widget h2 ,
.content-tienich .widget h2,
.content-matbang h2,
.content-canho h2,
.content-uudiem h2,
#baogia .widget h2,
.content-tiendo h2{
	color: #031c5c;
    font-size: 38px;
    text-transform: uppercase;
    /*background-image: linear-gradient(90deg, #15665e 30%, #F3582F 70%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;*/
    font-weight: 900;
}

.content-duan .widget h3,
.content-vitri .widget h3,
.content-tienich .widget h3,
.content-matbang h3{
	font-size: 24px;
    font-weight: bold;
    color: #0a5854;
    margin: 0 0 15px;
}

.content-duan .widget p,
.content-vitri .widget p,
.content-tienich .widget p,
.content-matbang p{
	margin-bottom: 15px;
	text-align: justify;
}

.content-duan .widget ul,
.content-vitri .widget ul,
.content-tienich .widget ul{
	margin-left: 20px;
	margin-bottom: 15px;
}

.content-duan .widget ul li,
.content-vitri .widget ul li,
.content-tienich .widget ul li{
	margin-bottom: 10px;
}

.content-duan .widget:first-child{
	float: left;
	width: 100%;
	margin: 70px 0 30px;
	text-align: center;
}

.content-vitri .widget h2,
.content-tienich .widget h2,
.content-matbang h2,
.content-matbang h2,
.content-canho h2,
.content-uudiem h2,
.content-tiendo h2{
	text-align: center;
    margin: 40px 0;
}

.content-vitri iframe{
	width: 100%;
	margin-bottom: 20px;
}

.content-vitri {
	background: #fbf4f070;
	padding-bottom: 50px;
	margin: 50px 0;
}

.content-tienich .widget .widgettitle{
	color: #031c5c;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.embed-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.embed-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content-duan .widget h2 span,
.content-vitri .widget h2 span,
.content-tienich .widget h2 span,
.content-matbang h2 span,
.content-canho h2 span,
.content-uudiem h2 span,
.content-tiendo h2 span{
	color: #cb855c;
	  font-weight: 400;
	  text-transform: none;
	  font-family: "The Nautigal", cursive;
	  display: block;
	  font-size: 50px;
}

.content-vitri .widget{
	margin: 0 0 20px;
}

.dsti{
	display: grid;
	grid-template-columns: 1fr 1fr; /* 2 cột bằng nhau */
    gap: 40px 30px; /* khoảng cách giữa các cột */
}

.dsti .widget{
	position: relative;
}

.dsti .widget img{
	width: 100%;
	border-radius: 10px;
}

.dsti .widget .box{
	background: #ffffff;
    display: table;
    width: calc(90% - 50px);
    margin: -50px auto 0;
    z-index: 9;
    position: relative;
    box-shadow: 0px 1px 5px #e7e7e7;
    border-radius: 20px;
    padding: 25px;
}

.dsti .widget .box .title{
	font-size: 20px;
    font-weight: bold;
    color: #cb855c;
    margin: 0 0 15px;
}

.content-matbang ul li{
	list-style-type: none;
    box-shadow: 0 10px 20px 0 rgba(22, 6, 4, .2);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 5px solid #164734;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #fff;
    margin: 0 15px 0 0;
    float: left;
    width: calc(20% - 42px);
    padding: 20px 15px;
    min-height: 115px;
}

.content-matbang ul li:last-child{
	margin-right: 0;
}

.content-matbang{
	background: #f4eee4;
	margin: 50px 0 0;
	padding-bottom: 50px;
}

.content-matbang .wrap{
	width: 100%;
}

.content-matbang ul li strong{
	display: block;
	margin-bottom: 5px;
	color: #0a5854;
}

.content-matbang .gallery-columns-2 .gallery-item {
    float: left;
    width: calc(50% - 22px);
    margin: 10px;
    border: 1px solid #c3b1a6;
}

.content-matbang .gallery-columns-3 .gallery-item {
    float: left;
    width: calc(33.33% - 22px);
    margin: 10px;
    border: 1px solid #c3b1a6;
}

.content-matbang .gallery-item img{
	margin: 0;
}

.content-matbang .gallery-item a{
	display: flex;
}

.content-canho .widget:first-child{
	float: left;
	width: 100%;
	border: none;
}

.content-canho .widget img{
	width: 100%;
	border-radius: 15px 15px 0 0;
	margin: 0;
}

.content-canho .widget .noidung{
	padding: 15px 20px;
}

.content-canho .widget .noidung ul{
	margin-left: 10px;
}

.content-canho .widget .noidung li{
	margin-bottom: 7px;
}

.content-canho p,
.content-canho ul{
	margin-bottom: 15px;
}

.content-canho ul{
	margin-left: 20px;
}

.content-canho ul li{
	margin-bottom: 7px;
}

.content-canho ol li{
	list-style-type: none;
	float: left;
	width: calc(50% - 10px);
	margin: 0 5px;
}

.content-canho ol{
	float: left;
	width: 100%;
}

.content-canho .widget a{
    margin: 0;
    display: grid;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.content-canho .widget .title{
	background: #164734;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px 0;
}

.content-canho .image-upload .readmore,
#baogia .caldera-grid input[type="submit"], 
#popup .widget_caldera_forms_widget input[type="submit"],
.fombaogia .widget_caldera_forms_widget input[type="submit"] {
	display: table;
    margin: 0 auto 20px;
    background: #122b6a;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 1px 3px 0px #010e30;
    border: none;
    transition: background 0.2s ease;
}


.content-canho .image-upload .readmore:hover,
#baogia .caldera-grid input[type="submit"]:hover, 
#popup .widget_caldera_forms_widget input[type="submit"]:hover,
.fombaogia .widget_caldera_forms_widget input[type="submit"]:hover{
 	background: #031c5c;
 	 box-shadow: 1px 3px 0px #07413b;
}

#baogia{
	background: url(images/bg.webp) no-repeat fixed;
	background-size: cover;
	float: left;
	width: 100%;
	padding: 70px 0;
	margin: 50px 0 0;
}

#baogia .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 30px 15px;
}

#baogia .widget.widget_text{
	float: right;
}

#baogia .nd{
	background: #ffffffe8;
	float: left;
	width: 100%;
	border-radius: 15px;
} 

#baogia .caldera-grid input, #popup .widget_caldera_forms_widget input {
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    height: 42px;
    border: 1px solid #e3dede;
}

#baogia .caldera-grid textarea, #popup .widget_caldera_forms_widget textarea {
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #e3dede;
}

#baogia .caldera-grid .widget-wrap{
	padding: 20px;
}

#baogia .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;
}

#baogia .caldera-grid ul li, #popup .widget_caldera_forms_widget ul li,
.fombaogia .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;
}

#baogia .widget .catalogue p,
#popup .widget .catalogue p,
#baogia .widget .widgettitle {
    color: #031c5c;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

#baogia .caldera-grid em,
#popup .caldera-grid em {
    font-size: 15px;
    margin: 15px 0;
    display: block;
    color: #333;
    text-align: left;
}

#baogia .widget_text button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: calc(50% - 20px);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 100%;
    background-size: 40px;
}

#baogia .widget_text button.slick-next.slick-arrow {
    background: url(images/next.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 100%;
    background-size: 40px;
}

#baogia .widget h2{
	font-size: 30px;
	margin-bottom: 15px;
}

#baogia .caldera-grid{
	margin: 0 0 30px;
}

#baogia h3{
	font-size: 20px;
}

#baogia .widget p{
	margin-bottom: 15px;
}

.site-footer ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
}

.content-tiendo .gallery-columns-3 .gallery-item{
	float: left;
	width: calc(33.33% - 10px);
	margin: 0 5px 10px;
}

.content-tiendo p{
	margin: 0 0 15px ;
}

.content-tiendo .gallery a{
	display: grid;
}

.content-gioithieu .widget p em{
	background: url(images/download.png) no-repeat left 10px center #15665e;
    padding-left: 20px;
    cursor: pointer;
    padding: 10px 20px 10px 40px;
    color: #fff;
    border-radius: 10px;
    display: table;
    margin: 30px 0 0;
    font-weight: 500;
    transition: background 0.2s ease; /* mượt khi đổi màu */
}

.content-gioithieu .widget p em:hover{
	background: url(images/download.png) no-repeat left 10px center #f3611c;
}

#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;
    margin: 35px 0 0;
    padding: 20px 20px 5px;
    box-shadow: 1px 3px 10px #010e30;
    border-radius: 20px;
    background: #e5bca4;
}

#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-header.f-head{
	position: fixed;
    background: #ffffff;
    z-index: 99;
    top: 0;
    height: 60px;
}

.site-header.f-head .title-area {
    height: 90px;
}

.site-header.f-head .site-title a,.site-header.f-head .site-title a:hover {
    background-size: 88px;
}


.site-header.f-head .widget-area {
    margin: 5px 0;
}

#fix-icon{
	position: fixed;
	bottom: 40%;
	right: 0;
}

#fix-icon ul li{
	list-style-type: none;
}

#fix-icon ul li img{
    width: 23px;
    float: left;
    margin: 7px 5px 0 0;
}

.content-gioithieu .widgettitle{
	text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #031c5c;
    text-align: left;
    width: fit-content;
}

.content-nhamau h2{
	font-size: 38px;
	color: #031c5c;
	text-align: center;
	font-weight: bold;
	margin: 40px 0 20px;
}

.content-tiendo .gallery-columns-4 .gallery-item{
	float: left;
	width: calc(25% - 10px);
	margin: 0 5px;
}

.fombaogia .widget_caldera_forms_widget{
    float: left;
    width: calc(100% - 60px);
    margin: 50px 0 0;
    padding: 30px;
    box-shadow: 1px 3px 10px #010e30;
    border-radius: 20px;
    background: #e5bca46b;
}

.fombaogia .widget_caldera_forms_widget .last_col .form-group{
	float: left;
	width: calc(33.33% - 10px);
	margin: 0 5px;
}

.fombaogia .widget_caldera_forms_widget .guidi{
	margin: 30px 5px 0 !important;
}

.fombaogia .widget_caldera_forms_widget ul li,
.fombaogia .widget_caldera_forms_widget p,
.fombaogia .widget_caldera_forms_widget em{
	font-size: 14px;
}

.fombaogia .widget_caldera_forms_widget .catalogue p {
    color: #031c5c;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.fombaogia .widget_caldera_forms_widget input{
	border: none;
	height: 40px;
	box-shadow: none;
	border-radius: 10px;
}

#fix-icon li a,
#fix-icon li span{
	background: #dd4b39;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 110px;
    padding: 0 10px;
    font-style: initial;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    box-shadow: 1px 2px 5px #edcfbe;
}

/*#fix-icon li em{
    background: url(images/download.png) no-repeat left 5px center #a5765b;
    padding: 0 10px 0 30px;
    background-size: 20px;
}*/

#fix-icon li a:hover, #fix-icon li em:hover{
	background: #010e30;
	box-shadow: 2px 3px 5px #04102f;
}

#fix-icon li{
	margin-bottom: 10px;
}

.page h1{
	font-size: 28px;
	font-weight: bold;
}

.page main.content h2{
	font-size: 24px;
	font-weight: bold;
}


.page main.content h3{
	font-size: 20px;
	font-weight: bold;
}

/* -------------- mobi -----------------*/

@media (max-width: 1280px) {
	.wrap,
	.site-inner,
	.content-tienich .wrap {
	    width: calc(100% - 30px) !important;
	    padding: 0 15px;
	}

	.site-header .widget-area {
	    width: calc(100% - 230px);
	}

	.content-slider .widget .box .ndbox {
	    width: 555px;
	    padding: 20px;
	}

	.content-slider .widget .box {
	    width: 90%;
	}

	.content-slider .image-upload .title {
	    font-size: 50px;
	}

	.content-slider .image-upload .noidung, .content-slider .image-upload .noidung p {
	    font-size: 20px;
	}

	.content-slider .widget .box .ndbox p:nth-child(n+2) {
	    font-size: 15px;
	}
}

@media (max-width: 1170px) {

	.site-header .menu li {
	    display: none;
	}

	.site-header .menu li.nhanbaogia {
	    display: block;
	}

	.site-header,
	.title-area{
		height: 60px;
	}

	.site-header .widget-area {
        margin: 8px 0;
    }

    .site-header .widget-area .widget {
	    margin-right: 35px;
	}

	.click-menu{
		display: block;
        right: 15px !important;
        top: 15px !important;
        background: #ffeae05c;
        padding: 5px 5px 0;
        border-radius: 5px;
	}

	.content-gioithieu .widget {
	    margin-top: -60px;
	}

	#responsive-menu .nhanbaogia{
		display: none;
	}
}

@media (max-width: 960px) {
	.content-gioithieu .widget:first-child {
	    margin-top: 30px;
	    padding: 20px;
        width: calc(100% - 40px);
	}

	.content-gioithieu .widget:nth-child(n+2) {
	    padding: 0;
	}

	.content-gioithieu .widget {
	    width: calc(100% - 50px);
	    padding: 25px;
	}

	.content-duan .widget:first-child {
	    margin: 45px 0 15px;
	}

	.fombaogia .widget_caldera_forms_widget {
	    width: calc(100% - 40px);
	    margin: 35px 0 0;
	    padding: 20px 20px 5px;
	    box-shadow: 1px 3px 10px #010e30;
	    border-radius: 20px;
	    background: #e5bca46b;
	}

	.fombaogia .widget_caldera_forms_widget .guidi {
	    margin: 15px auto 0 !important;
	    display: table;
	}

	.content-duan .widget h3, 
	.content-vitri .widget h3, 
	.content-tienich .widget h3, 
	.content-matbang h3 {
	    font-size: 22px;
	}

	.content-duan .widget{
		width: 100%;
		margin: 0 0 15px;
	}

	.content-vitri .widget h2, 
	.content-tienich .widget h2, 
	.content-matbang h2, 
	.content-matbang h2, 
	.content-canho h2, 
	.content-uudiem h2, 
	.content-tiendo h2 {
	    margin: 30px 0 25px;
	}

	.dsti .widget .box {
	    width: calc(90% - 30px);
	    padding: 15px;
	}
}


@media (max-width: 860px) {
	.content-duan .widget h2, .content-vitri .widget h2, .content-tienich .widget h2, .content-matbang h2, .content-canho h2, .content-uudiem h2, #baogia .widget h2, .content-tiendo h2 {
	    font-size: 32px;
	}

	.content-duan .widget h2 span, .content-vitri .widget h2 span, .content-tienich .widget h2 span, .content-matbang h2 span, .content-canho h2 span, .content-uudiem h2 span, .content-tiendo h2 span {
	    font-size: 36px;
	}

	.content-matbang ul li{
		margin: 0 0 15px;
	    float: left;
	    width: calc(100% - 30px);
	    padding: 15px;
	    min-height: auto;
	}

	.content-canho .widget:nth-child(4){
		clear: both;
	}

	#baogia .widget{
		width: 100%;
		margin: 0 0 20px;
	}

	#baogia .nd {
	    width: calc(100% - 80px);
	    padding: 40px;
	}

	.title-area{
		width: 140px;
	}

	#popup .widget_caldera_forms_widget .widget-wrap{
		width: 85%;
		padding: 20px 15px 0;
	}

	#popup .widget_caldera_forms_widget .widgettitle {
	    right: -12px;
	    top: -24px;
	}

	.content-slider .widget img{
		height: 500px;
		object-fit: cover;
	}

	.dsti {
        grid-template-columns: 1fr; /* mobile 1 cột */
        gap: 20px;
    }

    .content-slider .widget .box .ndbox {
        width: 80%;
    }

}

@media (max-width: 500px) {

	.content-slider .image-upload .title {
        font-size: 30px;
    }

    .content-slider .image-upload .noidung, .content-slider .image-upload .noidung p {
        font-size: 16px;
    }

    .content-slider .widget .box .ndbox p:nth-child(n+2){
    	display: none;
    }

    .content-slider .widget img {
        height: 400px;
    }

    .content-gioithieu .widgettitle {
	    font-size: 25px;
	    margin: 0 10px 0;
	    text-align: center;
	    width: 100%;
	}

	.content-vitri{
		margin: 30px 0;
		padding-bottom: 15px;
	}

	.content-tienich .widget .widgettitle {
	    font-size: 28px;
	    line-height: 1.3;
	}

    .content-gioithieu .widget:first-child {
        margin-top: 15px;
        padding: 20px 5px;
        width: calc(100% - 10px);
    }

	#popup .widget_caldera_forms_widget ul li,
	#popup .caldera-grid em {
		font-size: 14px;
	}

	 #popup .widget_caldera_forms_widget textarea{
	 	height: 70px;
	 }

	.site-header .widget-area{
		width: 175px;
		float: right;
	}

	.site-header .widget-area .widget {
        margin-right: 50px;
    }

    .site-header.f-head {
       height: 50px;
        background: #010e30;
    }

    .click-menu{
        top: 9px !important;
    }

    #click-menu.f-menu {
    	position: fixed;
    }

    #responsive-menu.f-list{
    	position: fixed;
    	top: 53px;
    }

	.nhanbaogia a {
	    background: url(images/download.png) no-repeat left 10px center #f3c1a4;
	    color: #fff !important;
	    padding: 9px 8px 7px 35px !important;
	    border-radius: 10px;
	    animation: none;
	    transition: background-color 0.4s ease;
	    font-size: 11px !important;
	    background-size: 20px;
	    margin: 0 !important;
	}

	.site-header .widget-area {
        margin: 7px 0;
    }

    .site-header, .title-area{
        height: 50px;
    }

    .content-gioithieu .widget {
        margin-top: 30px;
    }

    .content-gioithieu .widget {
        width: 100%;
        padding: 0;
    }

    .content-gioithieu table td:first-child {
	    width: 110px;
	    font-weight: 500;
	}

	.content-gioithieu table td{
		font-size: 16px !important;
	}

	.content-gioithieu .widget p em{
		display: table;
		margin: 30px auto 10px;
	}

	    .content-duan .widget h2, .content-vitri .widget h2, .content-tienich .widget h2, .content-matbang h2, .content-canho h2, .content-uudiem h2, #baogia .widget h2, .content-tiendo h2 {
        font-size: 30px;
    }

    .content-duan .widget p:last-child, .content-vitri .widget p:last-child, .content-tienich .widget p:last-child, .content-matbang p:last-child{
    	margin-bottom: 0;
    }

    .content-matbang {
	    padding-bottom: 20px;
	    margin: 30px 0 0;
	}

	.content-matbang .gallery-columns-2 .gallery-item,
	.content-matbang .gallery-columns-3 .gallery-item {
	    width: calc(100% - 2px);
	    margin: 0 0 15px;
	    border: 1px solid #c3b1a6;
	}

	.content-nhamau .gallery .gallery-item {
	    width: calc(50% - 10px);
	}

	.content-nhamau h2 {
	    font-size: 30px;
	}

	#baogia .caldera-grid {
	    margin: 0;
	}

	.content-tiendo .gallery-columns-4 .gallery-item {
	    float: left;
	    width: calc(50% - 10px);
	    margin: 0 5px 10px;
	}

	.content-tiendo .gallery-columns-3 .gallery-item{
		width: calc(50% - 10px);
	}

	#baogia .widget .catalogue p, #popup .widget .catalogue p, #baogia .widget .widgettitle {
	    font-size: 24px;
	}

	#baogia .caldera-grid ul li, #popup .widget_caldera_forms_widget ul li, .fombaogia .widget_caldera_forms_widget ul li,
	#baogia .caldera-grid em, #popup .caldera-grid em{
		font-size: 13px;
	}

	.content-tiendo .gallery-columns-3 .gallery-item:nth-child(2n+1){
		clear: both;
	}

	.site-footer p,
	.site-footer a,
	.site-footer ul li{
		font-size: 13px;
	}

	.site-footer{
		padding: 15px 0;
	}

	.content-canho .widget {
        width: 100%;
        margin: 0 0 20px;
    }

    .content-canho .widget img{
    	width: 100%;
        height: auto;
        object-fit: cover;
    }

    #baogia .nd {
        width: calc(100% - 30px);
        padding: 15px;
    }

    #baogia {
	    padding: 40px 0;
	    margin: 30px 0 0;
	}

	#baogia .widget h2 {
	    font-size: 21px !important;
	    margin-bottom: 15px;
	}

	#baogia .widget .catalogue p {
	    font-size: 24px;
	}

	#popup .widget .catalogue p {
	    font-size: 24px;
	}

	.site-footer p{
		margin-bottom: 10px;
	}

	.site-header.f-head{
		height: 50px;
	}

	.site-header.f-head .widget-area {
	    margin: 9px 0;
	}

	#fix-icon{
		bottom: 20px;
	}

	.site-title a, .site-title a:hover{
		background-size: 55px !important;
	}

	.title-area {
        width: 60px;
        height: 65px;
    }

    #baogia .caldera-grid input, #popup .widget_caldera_forms_widget input {
	    font-size: 15px;
	    height: 40px;
	}

	.click-menu .line{
		width: 26px !important;
	}

	.site-header.f-head .title-area {
	    height: 65px;
	}

	.fombaogia .widget_caldera_forms_widget .last_col .form-group {
	    float: left;
	    width: 100%;
	    margin: 0 0 10px;
	}

	#fix-icon ul li {
	    list-style-type: none;
	    display: inline-block;
	    margin: 0 2px;
	}

	#fix-icon {
        bottom: 0;
        width: 100%;
    }

   #fix-icon li a, #fix-icon li span{
   		width: 88px;
   		font-size: 14px;
   		border-radius: 5px 5px 0 0;
   }

	#fix-icon ul{
		display: table;
		margin: 0 auto;
	}

	#popup .widget_caldera_forms_widget .widget-wrap{
		width: 80%;
	}

	.content-canho ol li{
		width: 100%;
		margin: 0 0 10px;
	}

	#fix-icon ul li img {
	    width: 18px;
	    float: left;
	    margin: 10px 3px 0 0;
	}


}