/*
	Theme Name: CM Interior
	Theme URI: http://caia.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Bai Jamjuree", 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: "Bai Jamjuree", 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: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	float: left;
	background: #101010;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 130px;
	height: 100px;
}

.title-area img{
	width: auto;
    height: 75px;
}

.site-title {
	font-family: 'Bai Jamjuree', 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: #fff;
	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: auto;
	margin: 32px 0 0;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #333;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #fff;
	display: block;
	padding: 7px 10px 6px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

.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:#ffba00;
}

.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: #101010;
	border-bottom: 1px solid #363636;
	color: #fff;
	font-size: 15px;
	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 {
	color: #ffba00;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1170px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.breadcrumb a{
	color: #333;
}

.breadcrumb .label{
	margin: 0 5px;
}

/* 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;
}

.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: 'Bai Jamjuree', 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: 'Bai Jamjuree', 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 {
	background-color: #f2f2f2;
	font-size: 15px;
	padding: 10px 15px;
	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: left;
	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;
	margin: 0 2px;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #000;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
}

.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 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;
	display: none;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	font-size: 16px;
    width: 100%;
    background: url(images/map.png) no-repeat right top 25px #000;
    color: #fff;
    margin: 0;
    background-size: contain;
    padding: 40px 0 0;
}

.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 30px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: calc(100% - 22px);
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
}

input#submit {
    float: left;
    background: #ffba00;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

.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: #ffba00;
    color: #333;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
}

.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;
}

.site-header .widget-area .widget_search .widgettitle {
    background: url(images/search.svg) no-repeat center center;
    border: none;
    width: 30px;
    height: 37px;
    float: right;
    text-indent: -9999px;
    padding: 0;
}

.site-header .widget{
	float: right;
	margin-left: 20px;
}

.site-header .widget_text p a{
	color: #fff;
    background: url(images/call.svg) no-repeat left center;
    padding-left: 21px;
    font-weight: 600;
    background-size: 15px;
    display: inline-block;
    margin: 5px 0;
}

.section {
	float: left;
	width: 100%;
}

.site-header .menu-item-has-children>ul{
	padding-top: 29px;
}

.site-header .menu li:hover > a,
.site-header .widget_text p a:hover {
    color: #ffba00;
}

.content-number{
	background: #161616;
	padding: 50px 0;
}

.content-number .widget{
	padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #ffba00;
    border-bottom: 2px solid #ffba00;
    float: left;
    width: 100%;
}

.content-number .widget .textwidget{
	width: 1170px;
	margin: 0 auto;
}

.content-number .widget li{
	width: 25%;
	text-align: center;
	color: #fff;
	list-style-type: none;
	float: left;
	font-size: 18px;
}

.content-number .widget li strong{
	display: block;
	font-size: 50px;
    font-style: inherit;
    color: #ffba00;
}

.content-number .widget li strong em{
    font-style: inherit;
}

.content-slider button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 45%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 100%;
    background-size: 50px;
    opacity: 0.4;
}

.content-slider button.slick-next.slick-arrow {
    background: url(images/next.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 45%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 100%;
    opacity: 0.4;
    background-size: 50px;
}

.content-slider button.slick-prev.slick-arrow:hover, 
.content-slider button.slick-next.slick-arrow:hover{
	opacity: 1;
}

.content-gioithieu{
	background: #d6d6d6;
}

.content-gioithieu .widget .widgettitle{
	font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.content-gioithieu .widget:nth-child(2){
	background: url(images/logo2.jpg) no-repeat right 15px top 10px #fff;
    width: 950px;
    margin: -50px auto 30px;
    position: relative;
    padding: 20px 30px 30px;
    background-size: 320px;
    min-height: 220px;
}

.content-gioithieu .widget table {
    border-collapse: separate;
    border-spacing: 20px 0; /* 20px là khoảng cách giữa 2 td */
}

.content-gioithieu .widget td {
    width: 50%;
    text-align: justify;
    vertical-align: top;
    padding-top: 20px;    /* khoảng cách từ mép trên xuống */
}

.site-header .menu-item-has-children>a>span {
    background: url(images/down.svg) no-repeat right top 8px;
    padding-right: 15px;
}

.content-service .widget{
    float: left;
    width: calc(33.33% - 32px);
    margin: 70px 15px 0;
    border: 1px solid #ffba004a;
    background: #fff;
}

.content-service{
	background: #f3f3f3;
	padding: 20px 0 90px;
}

.content-service img{
	float: left;
	width: 60px;
	margin: 0 15px 0 0;
}

.content-service .widgettitle{
	background: #ffba00;
    float: left;
    width: calc(100% - 30px);
    padding: 15px;
}

.content-service .widgettitle a{
	margin: 0;
}

.content-service .widgettitle .title a,
.content-service .widgettitle h3 a{
	font-weight: bold;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 5px 0 0;
    display: inline-block;
}

.content-service .widgettitle .title{
	display: none;
}

.content-service .widgettitle .title,
.content-service .widgettitle h3{
	float: left;
	width: calc(100% - 75px);
}

.content-service .widgettitle a span{
	display: block;
}

.content-service .widget .box{
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
}

.content-service .widget .box p{
	margin-bottom: 15px;
}

.content-service .widget .box ul li{
    margin-bottom: 10px;
    list-style-type: none;
    background: url(images/rite.png) no-repeat left top 7px;
    padding-left: 20px;
    background-size: 10px;
}

.content-service .widget:first-child{
	background: unset;
	border: none;
}

.content-service .widget:first-child .widgettitle{
	background: unset;
	padding: 0;
}

.content-service .widget:first-child h2{
	text-transform: uppercase;
	font-size: 60px;
	font-weight: bold;
}

.content-service .widget:first-child h2 span{
	color: #ffba00;
}

.content-quytrinh{
	background: url(images/logo3.png)no-repeat top left #000;
	padding: 70px 0;
}

.content-quytrinh h2{
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    background: url(images/line1.svg) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.content-quytrinh h2 span{
	text-transform: uppercase;
	color: #ffba00;
}

.content-quytrinh .widget:first-child ul li{
	list-style-type: none;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    margin: 20px 10px;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    cursor: pointer;
    font-weight: 500;
}	

.content-quytrinh .widget:first-child ul li.active,
.content-quytrinh .widget:first-child ul li:hover{
	background: #ffba00;
	color: #000;
	border: 1px solid #ffba00;
}

.content-quytrinh .widget:first-child{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.content-quytrinh .widget:nth-child(n+2) ul li{
	list-style-type: none;
	color: #fff;
	float: left;
	width: calc(25% - 40px);
	margin: 0 20px;
	text-align: center;
	position: relative;
	font-size: 17px;
}

.content-quytrinh .widget:nth-child(n+2) ul li::after{
	content: '';
	width: 31px;
	height: 20px;
	background: url(images/muiten.png) no-repeat;
	position: absolute;
    right: -35px;
    top: 33px;
}

.content-quytrinh .widget:nth-child(n+2) ul li p{
	color: #fff;
}

.content-quytrinh .widget:nth-child(n+2) .widgettitle{
	display: none;
}

.content-quytrinh .widget:nth-child(n+2) h3{
	font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    color: #ffba00;
    text-transform: uppercase;
}

.content-quytrinh .widget:nth-child(n+2){
	display: none;
}

.content-quytrinh .widget:nth-child(n+2).current{
	display: block;
}

.thietkethicong .main-posts .du-an{
	float: left;
	width: calc(33.33% - 30px);
	margin: 30px 15px;
	position: relative;
}

.thietkethicong h2 a,
.content-thuvien .widget .widgettitle,
.content-danhgia h2,
.content-tintuc h2 a{
	color: #333;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.3;
}

.thietkethicong h2 a span{
    display: block;
    color: #333;
    background: url(images/ritev.png) no-repeat right 5px bottom 10px;
    padding-right: 30px;
    transition: all 0.3s ease;
}

.thietkethicong h2:hover a span{
	background: url(images/ritev.png) no-repeat right 0 bottom 15px;
}

.thietkethicong .widgettitle h2{
	float: left;
	margin-left: 15px;
}

.thietkethicong .widget:nth-child(even) .widgettitle h2{
	float: right;
	margin-right: 15px;
	margin-left: 0;
	text-align: right;
}


.thietkethicong .widgettitle .support-extra{
    float: right;
    width: 60%;
    text-align: right;
    margin: 15px 15px 0;
    font-style: italic;
    color: #474747;
}

.thietkethicong .widget:nth-child(even) .support-extra{
    float: left;
    text-align: left;
    margin: 20px 0 0 15px;
}

.thietkethicong .main-posts{
	float: left;
	width: 100%;
}

.thietkethicong .widget{
	margin: 70px 0 0;
	    float: left;
    width: 100%;
}

.thietkethicong .du-an img{
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 5px;
	display: block;
}

.thietkethicong .du-an .list-info,
.sidebar .caia-post-list-widget .du-an .list-info,
.tax-danh-muc main.content .du-an .entry-header,
.single-du-an .yarpp-related .list-info {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, black, #00000008);
    padding: 15px;
    width: calc(100% - 30px);
    border-radius: 0 0 5px 5px;
}

.thietkethicong .du-an .widget-item-title a,
.sidebar .caia-post-list-widget .du-an .widget-item-title a,
.tax-danh-muc main.content .du-an .entry-title a,
.single-du-an .yarpp-related .list-info .tt a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
} 

.thietkethicong .du-an ul li,
.sidebar .caia-post-list-widget .du-an li,
.tax-danh-muc main.content .du-an .entry-header li,
.single-du-an .yarpp-related .list-info li{
	list-style-type: none;
    color: #fff;
    display: inline-block;
    border-right: 1px solid #dddddd94;
    line-height: 15px;
    padding-right: 10px;
    margin-right: 10px;
}

.thietkethicong .du-an ul li:last-child,
.sidebar .caia-post-list-widget .du-an li:last-child,
.tax-danh-muc main.content .du-an .entry-header li:last-child,
.single-du-an .yarpp-related .list-info li:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}


.post-thumb {
    display: block;
    position: relative;
}

.post-thumb .img-main img {
    display: block;
    transition: opacity 0.3s ease;
}

.post-thumb .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-thumb:hover .img-main {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-thumb:hover .img-hover {
    opacity: 1;
    width: 100%;
    transition: opacity 0.3s ease;
}

.content-thietke{
	background: #ebe8d77a;
    padding-bottom: 70px;
}

.content-thietke .custom_paging,
.sidebar .main-posts.duan .custom_paging,
.single-du-an .yarpp-related .custom_paging,
.content-danhgia .custom_paging {
	float: left;
	width: 100%;
	text-align: center;
}

.content-thietke .custom_paging li,
.sidebar .main-posts.duan .custom_paging li,
.single-du-an .yarpp-related .custom_paging li,
.content-danhgia .custom_paging li{
	list-style-type: none;
	background: url(images/Dot.svg) no-repeat center center;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 3px;
}

.content-thietke .custom_paging li.slick-active,
.sidebar .main-posts.duan .custom_paging li.slick-active,
.single-du-an .yarpp-related .custom_paging li.slick-active,
.content-danhgia .custom_paging li.slick-active{
	background: url(images/dot2.svg) no-repeat center center;
	width: 50px;
}

.content-thietke .widget_media_image img{
	width: 100%;
}

.content-thuvien .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 70px 15px;
}

.content-thuvien .widget:first-child .gallery .gallery-item{
	float: left;
	width: calc(25% - 10px);
	margin: 5px;
}

.content-thuvien .widget:first-child .gallery .gallery-item:first-child{
	width: calc(50% - 10px);
}

.content-thuvien .widget:first-child .gallery .gallery-item:nth-child(8){
	width: calc(50% - 10px);
	height: 128px;
	object-fit: cover;
}

.content-thuvien .widget:first-child .gallery .gallery-item:nth-child(8) img{
	height: 128px;
	object-fit: cover;
}
/*
.content-thuvien .widget:first-child .gallery .gallery-item:nth-child(9){
	clear: both;
}
*/
.content-thuvien .widget:first-child .gallery .gallery-item img{
	width: 100%;
	margin: 0;
	display: block;
	height: 128px;
	object-fit: cover;
}

.content-thuvien .widget:last-child .gallery .gallery-item{
	float: left;
	width: calc(50% - 10px);
	margin: 5px;
}

.content-thuvien .widget:last-child .gallery .gallery-item img{
	width: 100%;
	height: 175px;
	object-fit: cover;
	display: block;
	margin: 0;
}

.content-thuvien .widget .widgettitle{
	font-size: 36px;
	margin-bottom: 20px;
	background: url(images/line2.svg) no-repeat left bottom;
	padding-bottom: 15px;
}

.content-danhgia{
	float: left;
	width: 100%;
	background: #000;
	padding: 70px 0;
}

.list_review img{
	border: 3px solid #ffba00;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin: 0 auto 15px;
}


.content-danhgia h2{
	color: #fff;
	text-align: center;
	margin: 0px 0 60px;
	background: url(images/line1.svg) no-repeat bottom center;
	padding-bottom: 20px;
}

.content-danhgia .title{
	font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url(images/sap.svg) no-repeat bottom center;
    padding-bottom: 25px;
    background-size: 89px;
    margin-bottom: 30px;
}

.content-danhgia .widget{
	margin: 0 20px;
	text-align: center;
}

.content-danhgia .widget .noidung{
    background: #fff;
    padding: 40px 20px 20px 20px;
    border-radius: 15px 0;
    margin: 20px 0;
    position: relative;
}

.content-danhgia .widget .noidung::before{
    content: '';
    width: 50px;
    height: 50px;
    background: url(images/sms.svg) no-repeat;
    position: absolute;
    top: -13px;
    left: 15px;
    background-size: 40px;
}

.content-danhgia button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -45px;
    top: 45%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 100%;
    background-size: 45px;
}

.content-danhgia button.slick-next.slick-arrow {
    background: url(images/next.svg) no-repeat center center;
    width: 45px;
    height: 45px;
    position: absolute;
    right: -45px;
    top: 45%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 100%;
    background-size: 45px;
}

.content-tintuc h2{
	text-align: left;
	margin: 70px 0 50px 15px;
	float: left;
	background: url(images/line2.svg) no-repeat left bottom;
	padding-bottom: 15px;
}

.content-tintuc .main-posts,
.content-tintuc ul{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.content-tintuc ul li{
	float: left;
	width: 100%;
	list-style-type: none;
	margin-bottom: 15px;
}

.content-tintuc ul li img{
	float: left;
	width: 180px;
	margin: 0 15px 0 0;
}

.content-tintuc .main-posts img{
	width: 100%;
	margin: 0 0 15px 0;
}

.content-tintuc ul li a{
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.content-tintuc .main-posts .widget-item-title a{
	color: #333;
	font-weight: 600;
	font-size: 18px;
}

.content-tintuc .more-link{
	display: none;
}

.content-tintuc .widget{
	position: relative;
}

.content-tintuc .widget .more-from-category{
	position: absolute;
	right: 15px;
	top: 70px;
}

.content-tintuc .widget .more-from-category a{
	color: #333;
    font-weight: bold;
    background: url(images/rite.png) no-repeat right 20px center;
    padding: 0 40px 0 20px;
    background-size: 12px;
    border: 1px solid #726b6b;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    border-radius: 10px;
}

.content-tintuc .widget .more-from-category a:hover{
	background: url(images/ritev.png) no-repeat right 20px center;
	color: #ffba00;
	padding-right: 20px;
    background-size: 12px;
    border: 1px solid #ffba00;
    padding: 0 40px 0 20px;
}

.content-tintuc .widget a:hover,
.category main.content .post .entry-title a:hover,
.sidebar .caia-post-list-widget .post a:hover,
.thietkethicong .du-an .widget-item-title a:hover, 
.sidebar .caia-post-list-widget .du-an .widget-item-title a:hover, 
.tax-danh-muc main.content .du-an .entry-title a:hover{
	color: #ffba00;
}

.content_before_footer .widget{
	float: left;
	width: 50%;
	background: #ffba00;
	margin: 30px 0;
}

.content_before_footer .widget iframe{
	width: 100%;
    display: block;
    height: 478px;
}

.content_before_footer .widget_caldera_forms_widget .widget-wrap{
	padding: 20px;
} 

.content_before_footer .widgettitle{
	color: #333;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content_before_footer .widget input[type="text"]{
	height: 45px;
	box-shadow: none;
	border-radius: 5px;
	border: none;
	font-size: 16px;
	line-height: 45px;
}

.content_before_footer .widget textarea{
	box-shadow: none;
	border-radius: 5px;
	border: none;
	font-size: 16px;
}

.content_before_footer label{
	font-size: 16px;
}

.content_before_footer .radio{
	display: inline-block;
    margin-right: 25px;
}

.content_before_footer .widget input[type="submit"]{
    background: url(images/rite.png) no-repeat right 20px center #fff;
    font-weight: 600;
    text-transform: uppercase;
    background-size: 12px;
    padding: 10px 40px 10px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #6b6b6b;
    font-size: 16px;
}

.content_before_footer .widget input[type="submit"]:hover{
	background: url(images/ritev.png) no-repeat right 20px center #ffffff;
    box-shadow: 2px 2px 2px #966f05;
    color: #ffba00;
}

.top_footer .image-upload img{
	width: 140px;
	float: left;
	margin: 0 20px 0 15px;
}

.top_footer .image-upload .box{
	float: left;
	margin: 25px 0;
}

.top_footer .image-upload .title{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.top_footer .image-upload .noidung p{
	color: #fff;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

.top_footer .widget:nth-child(2){
	float: right;
	margin: 30px 0 0;
}

.top_footer .widget:nth-child(2) img{
	width: 40px;
	border-radius: 100%;
	margin: 0 0 0 5px;
}

.after_footer {
	border-top: 1px solid #ffffff40;
    margin: 30px 0;
    padding-top: 35px;
}

.after_footer .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px;
}

.after_footer .widget .widgettitle{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.after_footer .widget ul li{
	margin-bottom: 20px;
	list-style-type: none;
}

.after_footer .widget:first-child ul li img{
	margin: 0px 5px 0 0;
    vertical-align: bottom;
    width: 23px;
}

.after_footer .widget:first-child ul li strong{
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
}

.after_footer .widget:nth-child(n+2) ul li{
	background: url(images/icoli.svg) no-repeat left center;
    padding-left: 18px;
    background-size: 10px;
}

.after_footer .widget:nth-child(4){
    float: left;
    width: 100%;
    text-align: center;
}

.after_footer .widget:nth-child(4) p{
	color: #fff;
}

#menu_fix{
	position: fixed;
	top: 35%;
	right: 5px;
}

#menu_fix ul li{
	list-style-type: none;
}

#menu_fix ul li img{
	margin-bottom: 0;
}

.page .entry-title,
.category .archive-heading a,
.tax-danh-muc .archive-heading a{
	color: #ffba00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin: 30px 0 50px;
}

.category .archive-heading,
.tax-danh-muc .archive-heading{
    text-align: center;
    margin: 30px 0 50px;
}

.page .entry-content h2,
.single .entry-content h2{
	font-size: 26px;
	font-weight: 700;
}

.page .entry-content h3,
.single .entry-content h3{
	font-size: 24px;
	font-weight: 700;
}

.page-template-page-lienhe .breadcrumb{
	display: none;
}

.page-template-page-lienhe .entry-title{
	margin: 20px 0 0;
}

.category,
.page-template-page-dichvucon{
	background: #f3f3f3;
}

.category main.content .post,
.tax-danh-muc main.content .du-an{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

.category main.content .post img{
	width: 100%;
	border-radius: 10px 10px 0 0;
	margin: 0 0 15px;
	height: 240px;
	object-fit: cover;
	padding: 0;
	border: none;
}

.category main.content .post .entry-header,
.category main.content .post .entry-content{
	padding: 0 15px;
}

.category main.content .post .entry-title a{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.category 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:nth-child(3n+1),
.tax-danh-muc main.content .du-an:nth-child(3n+1){
	clear: both;
}

.category main.content .post .more-link{
	display: block;
    color: #fff;
    background: url(images/ritet.png) no-repeat right 18px center #ffba00;
    width: fit-content;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 20px;
    background-size: 13px;
    border-radius: 5px;
    margin: 15px 0 5px;
    font-weight: 500;
}

.category main.content .post .more-link:hover{
	background: url(images/ritet.png) no-repeat right 18px center #000;
}

.content_before_footer {
	background: #fff;
	padding: 30px 0 50px;
}

.home .site-inner{
	padding: 0;
}

.dichvu .noidung .nd{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.dichvu .noidung:nth-child(odd) .nd:nth-child(1){
	float: right;
}

.dichvu .noidung .nd p{
	margin-bottom: 15px;
}

.dichvu .noidung{
	float: left;
	width: 100%;
}

.dichvu .noidung .nd .ct{
	margin: 30px 0 0;
}

.dichvu .noidung .nd h3{
	text-transform: uppercase;
	font-size: 28px;
}

.dichvu .noidung .nd ul{
	margin-left: 25px;
}

.dichvu .noidung .nd ul li{
	margin-bottom: 10px;
}

.page-template-page-dichvucon .entry-content .noidung{
	margin-bottom: 30px;
}

.single .entry-title{
	font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.single .content-sidebar-wrap{
	margin: 30px 0;
}

.single .entry-content h2{
	color: #ffba00;
}

.yarpp-related .title,
#reply-title,
.binhluan{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.yarpp-related ul li{
    list-style-type: none;
    background: url(images/ritev.png) no-repeat left center;
    padding: 10px 0 10px 20px;
    background-size: 10px;
    border-bottom: 1px dashed #d9d9d9;
}

.yarpp-related ul li a{
	color: #333;
	font-weight: 500;
}

.yarpp-related{
	margin-bottom: 30px;
}

.vietbl a {
	background: url(images/bl.png) no-repeat left center;
    padding-left: 20px;
    float: right;
    color: #333;
    font-weight: 500;
    background-size: 17px;
    font-size: 15px;
}

.content-post li{
	list-style-type: none;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-style: italic;
}

.content-post li.vietbl{
	float: right;
}

.content-post li:first-child{
	background: url(images/date.png) no-repeat left center;
	padding-left: 20px;
	background-size: 20px;
}

.content-post{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sidebar .widget .widgettitle{
	background: #ffba00;
}

.sidebar .widget .widgettitle p,
.sidebar .widget .widgettitle a{
	color: #333;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.sidebar .widget{
	background: #f3f3f3;
	border-bottom: 3px solid #ffba00;
	margin-bottom: 20px !important;
}

.sidebar .widget_media_image{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
} 

.sidebar .widget_media_image img{
	margin: 0;
	display: block;
}

.sidebar .caia-post-list-widget .post{
	float: left;
	width: 100%;
} 

.sidebar .caia-post-list-widget .post img{
	width: 150px;
	float: left;
	margin: 0 15px 0 0;
}

.sidebar .caia-post-list-widget .main-posts{
	padding: 15px;
}

.sidebar .caia-post-list-widget .post a{
	color: #333;
	font-weight: 500;
}

.sidebar .caia-post-list-widget .post .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.sidebar .caia-post-list-widget .post:last-child{
	margin-bottom: 0 !important;
}

.sidebar .caia-post-list-widget .du-an{
	position: relative;
	margin-bottom: 30px;
}

.site-header.f-head{
	position: fixed;
	z-index: 99;
	top: 0;
}

.tax-danh-muc main.content .du-an{
	border-radius: 5px;
}

.tax-danh-muc main.content .du-an img{
	width: 360px;
	height: 360px;
	object-fit: cover;
	border-radius: 5px;
}

.tax-danh-muc{
	background: #f3f3f3;
	padding-bottom: 30px;
}

ul.term-list {
    margin-left: 5px;
    text-align: center;
    border-top: 1px solid #ffba0038;
    border-bottom: 1px solid #ffba0038;
    margin-bottom: 30px;
}

ul.term-list li {
    list-style: none;
    display: inline-block;
    border: 0;
}

ul.term-list li a {
    padding: 8px 20px;
    text-transform: uppercase;
    color: inherit;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.tax-danh-muc .archive-heading{
	margin: 30px 0 20px;
}

ul.term-list li.current-term a{
    color: #ffba00;
    font-weight: 600;
}

.chitiet_sp .slider-for img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.chitiet_sp .itemnav {
	margin: 15px 15px 0 0;
}

.chitiet_sp img{
	cursor: pointer;
}

.name_project{
	background: #000;
	text-align: center;
	padding: 20px 15px;
	margin: 15px 0 0;
}

.name_project p{
	color: #ffba00;
	font-size: 17px;
}

.name_project h1{
	color: #fff;
	font-size: 24px !important;
	margin: 0 !important;
}

.full_project{
	background: #ffba00;
	margin-bottom: 30px;
}

.full_project li{
	list-style-type: none;
    display: inline-block;
    color: #333;
    width: calc(25% - 56px);
    background: url(images/ct1.png) no-repeat left 5px center;
    background-size: 35px;
    padding-left: 50px;
    border-right: 1px solid #f5f5f58f;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    padding-right: 5px;
}

.full_project li:nth-child(2){
	background: url(images/ct2.png) no-repeat left 5px center;
	background-size: 35px;
}

.full_project li:nth-child(3){
	background: url(images/ct3.png) no-repeat left 5px center;
	background-size: 35px;
}

.full_project li:nth-child(4){
	background: url(images/ct4.png) no-repeat left 5px center;
	background-size: 35px;
	border-right: none;
}

.full_project li b{
	display: block;
}

.yarpp-related .main-posts .du-an{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	position: relative;
}

.single-du-an .yarpp-related .list-info li{
	border-bottom: none !important;
	background: unset !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.single-du-an .yarpp-related .list-info .tt{
	margin-bottom: 10px;
}


.single-du-an .yarpp-related .custom_paging li{
	border-bottom: none !important;
	padding: 0;
}

.single-du-an .yarpp-related{
	background: #f3f3f3;
	padding: 50px 0 70px;
}

.single-du-an .yarpp-related .widgettitle p{
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 30px;
}

.single-du-an .yarpp-related .widgettitle p span{
	text-transform: uppercase;
    color: #ffba00;
}

.single .entry-content table,
.page .entry-content table{
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%;
    margin: 0 0 15px;
}

.single .entry-content table td, 
.single .entry-content table th,
.page .entry-content table td, 
.page .entry-content table th {
    padding: 5px 10px !important;
}

@media screen and (max-width: 1280px){
	.content-quytrinh .widget:nth-child(n+2) ul li:last-child::after{
		content: unset;
	}

	.content-danhgia button.slick-next.slick-arrow{
		top: auto;
		bottom: -55px;
		right: 15px;
	}

	.content-danhgia button.slick-prev.slick-arrow{
		top: auto;
		bottom: -55px;
		left: auto;
		right: 75px;
	}

	.content-danhgia {
	    padding: 70px 0 90px;
	}

	.after_footer .widget:nth-child(4){
		margin: 0;
	}
}

@media screen and (max-width: 1170px){
	.wrap,
	.site-inner{
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	.site-header .widget-area{
		width: fit-content;
		float: right;
		margin: 13px 45px 0 0;
	}

	.site-header .widget_text p a{
		background: url(images/download.png) no-repeat left 7px center #ffba00;
        color: #424141;
        font-weight: 600;
        padding: 4px 7px 4px 26px;
        border-radius: 5px;
        box-shadow: 2px 2px 3px #7e5c01;
        font-size: 15px;
        animation: zoomInOut 1.7s infinite ease-in-out;
        background-size: 17px;
	}

	@keyframes zoomInOut {
	    0%, 100% {
	        transform: scale(0.9);
	    }
	    50% {
	        transform: scale(1); /* phóng to 10% */
	    }
	}

	.site-header,
	.title-area{
		height: 70px;
	}

	.title-area img {
	    height: 60px;
	}

	#click-menu{
		right: 15px;
        top: 19px;
        background: #ffba0029;
        padding: 5px 5px 0;
        border-radius: 5px;
	}

	#click-menu .line{
		width: 26px;
	}

	.content-slider button.slick-prev.slick-arrow,
	.content-slider button.slick-next.slick-arrow{
		display: none !important;
	}

	.content-gioithieu .widget:nth-child(2) {
	    background: url(images/logo2.jpg) no-repeat right 15px bottom 10px #fff;
	    width: calc(100% - 30px);
	    padding: 20px 15px;
	    background-size: 320px;
	    min-height: auto;
	    margin: 0;
	}

	.content-gioithieu .widget .widgettitle {
	    font-size: 20px;
	    border-bottom: 1px solid #aca2a257;
	}

	.content-gioithieu .widget table {
	    border-spacing: 15px 0;
	}

	.content-number .widget li {
	    width: calc(50% - 30px);
	    font-size: 16px;
	    margin: 0 15px;
	}

	.content-number .widget .textwidget{
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.content-number .widget li strong{
		font-size: 36px;
	}

	.content-number .widget {
	    border-top: 1px solid #ffba00;
	    border-bottom: 1px solid #ffba00;
	}

	.content-number {
	    padding: 20px 0;
	}

	.content-service .widget:first-child,
	.content-service .widget:first-child .widgettitle{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.content-service .widget:first-child h2{
		font-size: 32px;
		margin: 20px 0;
	}

	.content-service .widget{
		width: 100%;
		border: none;
		margin: 0 0 20px;
	}

	.content-service .widgettitle {
	    padding: 5px 15px 2px;
	}

	.content-service .widgettitle .title a, .content-service .widgettitle h3 a{
		font-size: 18px;
	}

	.content-service img {
	    width: 55px;
	}

	.content-service {
	    padding: 20px 0;
	}

	.content-quytrinh{
		padding: 40px 0 20px;
	}

	.content-quytrinh h2{
		font-size: 32px;
		margin-bottom: 20px;
	}

	.content-quytrinh h2 span{
		display: block;
	}

	.content-quytrinh .widget:first-child ul li {
	    margin: 20px 2px;
	    padding: 0 10px;
	}

	.content-quytrinh .widget:nth-child(n+2) ul li {
	    width: calc(50% - 30px);
	    margin: 0 15px 30px;
	    font-size: 16px;
	}

	.content-quytrinh .widget:nth-child(n+2) ul li:nth-child(2n+1){
		clear: both;
	}

	.content-quytrinh .widget:nth-child(n+2) ul li img{
		width: 70px;
	}

	.content-quytrinh .widget:nth-child(n+2) h3{
		font-size: 18px;
	}

	.content-quytrinh .widget:nth-child(n+2) ul li::after {
	    content: '';
	    width: 20px;
	    height: 15px;
	    background: url(images/muiten.png) no-repeat;
	    position: absolute;
	    right: -35px;
	    top: 33px;
	    background-size: 20px;
	}

	.content-quytrinh .widget:nth-child(n+2) ul li:nth-child(2)::after{
		content: unset;
	}

	.content-quytrinh .widget:nth-child(n+2) ul li p{
		font-size: 15px;
	}

	.thietkethicong .widget{
		margin: 30px 0 0;
	}

	.thietkethicong .widgettitle h2{
		margin: 0;
	}

	.thietkethicong h2 a, .content-thuvien .widget .widgettitle, .content-danhgia h2, .content-tintuc h2 a{
		font-size: 32px;
	}

	.thietkethicong .widgettitle .support-extra {
	    float: left;
	    width: 100%;
	    text-align: left;
	    margin: 15px 0 0;
	}

	.thietkethicong .main-posts .du-an {
	    float: left;
	    width: 300px;
	    margin: 30px 5px;
	    position: relative;
	}

	.thietkethicong .main-posts .du-an img{
		height: 300px;
	}

	.thietkethicong .widget:nth-child(even) .widgettitle h2,
	.thietkethicong .widget:nth-child(even) .support-extra {
	    float: left;
	    margin-left: 0;
	    text-align: left;
	}

	.content-thietke {
	    padding-bottom: 30px;
	}

	.content-thuvien .widget {	    
		width: 100%;
	    margin: 30px 0 0;
	}

	.content-danhgia {
        padding: 35px 0;
        margin: 30px 0 0;
    }

    .content-tintuc h2 {
	    text-align: left;
	    margin: 30px 0;
	}

	.content-tintuc .widget .more-from-category{
		position: relative;
        float: left;
        width: 100%;
        text-align: center;
        top: auto;
        margin: 20px 0 0;
	}

	.content-tintuc .main-posts{
		width: 100%;
		margin: 0 0 20px;
	}

	.content-tintuc ul{
		width: 100%;
		margin: 0;
	}

	#click-menu.f-click{
		position: fixed;
	}

	#responsive-menu.f-menu{
		position: fixed;
		top: 70px;
	}

	.title-area{
		width: 90px;
	}

	.content-sidebar .content, .sidebar-content .content,
	.sidebar{
		width: 100%;
	}


}

@media screen and (max-width: 768px){

	.content_before_footer .widget{
		width: 100%;
	}

	.content_before_footer{
		padding: 30px 0;
	}

	.top_footer .image-upload img {
	    width: 140px;
	    display: table;
	    margin: 0 auto;
	    float: none;
	}

	.top_footer .image-upload .title,
	.top_footer .image-upload .noidung p{
		text-align: center;
	}

	.top_footer .image-upload .box {
	    float: left;
	    width: 100%;
	    margin: 20px 0 ;
	}

	.top_footer .widget:nth-child(2) {
        float: none;
        width: fit-content;
        margin: 0 auto 0;
        display: table;
    }

    .top_footer .image-upload .title{
    	font-size: 18px;
    }

    .after_footer .widget {
	    float: left;
	    width: 100%;
	    margin: 0 0 15px;
	}

	.after_footer .widget:first-child ul li strong{
		display: contents;
		font-size: 16px;
	}

	.page .entry-title, .category .archive-heading a, .tax-danh-muc .archive-heading a{
		font-size: 32px;
	}

	.page-template-page-lienhe .content_before_footer .widget{
		margin: 0 0 20px;
	}

	.category .archive-heading, .tax-danh-muc .archive-heading,
	.page .entry-title, .category .archive-heading a, .tax-danh-muc .archive-heading a{
		margin: 30px 0;
	}

	.category main.content .post, .tax-danh-muc main.content .du-an{
		width: 100%;
		margin: 0 0 25px;
	}

	.content-post li.vietbl {
	    float: left;
	    margin: 5px 0 0;
	    width: 100%;
	}

	.vietbl a{
		float: left;
	}

	.single .entry-title {
	    margin-bottom: 15px;
	}

	ul.term-list li a {
	    padding: 8px;
	    font-size: 15px;
	}

	.chitiet_sp .slider-for img {
	    width: 100%;
	    height: 300px;
	    object-fit: cover;
	}

	.full_project li {
	    width: calc(50% - 56px);
	}

	.single-du-an .yarpp-related{
		padding: 30px 0 50px;
	}

	.single-du-an .yarpp-related .widgettitle p{
		font-size: 30px;
	}

	.yarpp-related .main-posts .du-an img{
		height: 300px;
	}

	.yarpp-related .main-posts .du-an{
		width: 300px;
		margin: 0 5px 20px;
	}

}

@media screen and (max-width: 500px){

	.content-quytrinh .widget:nth-child(n+2) h3 strong{
		display: block;
	}

	.content-thuvien .widget:first-child .gallery .gallery-item img,
	.content-thuvien .widget:first-child .gallery .gallery-item:nth-child(8),
	.content-thuvien .widget:first-child .gallery .gallery-item:nth-child(8) img{
		height: 80px;
	}

	.content-thuvien .widget:last-child .gallery .gallery-item img {
	    height: 150px;
	}

	.content-tintuc ul li img {
	    width: 160px;
	}

	#menu_fix{
		top: auto;
		bottom: 20px;
	}
}