/*
	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: 230px;
	margin-left: 15px;
	height: 90px;
}

.site-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	/*float: right;
	padding: 0;
	width: calc(100% - 320px);
	margin:19px 15px 0 0;*/
	 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex; /* nếu có nhiều widget bên trong */
  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: 18px;
    text-transform: uppercase;
    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: #CE2127;
}

.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;
}

.site-header .wrap{
	width: 90%;
}

.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%;
	background: #730e22;
	color: #fff;
	padding: 20px 0;
}

.site-footer p {
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #333;
	padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #000;
}

.section{
	float: left;
	width: 100%;
}

.site-header .widget-area .widget{
	float: left;
}


.site-header .widget-area .widget_polylang{
	margin-left: 20px;
	margin-top: 0;
	position: relative;
	z-index: 2;
	background: url(images/down.svg) no-repeat right top 12px;
	padding-right: 15px;
}

.site-header .menu-item-has-children>a>span{
	background: url(images/down.svg) no-repeat right top 8px;
	padding-right: 15px;
}

.site-header .widget-area .widget_polylang .widgettitle{
	padding: 0;
	margin: 0;
	background: 0;
	width: 30px;
	height: 31px;
	display: block;
	background: url(images/vi.svg) no-repeat center center;
	text-indent: -9999px;
}

.lang-en .site-header .widget-area .widget_polylang .widgettitle{
	background: url(images/en.svg) no-repeat center center;		
	background-size: 30px;
    width: 30px;
    height: 31px;
}

.site-header .widget-area .widget_polylang ul{
	list-style: none;
	position: absolute;
	top: 0;
	display: none;
}

.site-header .widget-area .widget_polylang:hover ul{
	display: block;
}

.site-header .widget-area .widget_polylang ul li a{
	background: url(images/vi.svg) no-repeat center center;
	text-indent: -9999px;
	display: block;
		background-size: 30px;
	width: 30px;
	height: 31px;
}

.site-header .widget-area .widget_polylang ul li.lang-item-en a{
	background: url(images/en.svg) no-repeat center center;
	background-size: 30px;
	width: 30px;
	height: 31px;
}

.lang-vi .site-header .widget-area .widget_polylang ul li.lang-item-vi{
	display: none;
}

.lang-en .site-header .widget-area .widget_polylang ul li.lang-item-en{
	display: none;
}

.site-header .widget_caldera_forms_widget{
	display: none;
}

.nhantuvan p strong{
    cursor: pointer;
    background: #d40511;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    display: table;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 15px;
    transition: background 0.3s ease;
}

.nhantuvan p strong:hover{
	background: #730e22;
}

.content-slider .widget .widgettitle,
.page .banner_page h1{
	font-size: 70px;
	font-weight: 700;
	margin: 40px 0;
	text-align: center;
	background: #ffffffe0;
	color: #333;
}

.content-slider .widget .widgettitle span,
.doitac-gg .widgettitle span,
.content-dichvu .widget:first-child .widgettitle span,
.content-dichvu .widget:first-child h2 em,
.content-cauhoi .widgettitle h2 em,
.page .banner_page h1 em,
.caclydo h2 em{
	color: #d40511 ;
	font-style: inherit;
}

.content-slider .textwidget p{
	width: 750px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
}

.content-slider .textwidget p:last-child,
.caclydo .widgettitle{
	text-align: center;
}

.content-slider .textwidget p:last-child a{
    display: table;
    margin: 50px auto;
    color: #333;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #333;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 500;
    transition: background 0.3s ease, color 0.3s ease;;
    background: #fff;
}

.content-slider .textwidget p:last-child a:hover{
	background: #d40511;
	color: #fff;
	border: 1px solid #d40511;
	text-decoration: none;
}

.title-area img{
	width: 200px;
}

.content-slider{
	background: url(images/bgsl.jpg) no-repeat bottom center;
	background-size: cover;
	background-position: 50%;
    background-size: cover;
    padding-bottom: 100px;
    margin-bottom: 30px;
}

.content-doitac .wrap{
	width: 95%;
	overflow: hidden;
	position: relative;
	display: flex;
}

.content-doitac ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  animation: slide 40s linear infinite;
}

.content-doitac ul li img{
	width: 180px;
}

.content-doitac ul li{
 flex: 0 0 auto;
  width: 300px;
  height: 150px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

 @keyframes slide {
      from {
          transform: translateX(0);
      }
      to {
          transform: translateX(-100%);
      }
  }

.content-thanhtuu{
    background-image: linear-gradient(113deg, #CE2127 0%, #f2295b 100%);
    padding: 30px 0;
    margin: 30px 0 40px;
}

.content-thanhtuu ul li{
	list-style-type: none;
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 22px;
}

.content-thanhtuu ul li strong{
	display: block;
	font-size: 60px;
	font-weight: 700;
}

.content-thanhtuu ul li em{
	font-style: inherit;
}

.doitac-gg .widget{
	float: left;
	width: 570px;
	margin: 0 15px;
}

.doitac-gg .widgettitle,
.content-dichvu .widget:first-child .widgettitle,
.content-news .widgettitle a,
.content-news .widgettitle h2,
.content-dichvu .widget:first-child h2,
.content-cauhoi .widgettitle h2{
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 50px;
}

.doitac-gg .widget:nth-child(3){
	float: left;
	width: 100%;
	margin: 50px 0 0;
}

.doitac-gg .widget:nth-child(1) img{
	display: table;
	margin: 0 auto;
}

.doitac-gg .widget p{
	font-size: 20px;
	margin-bottom: 15px;
	text-align: justify;
}

.doitac-gg{
	margin: 50px 0;
}

.content-dichvu .widget:first-child{
	text-align: center;
	margin: 0 0 40px;
}

.content-dichvu .widget:first-child p,
.caclydo .widgettitle p{
	font-size: 20px;
    width: 750px;
    margin: 0 auto;
}

.content-dichvu .widget:first-child .widgettitle{
	margin: 30px 0 15px;
}

.content-dichvu .image-upload,
.dichvu_web .muc{
    float: left;
    width: 338px;
    margin: 0 15px;
    box-shadow: 1px 1px 10px #d9d9d963;
    border-radius: 10px;
    padding: 15px 15px 30px;
}

.content-dichvu .image-upload img,
.chiendich_ggads .widget img,
.dichvu_web .muc img{
	width: 70px;
	margin: 20px 0 10px;
}

.content-dichvu .image-upload .title a,
.content-dichvu .image-upload h2,
.chiendich_ggads .widget h3,
.dichvu_web .muc h3{
	color: #333;
	font-size: 24px;
	font-weight: 700;
	transition: color 0.3s ease;
}

.content-dichvu .image-upload .title,
.content-dichvu .image-upload h2{
	margin: 0 0 15px;
}

.content-dichvu .image-upload .noidung p,
.content-dichvu .image-upload p{
	font-size: 18px;
	text-align: justify;
}

.content-dichvu .image-upload .readmore,
.dichvu_web .muc p:last-child a{
		color: #434343;
    font-weight: 600;
    display: table;
    background: url(images/muiten.svg) no-repeat right 20px center;
    padding: 10px 55px 10px 20px;
    margin: 25px 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.content-dichvu .image-upload .readmore:hover,
.content-dichvu .image-upload:hover .readmore,
.dichvu_web .muc:hover p:last-child a{
		background: url(images/muiten2.svg) no-repeat right 20px center #d40511;
    color: #fff;
}

.content-dichvu .image-upload:hover .title a,
.content-dichvu .image-upload:hover h2,
.dichvu_web .muc:hover h3{
	color: #d40511;
}

.content-dichvu .image-upload:hover,
.dichvu_web .muc:hover{
	box-shadow: 1px 1px 10px #d4051124;
}

.content-lydo {
    /*background: #CE2127;*/
    margin: 85px 0;
    padding: 55px 0;
    background: linear-gradient(180deg, #CE2127 28.3%, #f2295b 100%);
}

.content-thanhtuu .wrap,
.content-lydo .wrap{
	width: 90%;
}

.content-lydo .lydo{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.lydo1 .widgettitle{
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	margin: 70px 0 40px;
}

.content-lydo .lydo p{
	font-size: 20px;
	color: #fff;
}

.lydo1 p a,
.cacbuoc .widgettitle p a{
    background: url(images/muiten2.svg) no-repeat right 20px center;
    color: #fff;
    padding: 15px 80px 15px 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 50px 0 0;
    display: table;
}

.lydo2 .widgettitle{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}

.lydo2 .widgettitle span{
		font-size: 46px;
    margin: 0 0 15px 0;
    font-weight: 900;
    display: block;
    border-bottom: 1px solid #ffffff8a;
    background: url(images/len.svg) no-repeat right center;
    background-size: 20px;
}

.lydo2 .widget{
	margin-bottom: 25px;
}

.lydo2 p{
	font-size: 17px;
	margin-bottom: 10px;
}

.lydo2 .textwidget {
  display: none;
}

.lydo2 .widget:first-child .textwidget {
  display: block;
}

.lydo2 .widgettitle.active span {
   background: url(images/xuong.svg) no-repeat right center;
   background-size: 20px;
}

.content-news .widgettitle{
	text-align: center;
}

.content-news .support-extra {
	font-size: 20px;
    width: 680px;
    margin: 0 auto 40px;
    text-align: center;
}

.content-news .widgettitle h2{
	margin: 0;
}

.content-news .main-posts,
.content-news ul{
	float: left;
	width: 570px;
	margin: 0 15px;
}

.content-news ul li{
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.content-news ul li img{
	float: left;
	width: 230px;
	margin: 0 15px 0 0;
}

.content-news img{
	border-radius: 10px;
}

.content-news ul li a{
	color: #333;
	font-size: 17px;
	font-weight: 500;
}

.content-news ul li a:hover,
.before_footer .widget ul li a:hover{
	color: #d40511;
}

.content-news .widget-item-title a{
	color: #d40511;
	font-size: 20px;
	font-weight: 700;
}

.content-news .widget-item-title{
	margin: 15px 0 5px;
}

.content-news .post-info{
	color: #868080;
    font-size: 15px;
    margin: 0 0 10px;
    background: url(images/date.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
}

.content-news .more-link,
.page_blog .post .more-link{
	display: none;
}

.content-contact{
	background: #CE2127;
	padding: 50px 0;
}

.content-contact .widget{
	float: left;
	width: 50%;
}

.content-contact .widget:first-child .widgettitle{
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin: 40px 0 20px;
}

.content-contact .widget p,
.nhantuvan .widget_caldera_forms_widget p{
	font-size: 18px;
	color: #fff;
}

.content-contact .widget_caldera_forms_widget input,
.content-lienhe form input,
.nhantuvan .widget_caldera_forms_widget input{
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}

.content-contact .widget_caldera_forms_widget textarea,
.content-lienhe form textarea,
.nhantuvan .widget_caldera_forms_widget textarea{
	font-size: 16px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}

.content-contact .widget_caldera_forms_widget input[type="submit"],
.content-lienhe form input[type="submit"],
.nhantuvan .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-contact .widget_caldera_forms_widget input[type="submit"]:hover{
	background: #730e22;
}

.content-contact .widget_caldera_forms_widget p{
	display: none;
}

.before_footer{
	/*background: #730e22;*/
	padding: 50px 0;
}

.before_footer .widget{
	float: left;
	width: 370px;
	margin: 0 15px;
}

.before_footer .widget:first-child{
	width: 435px;
}

.before_footer .widget:nth-child(2){
	width: 280px;
    margin-left: 40px;
}

.before_footer .widget:first-child .widgettitle{
	background: url(images/logo.png) no-repeat top left;
	background-size: 160px;
    padding: 60px 0 0;
    margin: 0 0 15px;
}

.before_footer .widget .widgettitle,
.content-lienhe .lienhe h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}

.before_footer .widget:first-child ul,
.content-lienhe .lienhe ul{
	margin-bottom: 25px;
}

.before_footer .widget p,
.before_footer .widget ul,
.content-lienhe .lienhe p,
.content-lienhe .lienhe ul{
	margin-bottom: 15px;
}

.before_footer .widget ol li,
.content-lienhe .lienhe ol li{
	list-style-type: none;
	float: left;
}

.before_footer .widget ol li img,
.content-lienhe .lienhe ol li img{
    width: 40px;
    margin: 0 10px 0 0px;
}

.before_footer .widget ul,
.content-lienhe .lienhe ul{
	margin-left: 20px;
}

.before_footer .widget ul li,
.content-lienhe .lienhe ul li{
	margin-bottom: 7px;
}

.before_footer .widget ul li a,
.content-lienhe .lienhe ul li a{
	color: #333;
}

.sumenh{
	background-image: linear-gradient(180deg, #CE2127 28%, #f2295b 100%);
	float: left;
	width: 100%;
	color: #fff;
}

.sumenh .nd{
	width: 50%;
	float: left;
}

.sumenh .nd img{
    display: block;
    margin: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.sumenh h2{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.sumenh .nd:nth-child(2){
	width: calc(50% - 100px);
	padding: 30px 50px;
}

.sumenh p,
.sumenh ul li,
.sumenh a,
.sumenh h3, .sumenh h4{
	color: #fff;
	font-size: 17px;
}

.sumenh h3{
	font-size: 24px;
    font-weight: 700;
    margin: 20px 0 15px;
}

.sumenh ul{
	margin-left: 20px;
}

.sumenh ul li{
	margin-bottom: 10px;
}

.sumenh p,
.sumenh ul{
	margin-bottom: 15px;
}

.sumenh .nd:nth-child(1) p{
	margin-bottom: 0;
}

.page-template-page-gioithieu .content-dichvu .widget:first-child h2{
	text-align: left;
	margin: 0 0 15px;
}

.page-template-page-gioithieu .content-dichvu .widget:first-child p{
	text-align: left;
	margin: 0;
}

.content-dichvu .widget:first-child h2 em{
	display: block;
}

.content-dichvu{
	margin: 60px 0;
}

.content-cauhoi{
	margin: 0 0 60px;
}

.widgetdv .image-upload:nth-child(3n+1){
	clear: both;
}

.content-dichvu .widgetdv .image-upload{
	margin: 0 15px 30px;
	min-height: 280px;
}

.content-cauhoi .widgettitle h2{
	margin: 0 0 15px;
}

.content-cauhoi .widgettitle{
	text-align: center;
	margin: 0 0 50px;
}

.content-cauhoi .widgettitle p{
	font-size: 20px;
}

.list_ques .answer{
	display: none;
	padding: 20px 30px 15px;
}

.list_ques .answer p,
.list_ques .answer ul{
	margin-bottom: 15px;
}

.list_ques {
	width: 950px;
	margin: 0 auto;
}

.list_ques .title{
	font-size: 18px;
    background: url(images/cong.svg) no-repeat right 15px center #d405110d;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    background-size: 35px;
}

.list_ques .title.active,
.list_ques .question:hover .title{
	background: url(images/tru.svg) no-repeat right 15px center #d405110d;
	color: #d40511;
}

.list_ques .question{
	margin-bottom: 20px;
    background: #faeff066;
    border-radius: 10px;
}

.content-map iframe{
	width: 100%;
}

.content-lienhe .lienhe{
	float: left;
	width: 570px;
	margin: 50px 15px;
}

.page h1{
    color: #CE2127;
    font-size: 46px;
    font-weight: 700;
    text-transform: capitalize;
}

.content-lienhe form{
	background: #d40511;
    padding: 30px 30px 20px;
    border-radius: 10px;
}

.content-lienhe form p{
	color: #fff;
	font-size: 18px;
	margin: 0 0 15px;
}

.category h1,
.search h1,
.tag h1{
	font-size: 60px;
	text-align: center;
	font-weight: bold;
	margin: 50px 0 40px;
}

.category h1 a{
	color: #333;
}

.category main.content .post,
.search main.content .post,
.tag main.content .post{
    float: left;
    width: 338px;
    margin: 0 15px 30px;
    border: 1px solid #d9d9d95e;
    padding: 15px;
    border-radius: 10px;
}

.category main.content .post:nth-child(3n+1),
.search main.content .post:nth-child(3n+1),
.tag main.content .post:nth-child(3n+1){
	clear: both;
}

.category main.content .post img,
.search main.content .post img,
.tag main.content .post img{
	padding: 0;
	border: none;
	border-radius: 10px;
	width: 100%;
	margin: 0 0 15px 0;
	height: 180px;
    object-fit: cover;
}

.category main.content .post .entry-title a,
.search main.content .post .entry-title a,
.tag main.content .post .entry-title a{
	font-size: 20px;
	color: #333;
	font-weight: 700;
}

.category main.content .post .more-link,
.search main.content .post .more-link,
.tag main.content .post .more-link{
	color: #434343;
    font-weight: 600;
    display: table;
    background: url(images/muiten.svg) no-repeat right 20px center;
    padding: 10px 55px 10px 20px;
    margin: 25px 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.category main.content .post:hover .more-link,
.search main.content .post:hover .more-link,
.tag main.content .post:hover .more-link{
	background: url(images/muiten2.svg) no-repeat right 20px center #d40511;
    color: #fff;
}

.category main.content .post:hover .entry-title a,
.search main.content .post:hover .entry-title a,
.tag main.content .post:hover .entry-title a{
	color: #d40511;
}

.category main.content .post .entry-title,
.search main.content .post .entry-title,
.tag main.content .post .entry-title{
   text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: left;
    width: 100%;
}

.category main.content .post .entry-content,
.search main.content .post .entry-content,
.tag main.content .post .entry-content{
	float: left;
	width: 100%;
}

.banner_page h1 strong{
	display: block;
}

.banner_page p{
	font-size: 20px;
	text-align: center;
	margin: 0 0 15px ;
}

.chiendich_ggads .wrap{
	width: 90%;
}

.chiendich_ggads .widget{
	float: left;
    width: calc(33.33% - 82px);
    margin: 0 15px 30px;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 15px 25px 30px;
    min-height: 320px;
}

.chiendich_ggads .widget h3 em{
	display: block;
	font-style: inherit;
}

.chiendich_ggads .widget p{
	font-size: 17px;
}

.chiendich_ggads .widget:first-child{
    border: none;
    padding: 0 50px 0 0;
}

.chiendich_ggads .widget:first-child h2,
.taisao h2{
	font-size: 50px;
	font-weight: 700;
	background: url(images/button.png) no-repeat top left;
	padding-top: 80px;
    background-size: 50px;
}

.chiendich_ggads .widget:first-child h2 em,
.taisao h2 em{
	font-style: inherit;
	display: block;
	color: #CD2027;
/*	text-transform: uppercase;*/
}

.chiendich_ggads .widget:hover h3{
	color: #CD2027;
}

.cacbuoc{
	margin: 50px 0;
	background-image: linear-gradient(180deg, #CE2127 28%, #f2295b 100%);
    padding: 50px 0;
}

.cacbuoc .wrap{
	width: 90%;
}

.cacbuoc h2,
.cacgoi h2,
.caclydo h2{
	font-size: 50px;
	font-weight: bold;
}

.cacbuoc h2,
.cacbuoc .widgettitle p{
	color: #fff;
}

.cacbuoc .widgettitle{
	text-align: left;
    margin: 0 0 30px;
    float: left;
    width: 40%;
}

.cacbuoc h2 em{
	font-style: inherit;
	color: #fff;
}

.cacbuoc .widgettitle p{
	font-size: 20px;
}

.list_buoc .buoc{
	float: left;
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #d9d9d9;
    padding: 15px 0;
    border-radius: 10px;
}

.list_buoc .buoc h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 48px;
	cursor: pointer;
	background: url(images/down2.svg) no-repeat right 20px center;
	margin-bottom: 0;
	color: #fff;
}

.list_buoc .buoc h3 span{
    display: block;
    float: left;
    font-size: 36px;
    color: #cd2027;
    margin: 8px 15px 8px;
    border-right: 2px solid #fff;
    line-height: 30px;
    padding-right: 15px;
    color: #fff;
}

.list_buoc{
    width: calc(60% - 100px);
    margin: 0 auto;
    float: right;
}

.list_buoc .buoc .noidung{
	clear: both;
	padding-left: 90px;
	padding-right: 30px;
	display: none;
}

.list_buoc .buoc .noidung p{
	font-size: 18px;
	color: #fff;
}

.list_buoc .ten.active{
	margin-bottom: 10px;
}

.cacgoi h2 em{
	display: block;
	font-style: inherit;
}

.cacgoi h2{
	background: url(images/button.png) no-repeat right center;
	background-size: 50px;
}

.goi_dichvu .goi{
    float: left;
    width: 300px;
    margin: 0 15px 30px;
    box-shadow: 1px 1px 10px #adadad;
    border-radius: 20px;
    padding: 35px 35px;
    min-height: 465px;
}

.cacgoi .widgettitle{
	margin: 50px 0;
}

.goi_dichvu .goi h3{
	background: linear-gradient(to right, #00868B, #00CDCD);
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: table;
    padding: 12px 0;
    width: 170px;
    text-align: center;
    border-radius: 28px;
    margin: 0 auto 20px;
}

.goi_dichvu .goi:nth-child(2) h3{
    background: linear-gradient(to right, #ef4444, #f97316);
}

.goi_dichvu .goi:nth-child(3) h3{
	background: linear-gradient(to right, #CD5555, #FF6A6A);
}

.goi_dichvu .goi p{
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #ce2127;
}

.goi_dichvu .goi ul{
	margin:20px 0 0 20px;
}

.goi_dichvu .goi ul li{
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 500;
}

.tong_quan{
	position: relative;
	margin: 30px auto 50px;
	background: linear-gradient(180deg, #CE2127 28%, #f2295b 100%);
	border-radius: 30px;
	display: table;
}

.tong_quan .widget:nth-child(1) h2{
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	background: url(images/button2.png) no-repeat top left;
	padding-top: 80px;
	background-size: 50px;
	line-height: 1.3;
}

.tong_quan .widget:nth-child(1) h2 em{
	display: block;
	font-style: inherit;
}

.tong_quan .widget:first-child{
	float: left;
    width: calc(55% - 45px);
    margin: 30px 0 20px 30px;
}

.tong_quan .widget:last-child{
	float: left;
    width: 45%;
}

.tong_quan .widget p,
.tong_quan .widget a,
.tong_quan .widget ul li{
	font-size: 18px;
	color: #fff;
}

.tong_quan .widget p{
	line-height: 34px;
	text-align: justify;
	margin-bottom: 20px;
}

.tong_quan .widget:nth-child(2) img{
	border-radius: 38px;
    position: absolute;
    top: -50px;
    right: -50px;
    width: 550px;
}

.caclydo .wrap{
	/*width: 90%;*/
}

.caclydo .widgettitle p{
	font-size: 20px;
}

.caclydo .widgettitle{
	margin-bottom: 40px;
}

.caclydo{
	margin: 30px 0 50px;
}

.ly_do .lydo{
    margin: 0 15px 30px;
    box-shadow: 1px 1px 10px #d9d9d963;
    float: left;
    width: calc(33.33% - 70px);
    padding: 30px 20px;
    border-radius: 15px;
    min-height: 130px;
}

.ly_do .lydo:hover{
	box-shadow: 1px 1px 10px #d4051124;
}

.ly_do .lydo:hover h3{
	color: #d40511;
}

.ly_do .lydo h3{
	color: #333;
    font-size: 24px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.ly_do .lydo:nth-child(3n+1){
	clear: both;
}

.uudiem {
	background: linear-gradient(180deg, #CE2127 28%, #FF4B5C 100%);
	padding: 50px 0;
}

.uudiem h2{
	font-size: 46px;
	font-weight: bold;
	color: #fff;
}

.uudiem h2 em{
	display: block;
	font-style: inherit;
}

.uudiem .widgettitle p{
	color: #fff;
	font-size: 18px;
}

.uudiem .widgettitle{
	float: left;
	width: calc(40% - 30px);
	margin: 0 15px;
}

.uudiem .widget{
	float: left;
	width: calc(60% - 30px);
	margin: 0 15px;
}

.uudiem .widget ul li{
    list-style-type: none;
    color: #fff;
    font-size: 20px;
    float: left;
    width: calc(50% - 32px);
    margin: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    height: 80px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.uudiem .widget ul li:nth-child(n+3){
	width: calc(33.33% - 32px);
}

.uudiem .wrap,
.dichvu_tkweb .wrap{
	width: 90%;
}

.banggia{
	margin: 50px 0 20px;
}

.banggia h2,
.dichvu_tkweb h2,
.dichvu_ldp h2,
.dichvu_web h2{
	font-size: 50px;
    font-weight: bold;
}

.banggia h2 strong,
.dichvu_tkweb h2 strong,
.dichvu_ldp h2 strong{
	display: block;
}

.dichvu_tkweb h2 em,
.dichvu_ldp h2 em,
.dichvu_web h2 em{
	font-style: inherit;
	color: #CD2027;
}

.banggia .widgettitle p{
	font-size: 18px;
	margin-bottom: 15px;
}

.banggia .widgettitle{
	float: left;
	width: 780px;
}

.banggia .widgettitle ul{
	margin: 0 0 0 20px;
}

.banggia .widgettitle ul li{
	font-size: 18px;
	margin: 0 0 7px;
}

.bang_gia{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 190px;
}

.banggia .widget{
	position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
}

.banggia table{
	float: left;
	width: 100%;
	box-shadow: 1px 1px 10px #adadad;
    border-radius: 20px;
}

.banggia table th{
	text-align: center;
	color: #CE2127;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	width: 50%;
	text-align: center;
	padding: 20px 0;
}

.banggia table td{
	width: 50%;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}

.banggia table tr:nth-child(even){
	background: #cd202712;
}

.banner_page p em{
	display: block;
	font-style: inherit;
}

.taisao .widget{
	float: left;
	width: 570px;
	margin: 0 15px;
}

.taisao .widget img{
	border-radius: 20px;
	margin: 30px 0 0 0;
}

.taisao .widget p{
	margin-bottom: 15px;
}

.dichvu_tkweb h2,
.dichvu_ldp h2{
	text-align: center;
	margin: 60px 0 30px;
}

.gia_dv .web{
    float: left;
    width: calc(25% - 70px);
    margin: 20px 15px 0;
    box-shadow: 0 4px 10px #6c6a6a;
    border-radius: 20px;
    padding: 20px;
    min-height: 700px;
    background: #fff;
}

.gia_dv .web h3,
.gia_ldp .ldp h3{
    background: linear-gradient(to right, #ef4444, #f97316);
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: 130px;
    display: table;
    margin: 15px auto 30px;
    border-radius: 20px;
    text-align: center;
}

.gia_dv .web ul,
.gia_ldp ul{
	margin: 20px 0 0 20px;
}

.gia_dv .web ul li,
.gia_ldp ul li{
	margin-bottom: 10px;
	font-size: 17px;
}

.gia_dv .web ul li strong,
.gia_ldp ul li strong{
	color: #CE2127;
}

.gia_dv .web p,
.gia_ldp p{
	font-weight: 600;
	font-size: 18px;
}

.gia_dv .web h4,
.gia_ldp h4{
	text-align: center;
	color: #CE2127;
	font-size: 26px;
	font-weight: bold;
}

.dichvu_ldp{
	margin: 0px;
}

.dichvu_tkweb{
	padding-bottom: 70px;
	background: linear-gradient(to bottom, white 0%, white calc(100% - 400px), #CD2027 calc(100% - 500px), #CE2127 100%);;
}

.gia_ldp .ldp{
	float: left;
	width: 300px;
    margin: 0 15px 30px;
    box-shadow: 1px 1px 10px #adadad;
    border-radius: 20px;
    padding: 35px 35px;
}

.dichvu_web .widgettitle{
	text-align: center;
	margin: 15px 0 30px;
}

.dichvu_web .widgettitle p{
	font-size: 18px;
}

.dichvu_web{
	margin-bottom: 30px;
}

.single .entry-title,
.page .entry-title{
	font-size: 30px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.single .content-sidebar-wrap,
.page .content-sidebar-wrap{
	margin: 30px 0;
}

.single .entry-content h2, .page .entry-content h2{
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    color: #CD2027;
}

.single .entry-content h3, .page .entry-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
}

.sidebar .post{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d9d9d978;
    padding-bottom: 15px;
}

.sidebar .post img,
.yarpp-related .post img{
	float: left;
    width: 150px;
    margin: 0 15px 0 0;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar .post a{
	margin: 0;
	color: #333;
	font-weight: 500;
}

.sidebar .post .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
}

.sidebar .widget .widgettitle p{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

.sidebar .widget .widgettitle{
	background: url(images/button.png) no-repeat left center;
    background-size: 25px;
    padding-left: 35px;
    margin-bottom: 20px;
}

.ten-chuyen-muc{
	color: #3d3d3d;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 5px;
}

.site-header.f-head{
	position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
}


.nhantuvan .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;  
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    background: #d40511;
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
}

.nhantuvan .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';
}

.nhantuvan .widget_caldera_forms_widget p{
	margin-bottom: 20px;
}

.nhantuvan.f-tuvan .widget:nth-child(1){
	position: fixed;
    top: 20px;
}

.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;
}

.page-template-page-blog h1{
	text-align: center;
	margin: 0 0 50px;
}

.page_blog .widget{
	float: left;
	width: 100%;
	margin: 0 0 50px;
}

.page_blog .widget:nth-child(odd) .post{
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px 15px;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 15px;
}

.page_blog .widget .post img{
	margin: 0 ;
}

.page_blog .widget .post .widget-item-title a{
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.page_blog .widget .widgettitle{
	margin: 0 15px 30px;
	background: url(images/button.png) no-repeat left center;
	padding-left: 35px;
    background-size: 25px;
}

.page_blog .widget .widgettitle,
.page_blog .widget .widgettitle h2,
.page_blog .widget .widgettitle p{
	text-transform: uppercase;
	color: #d40511;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.page_blog .widget .widgettitle a{
    color: #d40511;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}

.page_blog .widget .post .post-info{
    background: url(images/date.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    font-size: 15px;
    color: #545454;
    margin-bottom: 10px;
}

.page_blog .widget:nth-child(odd) ul li{
    float: left;
    width: calc(33.33% - 45px);
    margin: 0 15px 10px 30px;
}

.page_blog .widget:nth-child(odd) ul li a{
	color: #333;
	font-weight: 500;
}

.page_blog .widget:nth-child(even) .main-posts,
.page_blog .widget:nth-child(even) ul{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.page_blog .widget:nth-child(even) ul li{
	float: left;
	width: 100%;
	margin: 0 0 10px;
	list-style-type: none;
}

.page_blog .widget:nth-child(even) ul li img{
	    float: left;
    width: 150px;
    margin: 0 15px 0 0;
}

.page_blog .widget:nth-child(even) ul li a{
	color: #333;
	font-weight: 500;
}

.page_blog .widget ul li a:hover,
.page_blog .widget .post .widget-item-title a:hover{
	color:#d40511;
}

.page_blog .widget .widgettitle a:hover,
.yarpp-related .post .widget-item-title a:hover{
	color: #730e22;
}

.yarpp-related{
	float: left;
	width: 100%;
	margin: 30px 0 0;
}

.yarpp-related .post{
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.yarpp-related .post a{
	margin: 0;
}

.yarpp-related .post .widget-item-title a{
	color: #333;
	font-weight: 500;
}

.yarpp-related .post .widget-item-title{
	line-height: 1.3;
	margin: 10px 0;
}

.page_blog .widget:nth-child(odd) ul li:nth-child(3n+1){
	clear: both;
}

/* ---------------- Moblie -------------------- */

@media (max-width: 1024px) {

	.wrap{
		width: calc(100% - 30px) !important;
		padding: 0 15px;
	}

	.title-area{
		margin-left: 0;
		width: 160px;
	}

	.title-area img {
	    width: 150px;
	}

	.site-header .widget-area{
		float: right;
        width: calc(100% - 170px);
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: inherit;
        margin: 20px 0;
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a {
	    padding: 12px 15px;
	    font-size: 16px;
	}

	.nhantuvan p strong {
	    padding: 0 9px;
	    font-size: 14px;
	    height: 40px;
        line-height: 40px;
	}

	.nhantuvan .widget:nth-child(1){
		right: 15px;
	}

	.site-header .widget-area .widget_polylang {
	    margin-top: 7px;
	}

	.content-slider .widget .widgettitle, .page .banner_page h1 {
	    font-size: 40px;
	    line-height: 1.3;
	}

	.content-slider .widget:first-child{
		width: 680px;
    	margin: 0 auto;
	}

	.content-slider .textwidget p{
		width: auto;
	}

	.content-slider {
	    padding-bottom: 65px;
	    margin-bottom: 0;
	}

	.content-doitac ul li {
	    width: 180px;
	    height: 100px;
	}

	.content-doitac ul li img{
		width: 140px;
	}

	.content-thanhtuu ul li strong{
		font-size: 46px;
	}

	.content-thanhtuu ul li{
		font-size: 20px;
	}

	.content-thanhtuu {
	    padding: 20px 0;
	    margin: 15px 0 0;
	}

	.doitac-gg .widget {
	    float: left;
	    width: calc(50% - 15px);
	    margin: 0;
	}

	.doitac-gg .widget:nth-child(1){
		margin-right: 30px;
	}

	.doitac-gg .widget p{
		font-size: 16px;
	}

	.doitac-gg .widgettitle, .content-dichvu .widget:first-child .widgettitle, .content-news .widgettitle a, .content-news .widgettitle h2, .content-dichvu .widget:first-child h2, .content-cauhoi .widgettitle h2 {
	    font-size: 46px;
	}

	.doitac-gg {
	    margin: 50px 0 0;
	}

	.content-dichvu .widget:first-child .widgettitle {
	    margin: 0px 0 15px;
	}

	.content-dichvu .widget:first-child p, .caclydo .widgettitle p,
	.content-news .support-extra {
	    font-size: 18px;
	    width: 60%;
	    margin: 0 auto;
	}

	.content-dichvu .image-upload, .dichvu_web .muc {
	    float: left;
	    width: calc(33.33% - 44px);
	    margin: 0;
	    box-shadow: 1px 1px 10px #d9d9d963;
	    border-radius: 10px;
	    padding: 10px 15px 20px;
	}

	.content-dichvu .widget:nth-child(3), .dichvu_web .muc:nth-child(2){
		margin: 0 20px;
	}

	.content-dichvu .image-upload img, .chiendich_ggads .widget img, .dichvu_web .muc img {
	    width: 60px;
	    margin: 10px 0;
	}

	.content-dichvu .image-upload .title a, .content-dichvu .image-upload h2, .chiendich_ggads .widget h3, .dichvu_web .muc h3 {
	    font-size: 20px;
	    line-height: 1.3;
	}

	.content-dichvu .image-upload .noidung p, .content-dichvu .image-upload p {
	    font-size: 16px;
	}

	.content-dichvu {
	    margin: 50px 0 0;
	}

	.content-lydo {
	    margin: 50px 0;
	    padding: 40px 0 30px;
	}

	.lydo1 .widgettitle {
	    font-size: 46px;
	    margin: 15px 0 20px;
	}

	.content-lydo .lydo p {
	    font-size: 16px;
	}

	.lydo2 .widgettitle span{
		font-size: 38px;
	}

	.lydo2 .widgettitle {
	    font-size: 22px;
	}

	.content-news .main-posts, .content-news ul {
	    float: left;
	    width: calc(50% - 15px);
	    margin: 30px 0 0 0;
	}

	.content-news .main-posts{
		margin-right: 30px;
	}

	.content-news ul li a{
		font-size: 16px;
	}

	.content-contact {
	    padding: 40px 0 20px;
	}

	.content-contact .widget:first-child .widgettitle {
	    font-size: 36px;
	}

	.content-contact .widget p, .nhantuvan .widget_caldera_forms_widget p {
	    font-size: 16px;
	}

	.content-contact .widget_caldera_forms_widget input, .content-lienhe form input, .nhantuvan .widget_caldera_forms_widget input {
	    height: 45px;
	}

	.site-footer {
	    padding: 7px 0;
	    text-align: center;
	}

	.before_footer {
	    padding: 40px 0 20px;
	}

	.before_footer .widget:first-child .widgettitle {
	    background: url(images/logo.png) no-repeat top left;
	    background-size: 135px;
	    padding: 50px 0 0;
	}

	.before_footer .widget {
	    width: calc(33.33% - 16px);
	    margin: 0;
	}

	.before_footer .widget:first-child {
	    width: 35%;
	}

	.before_footer .widget:nth-child(2) {
	    width: 29%;
	    margin: 0 20px;
	}

	.sumenh{
		margin: 40px 0 0;
	}

	.sumenh .nd:nth-child(1){
		display: none;
	}

	.sumenh .nd:nth-child(2){
		width: calc(100% - 30px);
		padding: 30px 0;
		margin: 0 15px;
	}

	.page-template-page-gioithieu .content-sidebar-wrap{
		margin: 0;
	}

	.site-inner{
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.page-template-page-gioithieu .site-inner{
		padding: 0;
	}

	.page-template-page-gioithieu .content-dichvu .widget:first-child h2{
		text-align: center;
	}

	.page-template-page-gioithieu .content-dichvu .widget:first-child p {
	    text-align: center;
	    margin: 0 auto;
	    width: 750px;
	}

	.content-dichvu .widgetdv .image-upload{
		margin: 0 0 30px;
		min-height: 245px;
	}

	.content-dichvu .widgetdv .image-upload:nth-child(2),
	.content-dichvu .widgetdv .image-upload:nth-child(5){
		margin: 0 21px 21px;
	}

	.content-cauhoi {
	    margin: 25px 0 40px;
	}

	.content-cauhoi .widgettitle p {
	    font-size: 18px;
	}

	.list_ques .title {
    	font-size: 16px;
    }

    .content-lienhe .lienhe {
	    width: calc(50% - 30px);
	    margin: 0px 15px;
	}

	.category h1, .search h1, .tag h1 {
	    font-size: 46px;
	    margin: 25px 0;
	}

	.category main.content .post, .search main.content .post, .tag main.content .post {
	    width: calc(33.33% - 52px);
	    margin: 0 10px 20px;
	}

	.category main.content .post .entry-title a, .search main.content .post .entry-title a, .tag main.content .post .entry-title a {
	    font-size: 18px;
	}

	.banner_page p:nth-child(2){
		width: 680px;
		margin: 0 auto;
	}

	.chiendich_ggads .widget:first-child {
	    border: none;
	    padding: 0;
	    width: calc(33.33% - 30px);
	}

	.chiendich_ggads .widget:first-child h2, .taisao h2 {
	    font-size: 32px;
	    padding-top: 75px;
	}

	.chiendich_ggads .widget {
	    min-height: 318px;
	}

	.cacbuoc {
	    margin: 25px 0;
	}

	.cacbuoc h2, .cacgoi h2, .caclydo h2 {
	    font-size: 46px;
	}

	.cacbuoc .widgettitle p {
	    font-size: 18px;
	}

	.list_buoc .buoc h3 span {
		font-size: 25px;
	    margin: 13px 12px;
    	border-right: 2px solid #fff;
    	line-height: 21px;
	    padding-right: 10px;
	}

	.list_buoc {
	    width: calc(60% - 35px);
	}

	.list_buoc .buoc h3{
		font-size: 18px;
	}

	.list_buoc .buoc .noidung{
		padding: 0 15px;
	}

	.list_buoc .buoc .noidung p {
	    font-size: 16px;
	}

	.cacgoi .widgettitle {
	    margin: 25px 0 40px;
	}

	.goi_dichvu{
		display: flex;
        align-items: end;
	}

	.goi_dichvu .goi {
	    width: calc(33.33% - 50px);
	    margin: 0 10px 0;
	    padding: 25px 15px;
	    min-height: auto;
	}

	.page-template-page-ggads .site-inner,
	.page-template-page-thueggads .site-inner,
	.page-template-page-website .site-inner{
		padding: 0;
		margin: 0 ;
		height: 0;
	}

	.tong_quan .widget:nth-child(1) h2 em{
		display: initial;
	}

	.tong_quan .widget:nth-child(1) h2 {
	    font-size: 46px;
	    padding-top: 70px;
	    background-size: 45px;
	}

	.tong_quan .widget {
	    width: calc(100% - 60px);
	    margin: 30px 30px 15px;
	}

	.tong_quan .widget:nth-child(2){
		display: none;
	}

	.tong_quan {
	    margin: 30px auto;
	}

	.ly_do .lydo h3 {
	    font-size: 22px;
	}

	.ly_do .lydo{
		min-height: 170px;
	}

	.caclydo {
	    margin: 30px 0 25px;
	}

	.uudiem .widgettitle{
		width: 100%;
		margin: 0;
	}

	.uudiem h2 em{
		display: inline-block;
	}

	.uudiem .widget{
		width: 100%;
		margin: 0;
	}

	.banggia .widgettitle {
	    float: left;
	    width: 100%;
	}

	.banggia .widget{
		position: relative;
	    width: 100%;
	    margin: 30px 0;
	    right: auto;
	    bottom: auto;
	    display: block;
	    float: left;
	}

	.bang_gia{
		padding-bottom: 0;
	}

	.taisao .widget {
	    width: calc(50% - 30px);
	    margin: 0 15px;
	}

	.gia_dv .web {
	    width: calc(25% - 50px);
	    margin: 20px 10px 0;
	    padding: 15px;
	}

	.gia_dv .web h4, .gia_ldp h4{
		font-size: 20px;
	}

	.gia_dv .web p, .gia_ldp p {
	    font-weight: 600;
	    font-size: 17px;
	    text-align: justify;
	    line-height: 24px;
	}

	.banggia h2, .dichvu_tkweb h2, .dichvu_ldp h2, .dichvu_web h2{
		font-size: 46px;
	}

	.gia_ldp .ldp {
	    float: left;
	    width: calc(33.33% - 70px);
	    margin: 0 15px 30px;
	    box-shadow: 1px 1px 10px #adadad;
	    border-radius: 20px;
	    padding: 20px;
	}

	.sidebar {
	    width: 320px;
	    margin-right: 0;
	}

	.content-sidebar .content, .sidebar-content .content {
	    width: calc(100% - 360px);
	    margin-left: 0;
	}

	.page_blog .widget:last-child{
		margin-bottom: 0;
	}


}

@media (max-width: 960px) {
	.site-header{
		
	}
/*	.site-header .widget-area{
		display: none;
	}*/

	.site-header,
	.title-area{
		height: 60px;
	}

	.title-area img {
        width: 125px;
    }

    #click-menu{
    	background: #730e221c;
	    padding: 5px 5px 0;
	    border-radius: 5px;
	    right: 15px;
    	top: 14px;
    }

    #click-menu .line{
    	width: 25px;
    }

    .content-slider .widget:first-child{
    	width: 100%;
    }

    .content-slider .widget .widgettitle, .page .banner_page h1 {
        font-size: 30px;
    }

    .content-slider .widget .widgettitle, .page .banner_page h1{
    	margin: 30px 0 15px;
    }

    .content-slider .textwidget p{
    	font-size: 17px;
    }

    .content-slider .textwidget p:last-child a {
	    margin: 25px auto;
	    font-size: 16px;
	    height: 45px;
	    line-height: 45px;
	    padding: 0 20px;
	}

	.content-slider {
        padding-bottom: 45px;
        margin-bottom: 0;
        background-size: contain;
        background-position: bottom;
    }

    .content-doitac ul li img {
        width: 90px;
    }

    .content-doitac ul li {
        width: 120px;
        height: 60px;
    }

    .content-thanhtuu ul li {
        font-size: 13px;
        line-height: 1.3;
    }

    .content-thanhtuu ul li strong {
        font-size: 24px;
    }

    .content-thanhtuu {
        padding: 15px 0;
        margin: 0 0 0;
    }

    .doitac-gg .widget{
    	float: left;
    	width: 100%;
    }

    .doitac-gg .widgettitle, .content-dichvu .widget:first-child .widgettitle, .content-news .widgettitle a, .content-news .widgettitle h2, .content-dichvu .widget:first-child h2, .content-cauhoi .widgettitle h2 {
        font-size: 28px;
    }

    .doitac-gg {
        margin: 35px 0 0;
    }

    .doitac-gg .widget:nth-child(3) {
	    margin: 10px 0 0;
	}

	.content-dichvu {
        margin: 25px 0 0;
    }

    .content-dichvu .widget:first-child p, .caclydo .widgettitle p, .content-news .support-extra {
        font-size: 16px;
        width: 90%;
    }

    .content-dichvu .widget:first-child {
	    margin: 0 0 20px;
	}

	.content-dichvu .image-upload, .dichvu_web .muc {
        width: calc(100% - 30px);
        padding: 15px 15px 30px;
    }

    .content-dichvu .image-upload img, .chiendich_ggads .widget img, .dichvu_web .muc img {
        width: 50px;
        float: left;
        margin: 0 15px 0 0;
    }

    .content-dichvu .image-upload .title a, .content-dichvu .image-upload h2, .chiendich_ggads .widget h3, .dichvu_web .muc h3 {
        font-size: 20px;
    }

    .content-dichvu .widget:nth-child(3), .dichvu_web .muc:nth-child(2) {
        margin: 20px 0;
    }

    .content-lydo {
        margin: 35px 0;
        padding: 25px 0;
    }

    .content-lydo .lydo {
	    width: 100%;
	    margin: 0;
	}

	.lydo1 .textwidget{
		display: none;
	}

	.lydo1 .widgettitle {
        font-size: 28px;
        margin: 10px 0 20px;
    }

    .content-lydo .lydo p {
        text-align: justify;
    }

    .content-news .main-posts, .content-news ul {
        width: 100%;
    }

    .content-news .main-posts {
        margin: 30px 0 0 0;
    }

    .content-news p{
    	display: none;
    }

    .content-news ul li img,
    .content-news .main-posts img {
	    width: 150px;
	    float: left;
        margin: 0 15px 0 0;
	}

	.content-news .widget-item-title a {
	    color: #333;
	    font-size: 16px;
	    font-weight: 500;
	}

	.content-news ul li a{
		margin: 0;
	}

	.content-news ul{
		margin: 15px 0 0 0;
	}

	.content-news ul li h3{
		text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}

	.home .site-inner{
		padding: 15px 0 0;
	}

	.content-contact .widget {
	    width: 100%;
	}

	.content-contact {
        padding: 30px 0 20px;
    }

    .content-contact .widget:first-child .widgettitle {
        font-size: 28px;
        margin: 0;
    }

    .content-contact .widget p, .nhantuvan .widget_caldera_forms_widget p {
        margin-bottom: 15px;
    }

    .before_footer .widget:first-child,
    .before_footer .widget,
    .before_footer .widget:nth-child(2){
    	width: 100%;
    	margin: 0 !important;
    }

    #click-menu.f-click{
    	position: fixed;
    	z-index: 999;
    }

    #responsive-menu.f-menu{
    	position: fixed;
    	top: 60px !important;
    }

	.sumenh h2 {
	    font-size: 28px;
	}

	.sumenh p, .sumenh ul {
	    text-align: justify;
	}

	.content-dichvu .widget:first-child h2 em{
		display: inline-block;
	}

	.page-template-page-gioithieu .content-dichvu .widget:first-child p {
        width: 90%;
    }

    .content-dichvu .widgetdv .image-upload{
    	min-height: auto;
    	margin: 0 0 20px;
    }

    .content-dichvu .widgetdv .image-upload:nth-child(2), .content-dichvu .widgetdv .image-upload:nth-child(5) {
        margin: 0 0 20px 0;
    }

	.content-cauhoi .widgettitle {
	    margin: 0 0 20px;
	}

	.list_ques{
		width: 100%;
	}

	.list_ques .title {
	    background: url(images/cong.svg) no-repeat right 5px top 8px #d405110d;
	    padding: 15px 39px 15px 15px;
	    background-size: 32px;
	}

	.content-cauhoi {
        margin: 25px 0 20px;
    }

    .banner_page p:nth-child(2) {
        width: auto;
        font-size: 17px;
    }

    .chiendich_ggads .widget:first-child {
        width: 100%;
        min-height: auto;
        margin: 0 0 15px;
    }

    .chiendich_ggads .widget:first-child h2, .taisao h2 {
        padding-top: 50px;
        background-size: 35px;
    }

    .chiendich_ggads .widget:first-child h2 em, .taisao h2 em{
    	display: inline-block;
    }

    .chiendich_ggads .widget {
        min-height: auto;
        width: calc(100% - 32px);
        margin: 0 0 15px;
        padding: 15px;
        border: 1px solid #d9d9d9;
    }

    .chiendich_ggads .widget h3 em{
    	display: contents;
    }

    .chiendich_ggads .widget p {
	    font-size: 16px;
	}

	.cacbuoc .widgettitle{
		width: 100%;
		margin: 0 0 15px;
	}

	.cacbuoc h2, .cacgoi h2, .caclydo h2 {
        font-size: 32px;
    }

    .cacbuoc{
    	padding: 35px 0;
    }

    .cacbuoc .widgettitle p {
        font-size: 17px;
    }

    .lydo1 p a, .cacbuoc .widgettitle p a{
    	display: none;
    }

    .list_buoc {
        width: 100%;
    }

    .list_buoc .buoc:nth-child(2) h3{
    	display: flex;
    	line-height: 1.3;
        padding-right: 15px;
    }

    .list_buoc .buoc{
    	padding: 10px 0;
    }

    .cacgoi .widgettitle {
        margin: 5px 0 30px;
    }

    .cacgoi h2 em {
	    display: contents;
	}

	.cacgoi h2 {
	    background: url(images/button.png) no-repeat left top;
	    background-size: 35px;
	    padding-top: 50px;
	}

	.goi_dichvu{
		display: contents;
	}

	.goi_dichvu .goi {
        width: calc(100% - 30px);
        margin: 0 0 25px 0;
        padding: 25px 15px;
        min-height: auto;
    }

    .tong_quan .widget:nth-child(1) h2 {
        font-size: 28px;
        padding-top: 50px;
        background-size: 35px;
    }

    .tong_quan .widget {
        width: calc(100% - 40px);
        margin: 25px 20px 5px;
    }

    .tong_quan .widget p, .tong_quan .widget a, .tong_quan .widget ul li {
	    font-size: 16px;
	    color: #fff;
	    line-height: 26px !important;
	}

	.caclydo {
        margin: 10px 0 25px;
    }

    .caclydo .widgettitle {
	    margin-bottom: 25px;
	}

	.ly_do .lydo {
	    margin: 0 0 20px;
	    width: calc(50% - 30px);
	    padding: 20px 10px;
	    min-height: auto;
	}

	.ly_do .lydo:nth-child(even){
		margin-left: 20px;
	}

	.ly_do .lydo p{
		text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 5;
	    overflow: hidden;
	    text-align: justify;
	}

	.ly_do .lydo:nth-child(2n+1){
		clear: both;
	}

	.ly_do .lydo:nth-child(3n+1){
		clear: none;
	}

	.ly_do .lydo h3 {
        font-size: 20px;
        color: #d40511;
    }

    .uudiem h2 {
	    font-size: 28px;
	}

	.uudiem{
		padding: 35px 0;
	}

	.uudiem .widgettitle p{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.uudiem .widget ul li{
		font-size: 18px;
	}

	.uudiem .widget ul li {
        font-size: 17px;
        width: calc(50% - 32px);
        padding: 10px;
        margin: 5px;
    }

    .banggia h2, .dichvu_tkweb h2, .dichvu_ldp h2, .dichvu_web h2 {
        font-size: 28px;
    }

    .banggia {
	    margin: 30px 0 20px;
	}

	.banggia .widgettitle p,
	.banggia .widgettitle ul li {
	    font-size: 17px;
	}

	.banggia table th{
		padding: 10px 0;
	}

	.banggia table td{
		padding: 15px 0;
	}

	.taisao .widget {
        width: 100%;
        margin: 0 0 15px;
    }

    .taisao .widget img{
    	margin: 0;
    }

    .dichvu_tkweb h2 {
	    margin: 0 0 30px;
	}

	.banggia h2 strong, .dichvu_tkweb h2 strong, .dichvu_ldp h2 strong {
	    display: contents;
	}

	.gia_dv .web {
        width: calc(100% - 50px);
        margin: 0px 10px 25px;
        padding: 15px;
        min-height: auto;
        box-shadow: 0 4px 10px #c5c0c0;
    }

    .gia_ldp .ldp {
        width: calc(100% - 50px);
        margin: 0 10px 30px;
        box-shadow: 1px 1px 10px #c5c0c0;
        border-radius: 20px;
        padding: 15px;
    }

    .dichvu_tkweb {
	    padding-bottom: 20px
	}

	.dichvu_ldp h2 {
	    margin: 30px 0 30px;
	}

	.single .content-sidebar-wrap, .page .content-sidebar-wrap {
	    margin: 15px 0;
	}

	.page_blog .widget .widgettitle{
		margin: 0 0 20px;
	}

	.page_blog .widget:nth-child(odd) .post {
	    width: 100%;
	    margin: 0 0 15px;
	}

	.page_blog .widget .post img{
		margin: 0 0 10px 0;
	}

	.page_blog .widget:nth-child(odd) ul li {
	    width: calc(100% - 20px);
	    margin: 0 0 10px 20px;
	}

	.page_blog .widget{
		margin: 0 0 30px 0;
	}

	.page_blog .widget .widgettitle {
	    background: url(images/button.png) no-repeat left top 4px;
	    padding-left: 35px;
	    background-size: 25px;
	}

	.page_blog .widget:nth-child(even) .main-posts, .page_blog .widget:nth-child(even) ul {
	    width: 100%;
	    margin: 0;
	}

	.page_blog .widget:nth-child(even) ul li h3{
		text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	}

	.page_blog .widget:nth-child(even) ul li a{
		margin: 0;
	}

	.page_blog .widget:nth-child(even) ul li{
		margin: 0 0 15px 0;
	}

	.content-lienhe .lienhe {
        width: 100%;
        margin: 0px 0 15px;
    }

    .page h1{
    	font-size: 32px;
    }

    .content-lienhe form {
	    background: #d40511;
	    padding: 25px 15px 15px;
	}

	.category h1, .search h1, .tag h1 {
        font-size: 28px;
        margin: 10px 0 15px;
    }

    .category main.content .post, .search main.content .post, .tag main.content .post {
        width: 100%;
        margin: 0 0 20px;
        border: none;
        padding: 0;
        border-bottom: 1px dashed #d9d9d9;
        border-radius: 0;
    }

    .content-sidebar .content, .sidebar-content .content {
        width: 100%;
        margin-left: 0;
    }

    .sidebar{
    	width: 100%;
    }

    .single .entry-title, .page .entry-title {
	    font-size: 28px;
	}

	.content-fix{
		top: auto;
		bottom: 70px;
	}

	.content-fix ul li img{
		width: 45px;
	}

	.nhantuvan p strong {
        font-size: 12px;
        height: 36px;
        line-height: 36px;
    }

    .nhantuvan .widget:nth-child(1) {
        right: 100px;
        top: 12px;
    }

    .site-header .widget-area .widget_polylang{
    	position: absolute;
	    right: 44px;
	    top: -6px;
    }

    .site-header .widget-area .widget_polylang .widgettitle {
	    width: 20px;
	    height: 20px;
	    background: url(images/vi.svg) no-repeat center center;
	    text-indent: -9999px;
	    background-size: 20px;
	}

	.lang-en .site-header .widget-area .widget_polylang .widgettitle {
	    background: url(images/en.svg) no-repeat center center;
	    background-size: 20px;
	    width: 20px;
	    height: 20px;
	}

	.site-header .widget-area .widget_polylang {
	    background: url(images/down.svg) no-repeat right top 8px;
	    padding-right: 15px;
	}

	.site-header .widget-area .widget_polylang ul li a{
		background: url(images/vi.svg) no-repeat center center;
		text-indent: -9999px;
		display: block;
		background-size: 20px;
		width: 20px;
		height: 20px;
	}

	.site-header .widget-area .widget_polylang ul li.lang-item-en a{
		background: url(images/en.svg) no-repeat center center;
		background-size: 20px;
		width: 20px;
		height: 20px;
	}

	.site-header .widget-area .widget_nav_menu,
	.site-header .widget-area .widget_caldera_forms_widget{
		display: none;
	}

    .nhantuvan .widget_caldera_forms_widget .widget-wrap{
    	width: 80%;

    }

    .nhantuvan .widget_caldera_forms_widget .widgettitle {
	    right: -10px;
	    top: -32px;
	}

	.content-thanhtuu .wrap{
		width: 100% !important;
	    margin: 0;
	    padding: 0;
	}

	.nhantuvan.f-tuvan .widget:nth-child(1) {
	    top: 12px;
	}

	.lydo2 .widgettitle {
        font-size: 20px;
    }

    .content-dichvu .image-upload .readmore, .dichvu_web .muc p:last-child a{
    	margin: 15px 0 0;
    	padding: 8px 50px 8px 15px;
    }

    .sumenh h3 {
	    font-size: 20px;
	}

	.sumenh p, .sumenh ul li, .sumenh a, .sumenh h3, .sumenh h4 {
	    font-size: 16px;
	}

	.widgetdv .image-upload p:last-child{
		float: left;
		margin: 10px 0 0;
	}

	.widgetdv .image-upload  h2,
	.content-dichvu .image-upload .title,
	.dichvu_web .muc h3{
		float: left;
		width: calc(100% - 65px);
		height: 50px;
        display: flex;
        align-items: center;
        margin: 0;
	}

	.dichvu_web .muc h3{
		margin-bottom: 15px;
	}

	.widgetdv .image-upload,
	.content-dichvu .image-upload{
		padding: 15px;
	}

	.content-dichvu .image-upload .noidung{
		float: left;
		width: 100%;
		margin: 15px 0 ;

	}


}

.content-news .widgettitle{
    	text-transform: capitalize;
    }
