/*
	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: #4c4a4a;
	font-family: 'Mulish', Arial, Helvetica, sans-serif;
	font-size: 18px;
	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: #222;
	font-family: 'Mulish', 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: #b88506;
	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: 70px;
    width: 100%;
    float: left;
    position: relative;
    background: #ffffffde;
    z-index: 9;
    border-bottom: 2px solid #cc7350;
}

.content-slider{
	margin-top: -70px;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 200px;
	height: 70px;
}

.site-title {
	font-family: 'Mulish', 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: #222;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: fit-content;
	margin: 10px 0 0 0;
}

.title-area img{
	width: 130px;
}

/* 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: #05386b;
    display: block;
    padding: 13px 0 12px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    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: #b88506;*/
}

.site-header .menu li a:hover{
	color: #dd6d4c;
}

.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: #222;
	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%;
    padding: 15px 0;
	font-size: 15px;
}

.breadcrumb .wrap{
	width: 1170px;
	color: #333;
    font-weight: 500;
}

.breadcrumb a{
	color: #222;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #222;
}

/* 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%;
	margin-bottom: 50px;
}

.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: 'Mulish', 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: #222;
	font-family: 'Mulish', 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: #222;
}

.widget-area .widgettitle a {
	color: #222;
	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: #222;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #333;
	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: #222;
	-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: #222;
	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: #f9f3e4;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #b88506;
}

.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%;
}

#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: #222;
    float: left;
    display: block;
    width: calc(100% - 25px);
    text-align: left;
}

.site-footer  .widget .catalogue p,
#popup .widget .catalogue p {
    color: #05386b;
    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: #222;
    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: #05386b;
	padding: 30px 0;
}

.after_footer p{
    font-size: 16px;
    color: #fff;
    margin: 0 0 15px;
    text-align: left;
}

.after_footer .widget:first-child{
	width: calc(50% - 30px);
	margin: 0 15px;
}

.after_footer .widget:first-child img{
	margin: 30px 0 0;
	width: 230px;
}

.after_footer .widget{
	float: left;
	margin: 0 15px;
	width: calc(37% - 30px);
}

.after_footer .widget_text{
	margin-top: 18px;
}

.after_footer .widgettitle{
    font-weight: 800;
    font-size: 26px;
    color: #fff;
    margin: 0 0 15px;
}

#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;
}

.site-header.f-head{
	position: fixed;
	top: 0;
	z-index: 999;
	background: #fff;
}

#gioithieu,
#tiendo{
	margin: 70px 0 0;
}

#gioithieu .widgettitle h2,
#video h2,
#vitri h2,
#tienich h2,
#sanpham h2,
#chinhsach h2,
#suutap h2,
#tiendo h2,
#thietke h2{
	color: #cc7350;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
    font-family: "The Nautigal", cursive;
}

#gioithieu .widgettitle h2 span{
    display: block;
    font-weight: 500;
    color: #cc7350;
    font-size: 18px;
    font-style: italic;
    margin: 5px 0 0;
   font-family: "Mulish", cursive;
}

#gioithieu .widget{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#gioithieu table {
    width: 100%;
}

#gioithieu table td:first-child{
	width: 250px;
	font-weight: 700;
}

#gioithieu .widget:first-child {
    float: left;
    width: calc(100% - 100px);
    background: #fff;
    margin-top: 0;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 0 2px #e1e1e1;
}

#gioithieu table td{
	padding: 10px;
}

#gioithieu table{
	width: 100%;
}

#gioithieu table tr:nth-child(even){
	background: #cc73500d;
}

#gioithieu form input,
#baogia form input{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	box-shadow: none;
	border-radius: 5px;
}

#gioithieu form,
#baogia form{
    background: #03315f;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: 4px solid #cc7350;
    border-right: 4px solid #cc7350;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#gioithieu form input[type="submit"],
#baogia form input[type="submit"]{
    background:  #d35321;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    animation: zoomInOut 1.7s infinite ease-in-out;
    background-size: 20px;
    padding: 0 15px 0 40px;
    width: 100%;
}

#gioithieu form p,
#baogia form p{
    margin-bottom: 15px !important;
    color: #fff;
    text-align: center;
    font-size: 20px;
}


#tienich{
	margin: 70px 0 0;
}

#tienich .gallery{
	margin: 20px 0 ;
}

#tienich h2 span,
#thietke h2 span{
	display: block;
    font-size: 40px;
    font-weight: 400;
    color: #05386b;
}

#gioithieu .widgettitle h2{
	margin: 0;
}

#tienich h2,
#thietke h2{
	line-height: 50px;
}

#tienich .gallery-columns-3 img,
#suutap .gallery-columns-3 img{
    width: 100%;
    aspect-ratio: 370 / 250;
    object-fit: cover;
    border: 2px solid #e5b09c;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .22s;
}

#tienich .gallery-columns-3 img:hover,
#suutap .gallery-columns-3 img:hover {
    transform: translateY(-5px);
}

.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;
}

#video p,
#video ul,
#vitri p,
#vitri ul,
#tienich p,
#tienich ul,
#sanpham p,
#sanpham ul,
#suutap p,
#suutap ul,
#chinhsach p,
#chinhsach ul,
#tiendo p,
#tiendo ul,
#thietke p,
#thietke ul{
	margin-bottom: 15px;
}

#video ul,
#vitri ul,
#tienich ul,
#sanpham ul,
#suutap ul,
#chinhsach ul,
#tiendo ul,
#thietke ul{
	margin-left: 20px;
}

#video ul li,
#vitri ul li,
#tienich ul li,
#sanpham li,
#suutap li,
#chinhsach li,
#suutap li,
#thietke li{
	margin-bottom: 10px;
}

#video h3,
#vitri h3,
#tienich h3,
#sanpham h3,
#suutap h3,
#chinhsach h3,
#suutap h3,
#thietke h3{
    color: #b88506;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}

#video ol li,
#chinhsach ol li{
	list-style-type: none;
}

#video ol,
#chinhsach ol{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#video .widget:nth-child(n+2) h2{
    margin: 70px 0 25px;
    float: left;
    width: 100%
}

#vitri{
	background: url(images/bg1.jpg) no-repeat top center;
	padding: 10px 0 50px;
}

#vitri .widget{
	float: left;
	width: 50%;
	margin: 0;
}

#vitri .widget h2{
    text-align: left;
    margin: 30px 0 10px;
    color: #05386b;
}

#vitri .widget:first-child .widget-wrap{
	width: 555px;
	margin: 0 30px 0 0;
	float: right;
}

#vitri .widget:last-child img{
	width: 100%;
}

#dangky .widget{
	float: left;
	width: 50%;
}

#dangky .widget_caldera_forms_widget{
	background: #fdf8eb;
	padding: 8px 0;
} 

#dangky .widget_caldera_forms_widget .widget-wrap{
	padding: 30px;
    width: 75%;
    margin: 0 auto;
}

#dangky .widget_caldera_forms_widget li{
	list-style-type: none;
	font-size: 16px;
	margin-bottom: 7px;
}

#dangky .widget_caldera_forms_widget .widgettitle,
#suutap .image-upload .title{
	text-align: center;
	margin: 0 0 20px;
}

#dangky .widget_caldera_forms_widget .widgettitle span,
#suutap .image-upload .title span{
	display: block;
    font-weight: 800;
    color: #333;
    font-size: 26px;
}

#dangky .widget_caldera_forms_widget input,
#suutap .image-upload input{
	background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    box-shadow: none;
}

#dangky .widget_caldera_forms_widget p,
#suutap .image-upload p{
	font-size: 16px;
}

#dangky .widget_caldera_forms_widget input[type="submit"],
#suutap .image-upload input[type="submit"]{
    background: #b88506;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    animation: zoomInOut 1.7s infinite ease-in-out;
    background-size: 20px;
    padding: 0px 38px;
    height: 45px;
    margin: 0 auto;
    display: table;
}

#dangky .widget img{
	width: 100%;
	height: 516px !important;
	object-fit: cover;
}

#vitri,
#sanpham{
	margin: 70px 0 0;
}

#tienich .slick-dots,
#suutap .slick-dots {
	width: 100%;
    margin: -50px 0 0;
    z-index: 99;
}

#tienich .rl-gallery-container,
#suutap .rl-gallery-container{
	margin: 0 0 15px;
}

#tienich button.slick-prev.slick-arrow,
#sanpham button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 15px;
    top: 45%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 50px;
    transition: all 0.3s;
}

#tienich button.slick-next.slick-arrow,
#sanpham button.slick-next.slick-arrow{
    background: url(images/next.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 15px;
    top: 45%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 56px;
    transition: all 0.3s;
}

.gallery-columns-2 {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.gallery-columns-2 .gallery-item{
	margin: 0;
}

.gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-columns-3 .gallery-item {
  margin: 0;
}

.gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-columns-4 .gallery-item {
  margin: 0;
}

#suutap .image-upload br{
	display: none;
}

#suutap .image-upload{
	position: relative;
	margin: 30px 0;
}

#suutap .image-upload .box{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 30px 10px;
    background: #ffffffde;
    width: 650px;
}

#suutap .image-upload img{
	width: 100%;
	height: 800px;
	object-fit: cover;
}

#tiendo .gallery-columns-3{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#tiendo .gallery .gallery-item{
	margin: 0;
}

#tiendo .gallery .gallery-item a{
	display: block;
}

#tintuc {
	margin: 70px 0;
}

#tintuc .widgettitle{
	float: left;
	width: 100%;
	margin: 0 0 25px;
}

#tintuc .main-posts{
	float: left;
	width: calc(50% - 15px);
	margin: 0 15px 0 0;
}

#tintuc ul{
	float: left;
	width: calc(50% - 15px);
	margin: 0 0 0 15px;
}

#tintuc ul li{
	float: left;
	width: 100%;
	margin: 0 0 15px;
	list-style-type: none;
}

#tintuc ul li img{
	float: left;
	width: 160px;
}

#tintuc ul li a{
	color: #333;
	font-weight: 600;
}

#tintuc .post .widget-item-title a{
	color: #333;
    font-size: 18px;
    font-weight: 800;
}

#tintuc .post img{
	margin: 0 0 15px 0;
	width: 100%;
}

#tintuc .more-link{
	display: none;
}

#tintuc .entry-time,
.date{
    font-size: 16px;
    background: url(images/date.png) no-repeat left center;
    padding-left: 25px;
    background-size: 22px;
    color: #817f7f;
    margin: 0 0 5px;
    display: inline-block;
    font-style: italic;
}

.date{
	margin-bottom: 15px;
}

#tintuc .widgettitle h2{
	margin: 0;
}

#tintuc .widget{
	position: relative;
}

#tintuc .more-from-category{
	position: absolute;
    right: 15px;
}

#tintuc .more-from-category a{
	font-weight: 600;
}

.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"]{
    background: url(images/download.png) no-repeat left 10px center #e15c27;
    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;
}

.category main.content .post img{
	background: unset;
	padding: 0;
	border: 0;
	margin: 0 0 15px;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 750 / 500;
}

.category main.content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
    margin: 30px 0 50px;
}


.category main.content .pagination {
    grid-column: 1 / -1;
}

.category main.content .post a{
	color: #333;
	font-weight: 800;
	font-size: 18px;
}

.category h1{
	margin: 20px 0 0;
}

.category h1 a{
	color: #333;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 30px;
}

.single h1.entry-title,
.page h1.entry-title{
	color: #333;
    font-size: 32px;
    font-weight: 900;
    margin: 25px 0 15px;
}

.single main.content h3,
.page main.content h3{
	font-weight: 800;
	font-size: 22px;
	margin: 15px 0;
}

.single main.content h2,
.page main.content h2{
	font-weight: 800;
	font-size: 22px;
	margin: 15px 0;
	color: #b88506;
}

.category main.content .post {
	position: relative;
}

.category main.content .post .entry-time{
 width: 60px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #333;
}

.category main.content .post .month{
	display: block;
    background: #ffffff;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    color: #302f2f;
    text-align: center;
    width: 60px;
    font-weight: 500;
    line-height: 22px;
    padding: 2px 0;
    border-bottom: 1px solid #d9d9d9;
}

.category main.content .post .year {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    color: #333;
    width: 60px;
    font-weight: 900;
    line-height: 1.3;
}

/*-- css nut */
.show-info{
	display: block;
	position: fixed;
	left: 15px;
	bottom: 5px;
	z-index: 999;
}

.show-info a{
    font-size: 18px;
    color: #fff !important;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    display: block;
    background: #ec1a35;
    border-radius: 31px;
    padding: 14px 15px 14px 60px;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.show-info a::before{
   content: '';
   width: 50px;
   height:50px;
   background: url(images/icon-hotline.gif) no-repeat;
   position: absolute;
   left: -1px ;
   top: -2px;
    background-size: 50px;
 }

.show-info a small {
    font-size: 12px;
    color: #fff;
}

#fix_menu .widget.widget_text{
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #fff;
	box-shadow: 0px 1px 5px 0 rgb(204 115 80);
	border-radius: 20px;
	padding: 10px 0;
    width: calc(100% - 20px);
    z-index: 9;
}

#fix_menu ul li{
	list-style-type: none;
    float: left;
    width: calc(25% - 9px);
    text-align: center;
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #002e8a45;
}

#fix_menu img{
	display: block;
	margin: 5px auto;
}

#fix_menu ul li a{
	color: #434343;
	font-weight: 700;
	font-size: 11px;
}

#fix_menu ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}

#fix_menu ul li:last-child{
	border-right: none;
}

#fix_menu .widget.widget_text{
	display: none;
}

#thietke{
	background: url(images/bgtk.jpg) no-repeat top center;
	background-size: cover;
	padding: 70px 0;
	margin: 70px 0 0;
}

#thietke .widget{
	float: left;
	width: 50%;
	margin-bottom: 50px;
}

#thietke .widget:nth-child(2n+1){
	clear: both;
}

#thietke .widget p{
	line-height: 32px;
}

#suutap{
	background: url(images/bg2.jpg) repeat;
	padding-bottom: 50px;
}

#suutap .gallery-columns-3 img{
	border-radius: 30px 0;
	border: none;
}

#suutap .widgettitle{
    font-family: "The Nautigal", cursive;
    color: #05386b;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 20px;
}

#thietke h2{
	margin-bottom: 40px;
}

#sanpham .widget:nth-child(n+2){
	opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px;
} 

#sanpham .widget.current{
	opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
}

#sanpham .widget:nth-child(n+2) .widgettitle{
	display: none;
}

#sanpham .widget:first-child ul li{
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    background: #dcdfe3;
    color: #333;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 16px;
}

#sanpham .widget:first-child ul li:hover,
#sanpham .widget:first-child ul li.active{
	background: #05386b;
    color: #ffffff;
}

#sanpham .widget:first-child ul{
	margin: 0 auto 40px;
    width: fit-content;
}

#baogia form{
	margin: 30px 0;
}

#chinhsach table {
width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(246 231 225);
    margin: 30px 0;
}

#chinhsach table tbody tr {
    transition: all 0.3s ease;
}

#chinhsach table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

#chinhsach table tbody tr:hover {
    background: #fff4ef;
    transform: scale(1.01);
}

#chinhsach table td {
    padding: 18px 22px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    line-height: 1.5;
    color: #333;
}

#chinhsach table td:first-child {
    width: 140px;
    font-weight: bold;
    color: #d8754b;
    white-space: nowrap;
}

#chinhsach table em {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #888;
    font-style: italic;
}

#chinhsach figure,
#sanpham figure{
	margin: 0;
}

.listyc div.checkbox {
	float: left;
	margin: 0 20px 0 0px !important;
	    height: 50px;
}

.listyc div.checkbox label{
	 display:flex;
    align-items:center;
    gap:6px; /* khoảng cách giữa checkbox và text */
}

/* -------------- 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,
	.title-area{
		height: 60px;
	}

	.title-area img {
        width: 110px;
    }

	.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: #00383712;
        padding: 5px 5px 0;
        border-radius: 5px;
	}

	 #fix-icon{
	 	top: auto;
	 	bottom: 20px;
	 }

	#gioithieu form input{
		font-size: 16px;
	}

	#gioithieu .caldera-grid .col-sm-8{
		width: 60%;
	}

	#dangky .widget img {
	    height: 583px !important;
	}

	#click-menu.f-menu{
		position: fixed;
	}

	#responsive-menu.f-list{
		position: fixed;
		top: 62px;
		z-index: 999;
	}

	.category h1 a{
		font-size: 36px;
	}

	.category h1{
		margin: 0;
	}

	
}

@media (max-width: 860px) {
	.after_footer .widget:first-child,
	.after_footer .widget{
		width: 100%;
		margin: 0 0 15px;
	}

	.after_footer .widget:first-child img {
	    margin: 10px 0 0;
	    width: 120px;
	}

	.after_footer{
		padding-bottom: 0;
	}

	.site-footer img {
	    margin: 0;
	    display: block;
	    height: 540px;
	    object-fit: cover;
	}

	#tintuc {
	    margin: 40px 0 20px;
	}

	#tintuc .main-posts{
		width: 100%;
		margin: 0 0 15px;
	}

	#tintuc ul{
		width: 100%;
		margin: 0;
	}

	#gioithieu, #suutap, #tiendo, #vitri, #sanpham, #video, #tienich {
	    margin: 40px 0 0;
	}

	#gioithieu .widget:first-child{
		margin: 0;
	}

	#gioithieu .widget{
		width: 100%;
		margin: 0 0 15px;
	}

	#video .widget:nth-child(n+2) h2{
		margin: 20px 0 20px;
	}

	#gioithieu .widgettitle h2, #video h2, #vitri h2, #tienich h2, #sanpham h2, #chinhsach h2, #suutap h2, #tiendo h2, #tintuc h2 a, #thietke h2 {
	    font-size: 50px;
	    line-height: 1.3;
	}

	#gioithieu .widget:first-child{
		padding: 10px;
		width: calc(100% - 20px);
	}

	#gioithieu table td {
	    padding: 7px;
	    font-size: 16px;
	}

	#gioithieu table td:first-child {
	    width: 100px;
	    font-weight: 700;
	}

	#gioithieu table p{
		margin-bottom: 10px;
	}

	body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea{
		font-size: 16px;
	}

	#vitri .widget{
		width: 100%;
	}

	#vitri .widget:first-child .widget-wrap {
	    width: calc(100% - 30px);
	    margin: 0 15px;
	    float: left;
	}

	#vitri{
		padding: 10px 0 0;
	}

	#suutap .widgettitle{
		font-size: 50px;
	}
}

@media (max-width: 500px) {

	#suutap .gallery-columns-3{
		grid-template-columns: repeat(2, 1fr);
	}

	#thietke .widget{
		width: 100%;
		margin: 0;
	}

	#sanpham .slick-dots{
		text-align: center;
	}

	#chinhsach table td {
	    padding: 10px;
	}

	#chinhsach table td:first-child {
	    width: 30px;
	}

	#tienich h2 span, #thietke h2 span {
	    font-size: 30px;
	    font-weight: 700;
	}

	#tienich h2, #thietke h2 {
	    line-height: 40px !important;
	}

	#gioithieu{
		margin: 20px 0 0;
	}

	#thietke {
	    padding: 50px 0;
	    margin: 30px 0 0;
	}

	#gioithieu .widgettitle h2 span{
		font-size: 17px;
	}

	#gioithieu .widget p,
	#video p, #video ul, #vitri p, #vitri ul, #tienich p, #tienich ul, #sanpham p, #sanpham ul, #suutap p, #suutap ul, #chinhsach p, #chinhsach ul, #tiendo p, #tiendo ul{
		margin-bottom: 15px;
		text-align: justify;
	}

	#gioithieu form {
	    padding: 15px 15px 10px;
	    border-radius: 5px;
	    margin: 0;
	    width: 100%;
	}

	#gioithieu .caldera-grid .col-sm-8{
		width: 100%;
	}

	#gioithieu form input[type="submit"]{
		display: table;
		margin: 0 auto;
	}

	#gioithieu .widget:last-child{
		margin: 0;
	}

	#gioithieu, #suutap, #tiendo, #vitri, #sanpham, #video, #tienich {
        margin: 30px 0 0;
    }

    #video h3, #vitri h3, #tienich h3, #sanpham h3, #suutap h3, #chinhsach h3, #suutap h3{
    	font-size: 22px;
    }

    #dangky .widget_media_image{
    	display: none;
    } 

    #dangky .widget{
    	width: 100%;
    	margin: 20px 0 0;
    }

    #dangky .widget_caldera_forms_widget .widget-wrap{
    	width: calc(100% - 60px);
    }

    #tienich{
    	margin: 5px 0 0;
    }

    #gioithieu .widgettitle h2, #video h2, #vitri h2, #tienich h2, #sanpham h2, #chinhsach h2, #suutap h2, #tiendo h2, #tintuc h2 a{
    	margin-bottom: 20px;
    }

    #tienich .slick-dots, #suutap .slick-dots{
    	text-align: center;
    }

    #tienich button.slick-prev.slick-arrow, #suutap button.slick-prev.slick-arrow{
    	width: 30px;
    	height: 30px;
    	background-size: 30px;
    	left: 10px;
        top: 37%;
    }

    #tienich button.slick-next.slick-arrow, #suutap button.slick-next.slick-arrow{
    	width: 30px;
    	height: 30px;
    	background-size: 30px;
    	right: 10px;
        top: 37%;
    }

    .gallery-columns-2,
    .gallery-columns-3,
    .gallery-columns-4 {
	  gap: 10px;
	}

	.gallery-columns-4 .gallery-item {
	  margin: 0;
	}

	#suutap .image-upload .box {
	    position: relative;
	    top: auto;
	    left: auto;
	    transform: inherit;
	    padding: 20px;
	    background: #f9f0da;
	    width: calc(100% - 40px);
	    margin: 20px 0 0;
	}

	#suutap .image-upload img {
	    display: none;
	}

	#tiendo .gallery-columns-3 {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 7px;
	}

	#tintuc .more-from-category{
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
	}

	.site-footer .widget_caldera_forms_widget{
		bottom: 30px;
	}

	    .site-footer img {
        min-height: 730px;
    }

        .after_footer .widget:first-child img {
        margin: 0 auto;
        width: auto;
        display: table;
    }

        .after_footer {
        padding-bottom: 70px;
    }

    .site-footer .widget .catalogue p, #popup .widget .catalogue p{
    	font-size: 23px;
    	font-weight: 800;
    }

    #tintuc ul li h3{
    	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    }

    .category main.content {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 10px;
	    margin: 20px 0;
	}

	.single h1.entry-title, .page h1.entry-title {
	    color: #333;
	    font-size: 28px;
	    font-weight: 800;
	    margin: 10px 0 15px;
	    line-height: 1.3;
	}

	#fix_menu .widget.widget_text{
		display: block;
	}

	#fix_menu .caia_code_widget{
		display: none;
	}

	#responsive-menu ul li a{
		font-weight: 600;
	}

	#gioithieu form p, #baogia form p{
		font-size: 17px;
	}

	.content-slider{
		margin: 0;
	}

	.site-header{
		background: #fff;
	}

	.site-footer .widget_caldera_forms_widget{
		padding: 20px;
	}

	.listyc div.checkbox {
	    float: left;
	    margin: 0  !important;
	    height: 31px;
	    width: 100%;
	}

	.listyc{
		float: left;
		width: 100%;
		margin: 0 0 30px;
	}

}

.home .site-inner .content{
	margin: 0;
}