/*
	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: 1200px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 90px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 188px;
	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: 60px;
}

.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: 185px;
}

.site-description {
    font-size: 13px;
    padding: 0;
    color: #202020;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
}

.site-header .widget-area {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #333;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #333;
	font-size: 13px;
	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;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #333;
    display: block;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
}

.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: #e70232;
}

.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: #d40511;
    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;
	padding-top: 18px;
}

.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: 20px 0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 12px 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: #ce2127;
	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: #fff;
	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: 520px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.nhantuvan .widget:nth-child(1){
	position: absolute;
	right: 5%;
	top: 22px;
	z-index: 9999;
}

.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: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #333;
	padding: 20px 0;
	text-align: center;
}

.site-footer p {
	color: #333;
}

.site-footer a,
.site-footer a:visited {
	color: #333;
}

.site-footer a:hover {
	color: #333;
	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: 7px;
	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: #dbd6d6;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #f10c0c;
}

.section{
	float: left;
	width: 100%;
}

.content-button .widget:nth-child(1){
	position: absolute;
	right: 0;
	z-index: 999;
	top: 25px;
}

.content-button .widget:nth-child(1) a,
.content-button .widget:nth-child(1) p strong{
	background: #e70333;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 27px;
    border-radius: 37px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.content-button .widget:nth-child(1) a:hover,
.content-button .widget:nth-child(1) p strong:hover{
	background:#cf0630;
	text-decoration: none;
}

.content-button .wrap{
	position: relative;
}

.content-slider{
	margin-top: 15px;
}

.content-slider img{
	border-radius: 10px;
}

.content-slider .slick-dots{
	margin-top: -50px;
    z-index: 99;
    position: relative;
}

.content-dichvu .widget:nth-child(1){
	float: left;
	width: 100%;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	margin: 70px 0 30px;
	min-height: auto;
}

.content-dichvu .widget{
    float: left;
    width: 246px;
    margin: 0 15px;
    box-shadow: 1px 0 10px #d9d9d9;
    padding: 20px;
    border-radius: 15px;
    min-height: 310px;
}

.content-dichvu .wrap{
	width: 950px;
}

.content-dichvu .widget img{
	border-radius: 15px;
	margin: 0 0 10px;
}

.content-dichvu .widget .title a{
	color: #333;
	font-size: 20px;
	font-weight: 600;
}

.content-dichvu .widget .title{
	margin: 0 0 10px;
}

.home.content-goidv h2.widgettitle{
    margin: 35px 0 20px;
    float: left;
    width: 100%;
}

.content-dichvu .widget:nth-child(1) .widgettitle,
.content-goidv .widget:nth-child(1) .widgettitle h2,
.content-camnhan h2,
.home.content-goidv h2.widgettitle {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}

.content-dichvu .widget:nth-child(1) .widgettitle span, 
.content-goidv .widget:nth-child(1) .widgettitle h2 span,
.home.content-goidv h2 span{
	color: #e70232;
}

.content-dichvu .widget:nth-child(n+2):hover{
	box-shadow: 1px 0 10px #df9a9a;
}

.content-dichvu .widget:nth-child(n+2):hover .title a{
	    color: #e70232;
}

.content-goidv .widget:nth-child(6){
	float: left;
	width: 100%;
	box-shadow: none;
	background: unset;
}
.content-goidv .widget:nth-child(1){
	float: left;
	width: 100%;
	margin: 70px 0 30px;
	box-shadow: none;
	background: unset;
}

.list_goi{
	float: left;
	width: 100%;
	margin:20px 0 60px;
}

.list_goi:last-child{
	margin-bottom: 0;
}

.page-template-page-home .site-inner{
	padding: 0;
}

.content-goidv .list_goi .widget {
	float: left;
    width: 270px !important;
    margin: 0 15px 30px;
    border-radius: 15px;
    box-shadow: 1px 0 10px #c9c5c5;
    background: #fdfdfd;
    text-align: center;
    min-height: 350px;
}

/*.content-goidv .list_goi .widget:nth-child(4n+1){
	clear: both;
}*/

.content-goidv .list_goi .textwidget,
.page-template-page-ldp .goidv .nd{
	padding: 15px !important;
}

.content-goidv .widget:nth-child(1) .textwidget,
.content-goidv .widget:nth-child(6) .textwidget{
	padding: 0;
}

.content-goidv .list_goi .widgettitle,
.goidv h3,
.list_goi .widget h3 {
    background: url(images/nen.png) no-repeat center center;
    background-size: cover;
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 15px 0 13px;
}

.page-template-page-home .content-dichvu{
	margin-bottom: 50px;
}

.content-goidv .list_goi .widgettitle h3,
.page-template-page-ldp .goidv h3,
.page-template-page-home .list_goi .widget h3{
	margin: 0;
    color: #fff !important;
    font-size: 20px;
    font-weight: 800;
}

.page-template-page-home .list_goi .widget h3{
	margin: 0 0 15px 0;
}

.content-goidv .list_goi p,
.page-template-page-ldp .goidv .nd p{
	margin-bottom: 10px;
}

.content-goidv .list_goi p:nth-child(1),
.page-template-page-ldp .goidv .nd p:nth-child(1),
.page-template-page-home .list_goi .widget p:nth-child(2){
	font-weight: bold;
    font-size: 16px;
    color: #333;
}

.page-template-page-home .list_goi .widget p{
	margin: 0 15px 15px;
}

.content-goidv .list_goi p:nth-child(2),
.page-template-page-ldp .goidv .nd p:nth-child(2),
.page-template-page-home .list_goi .widget p:nth-child(3){
	font-weight: bold;
	font-size: 20px;
	color: #e70232;
}

.content-goidv .list_goi p:last-child a,
.page-template-page-ldp .goidv .nd p:last-child a{
	background: #e70232;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 25px;
    border-radius: 36px;
    font-weight: 500;
}

.content-goidv .widget:nth-child(n+2):nth-child(-n+5):hover p:last-child a,
.page-template-page-ldp .goidv:hover p:last-child a{
	background:#cf0630;
	text-decoration: none;
}

.content-goidv .widget:nth-child(n+2):nth-child(-n+5):hover,
.page-template-page-ldp .goidv:hover{
	background: #efebeb;
}

/*.content-goidv .widget:nth-child(6) p:last-child a{
	display: inline-block;
    margin: 60px 0 0;
    border: 1px solid #5e5e5e;
    color: #333;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    border-radius: 10px;
}

.content-goidv .widget:nth-child(6) p:last-child a:hover{
	background: #e70232;
    color: #fff;
    border: 1px solid #e70232;
    text-decoration: none;
}*/

.content-goidv .widget:nth-child(1) ul li,
.page-template-page-home .content-goidv ul.tab li{
	list-style-type: none;
	display: inline-block;
	margin: 0 7px;
}

.page-template-page-home .content-goidv ul.tab{
	margin: 0 auto 30px;
	display: table;
}

.content-goidv .widget:nth-child(1) ul li a,
.page-template-page-home .content-goidv ul.tab li{
    color: #333;
    background-color: rgb(251 251 251);
    border: 1px solid rgb(234, 234, 234);
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
}

.content-goidv .widget:nth-child(1) ul li a:hover,
.page-template-page-home .content-goidv ul.tab li:hover{
	color: #e70232;
	border: 1px solid rgb(231 2 50);
	text-decoration: none;
	background: #fff;
}

.content-before-footer .widgettitle{
    height: 0;
    background: url(images/logot.png) no-repeat top left;
    background-size: 200px;
    padding: 60px 0 0 0;
    text-indent: -999px;
}

.content-before-footer{
	background: #e70232;
	padding: 30px 0;
}

.content-before-footer p,
.content-before-footer ul li{
	color: #fff;
	margin-bottom: 10px;
}

.content-camnhan{
	margin: 60px 0;
}

.content-camnhan .widget{
	margin: 30px 30px 0;
}

.content-camnhan .widget img{
	border-radius: 100%;
	width: 125px;
	height: 125px;
	object-fit: cover;
}

.content-camnhan .widget .title{
	font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    background: url(images/sao.png) no-repeat left bottom;
    padding-bottom: 20px;
    background-size: 70px;
}

.content-camnhan .widget .box{
	float: left;
	width: calc(100% - 140px);
}

.content-camnhan .widget .noidung p{
	font-size: 15px;
	font-style: italic;
}

.content-camnhan .slick-dots li button {
    background: #cbc0c0;
}

.content-camnhan .slick-dots li.slick-active button {
    background: #f10c0c;
}

.page-template-page-ldp h1{
	color: #00918C;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 20px;
}

.page-template-page-ldp h2{
	font-size: 28px;
    font-weight: 700;
    color: #EC1A35;
    margin: 15px 0;
}

.page-template-page-ldp h3{
	font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 15px 0;
}

.khung-content p{
	margin-bottom: 15px;
}

.khung-content ul{
	margin: 0 0 15px 20px;
}

.goi_dv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Căn giữa nếu ít hơn 5 */
  gap: 20px; /* khoảng cách giữa các gói */
}

.goidv {
    width: calc(25% - 20px); 
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 1px 0 10px #c9c5c5;
    background: #fdfdfd;
    text-align: center;
    margin: 15px 0;
}

.khung-content{
	margin: 0 0 50px;
}

.content-fix{
	position: fixed;
	top: 35%;
	right: 5px;
	z-index: 999;
}

.content-fix ul li{
	list-style-type: none;
}

.content-fix ul li img{
	width: 50px;
	margin: 0 0 5px;
}

.section{
	float: left;
	width: 100%;
}

.content-button .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;  
}

.content-button .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    background: #e70333;
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
}

.content-button .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;
    font-family: 'Avo';
}

.content-button .widget_caldera_forms_widget p{
	font-size: 18px;
	color: #fff;
}

.content-button .widget_caldera_forms_widget input{
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}

.content-button .widget_caldera_forms_widget textarea{
	font-size: 16px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}

.content-button .widget_caldera_forms_widget input[type="submit"]{
	text-transform: uppercase;
    font-weight: 700;
    padding: 0 40px;
    border: 1px solid #fff;
    background: #d40511;
    color: #fff;
    display: table;
    margin: 0 auto;
    transition: background 0.3s ease;
}

.content-button .widget_caldera_forms_widget input[type="submit"]:hover{
	background: #cf0630;
}

.goi-content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.goi-content.active {
  /* height sẽ set bằng JS → không cần height: auto ở đây */
}

.goi-tab.active {
  font-weight: bold;
  color: #e53935;
}

/* ---------------- Moblie -------------------- */

@media (max-width: 1024px) {
	.wrap{
		width: calc(100% - 30px);
	}
	.site-inner,
	.content-dichvu .wrap{
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	.content-button .widget:nth-child(1) a{
		padding: 0 20px;
	}

	#click-menu{
		display: none;
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a {
	    padding: 12px 15px;
	}

	.content-dichvu .widget {
	    width: calc(33.33% - 70px);
	}

	.content-goidv .widget {
	    width: calc(25% - 30px);
	}
}


@media (max-width: 960px) {

	.goi-content.active {
		height: 390px !important;
	}

	.page-template-page-home .content-goidv ul.tab li {
	    margin: 0 3px 10px;
        font-size: 14px;
        padding: 0 5px;
	}

	.page-template-page-home .content-goidv ul.tab{
		margin: 0;
	}

	.content-dichvu .widget:nth-child(1) .widgettitle, 
	.content-goidv .widget:nth-child(1) .widgettitle h2, 
	.content-camnhan h2, .home.content-goidv h2.widgettitle {
	    text-align: center;
	    font-size: 32px;
	    font-weight: bold;
	}

	.content-goidv .widgettitle h2 span {
	    color: #e70232;
	    display: block;
	}

	.site-header .widget-area{
		display: none;
	}

	.content-button .widget:nth-child(1) a, 
	.content-button .widget:nth-child(1) p strong {
	    height: 37px;
	    line-height: 37px;
	    padding: 0 12px;
	    border-radius: 37px;
	}

	.content-button .widget_caldera_forms_widget .widget-wrap {
	    width: 80%;
	}

	.content-button .widget:nth-child(1) {
	    top: 12px;
	}

	#click-menu{
		display: block;
	    background: #fff3f5;
	    padding: 5px 5px 0;
	    border-radius: 5px;
	    right: 15px;
        top: 15px;
	}

	#click-menu .line{
		width: 26px;
	}

	.site-header,
	.title-area {
	    height: 60px;
	}

	.site-title a, .site-title a:hover {
	    background: url(images/logo.png) no-repeat left center;
	    background-size: 130px;
	}

	.site-title{
		height: 42px;
	}

	.title-area{
		width: 135px;
	}

	.site-description{
		font-style: italic;
	    color: #4d4c4c;
	    text-transform: capitalize;
	    float: right;
	    margin-top: -2px;
        font-size: 12px;
	}

	.content-dichvu .widget:nth-child(1){
		margin: 50px 0 15px;
	}

	.content-dichvu .widget:nth-child(1) .widgettitle, .content-goidv .widget:nth-child(1) .widgettitle h2, .content-camnhan h2 {
	    font-size: 32px;
	}

	.content-dichvu .widget {
        width: calc(33.33% - 20px);
        box-shadow: none;
        padding: 0;
        margin: 0 10px;
        min-height: auto;
    }

    .content-dichvu .widget .title a {
	    font-size: 16px;
	    line-height: 1.3;
	}

	.content-dichvu .widget .noidung{
		display: none;
	}

	.content-goidv .widget:nth-child(1) {
	    margin: 25px 0 30px;
	}

	.content-goidv .widget:nth-child(1) ul li {
	    margin: 0 3px 11px;
	}

	.content-goidv .widget {
        width: calc(50% - 16px);
        margin: 0 8px 20px;
    }

    .content-goidv .list_goi .widget{
    	margin: 0 15px 10px !important;
    }

    .content-goidv .widget .textwidget, .page-template-page-ldp .goidv .nd {
	    padding: 10px;
	}

	.content-goidv .list_goi .widget p:nth-child(2), .page-template-page-ldp .goidv .nd p:nth-child(2){
		line-height: 1.3;
	}

	.content-goidv .list_goi .widget p:nth-child(3),
	.page-template-page-ldp .goidv .nd p{
		font-size: 15px;
		text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 5;
	    overflow: hidden;
	}

	.content-goidv .list_goi .widget {
		min-height: auto;
	}

	/*.content-goidv .widget:nth-child(6) p:last-child a{
		margin: 15px 0 0;
	}*/

	.content-camnhan .widget{
		margin: 0;
		text-align: center;
	}

	.content-camnhan .widget .box{
		width: 100%;
	}

	.content-camnhan .widget .title {
	    background: url(images/sao.png) no-repeat center bottom;
	    padding-bottom: 20px;
	    background-size: 70px;
	}

	.content-camnhan .widget img {
	    float: none;
	    margin: 0 auto 15px;
	}

	.content-camnhan {
	    margin: 25px 0 30px;
	}

	.content-before-footer {
	    padding: 25px 0 20px;
	}

	.content-fix {
	    top: auto;
	    bottom: 20px;
	}

	.page-template-page-ldp h2 {
	    font-size: 26px;
	}

	.goidv {
	    width: calc(50% - 20px);
	    margin: 0;
	}

	.goi_dv{
		margin: 0 0 15px;
	}


}