/*
	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: 100px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 230px;
	height: 100px;
}

.site-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat left center;
	background-size: 100px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: fit-content;
	margin:19px 0 0 0;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #27a3d6;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	margin-right: 2px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #333;
    display: block;
    padding: 13px 0 12px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 15px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
    color: #27a3d6;
    padding: 13px 0 4px;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    background-color: #59b752;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
	padding-top: 20px;
}

.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: #f7f9f5;
    padding: 10px 0;
	font-size: 15px;
}

.breadcrumb .wrap{
	width: 1170px;
	color: #21b32a;
    font-weight: 500;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #333;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	font-size: 16px;
	color: #333;
}

.widget-area .widgettitle a {
	color: #333;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #333;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #21b32a;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #f7f9f5;
	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 {
	
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    /* padding: 12px 0 0; */
    width: 400px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: calc(100% - 110px);
	border: none;
	background: unset;
	height: 40px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
    width: 100%;
    background: #11346b;
    padding: 10px 0;
    color: #fff;
}

.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: #9d9d9d;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #27a3d6;
}

.section{
	float: left;
	width: 100%;
}

.site-header .widget p a {
	color: #333;
    background: url(images/ico-hotline.svg) no-repeat left center;
    padding-left: 59px;
    display: block;
    line-height: 25px;
    font-size: 15px;
    background-size: 50px;
    margin-left: 20px;
    font-weight: 500;
}

.site-header .widget a em {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: #27a3d6;
    font-style: inherit;
}

.site-header .widget{
	float: left;
}

.site-footer .widget{
	width: calc(33.33% - 30px);
	margin: 50px 15px 25px;
	float: left;
}

.site-footer .widget .widgettitle{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 10px;
}

.site-footer .widget .widgettitle::after{
	content: '';
	width: 70px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.site-footer .widget ul{
	margin-left: 20px;
}

.site-footer .widget ul li{
	margin-bottom: 10px;
}

.site-footer .widget p{
	margin-bottom: 15px;
}

.site-footer .caldera-grid input{
	box-shadow: unset;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.site-footer .caldera-grid textarea{
	box-shadow: unset;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.site-footer .caldera-grid label{
	color: #fff;
}

.site-footer .caldera-grid .checkbox{
	float: left;
	width: 50%;
	margin: 5px 0;
}

.site-footer .caldera-grid .checkbox:nth-child(2n+1){
	clear: both;
}

.site-footer .caldera-grid input[type="submit"]{
	display: inline-block;
    margin: 25px auto 0;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    line-height: 30px;
    background: #ff7a29;
    color: #fff;
    border: none;
    padding: 0 30px;
}

#fix-icon {
	position: fixed;
	top: 40%;
	right: 10px;
	z-index: 99;
}

#fix-icon ul li{
	list-style-type: none;
	margin: 0;
}

#fix-icon ul li img{
	width: 60px;
	margin: 0 0 5px;
}

#click-menu{
	display: none;
}

.content-slider img{
	width: 100%;
}

.content-gioithieu .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 70px 15px;
}

.content-gioithieu .widget img{
	border-radius: 15px 0;
}

.content-gioithieu .widget .widgettitle h2,
.content-sanpham h2,
.content-quytrinh h2,
.content-video h2,
.content-duan h2{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #27a3d6;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.content-gioithieu .widget .widgettitle h2::after,
.content-quytrinh h2::after{
	content: '';
	width: 70px;
	height: 2px;
	background: #27a3d6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.content-gioithieu .widget:first-child p{
	margin-bottom: 15px;
	text-align: justify;
}

.content-chonctoi .widget{
    float: left;
    width: calc(25% - 30px);
    background: #0794d2;
    text-align: center;
    position: relative;
    padding: 20px 0 30px;
    box-shadow: 2px 2px 10px #c7e1ed;
    margin: 70px 15px 30px;
    border-radius: 10px;
    min-height: 150px;
}

.content-chonctoi .widget{
    transform: translateY(80px);
    opacity: 0;
}

.content-chonctoi.show .widget{
    animation: slideUp 0.6s ease forwards;
}

/* delay từng widget */
.content-chonctoi .widget:nth-child(1){
    animation-delay: 0s;
}
.content-chonctoi .widget:nth-child(2){
    animation-delay: 0.1s;
    background: #f9c10e;
}
.content-chonctoi .widget:nth-child(3){
    animation-delay: 0.2s;
    background: #ff7a29;
}
.content-chonctoi .widget:nth-child(4){
    animation-delay: 0.3s;
    background: #0d336e;
}

.content-chonctoi .widget img{
	width: 70px;
	border-radius: 5px;
}

.content-chonctoi .widget .title{
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    line-height: 1.3;
}

.content-chonctoi .widget .title span{
	display: block;
}

.content-gioithieu .widget{
    overflow: hidden;
    border-radius: 15px 0;
}

.content-gioithieu .widget img{
    width: 100%;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(.25,.46,.45,.94);
    will-change: transform;
}

.content-gioithieu .widget:hover img{
    transform: scale(1.08);
}

.content-gioithieu .widget:first-child p:last-child a{
	background: #0794d2;
    color: #fff !important;
    padding: 12px 15px 12px 40px !important;
    border-radius: 10px;
    transition: background-color 0.4s ease;
    margin: 20px 0 0;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.content-gioithieu .widget:first-child p:last-child a:hover{
	background: #0d336e;
}

/* icon */
.content-gioithieu .widget:first-child p:last-child a::before{
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(images/download.png) no-repeat center;
    background-size: contain;
    transform: translateY(-50%) scale(0.9);
    animation: zoomIcon 1.7s infinite ease-in-out;
}

@keyframes zoomIcon{
    0%,100%{
        transform: translateY(-50%) scale(1);
    }
    50%{
        transform: translateY(-50%) scale(1.2);
    }
}

.content-sanpham .widgettitle h2,
.content-video h2,
.content-duan h2{
	text-align: center;
}

.content-sanpham .widgettitle h2::after,
.content-video h2::after,
.content-duan h2::after{
	content: '';
    width: 150px;
    height: 2px;
    background: #27a3d6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.content-sanpham table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.content-sanpham table th,
.content-sanpham table td{
    border: 1px solid #f3f3f3;
    padding: 10px 12px;
}

.content-sanpham table tr:nth-child(even){
    background: #fafafa;
}

.content-sanpham table th,
.content-sanpham table td{
    text-align: center;
}

/* cột Tên hàng (cột 2) căn trái */
.content-sanpham table th:nth-child(2),
.content-sanpham table td:nth-child(2){
    text-align: left;
}

.content-sanpham p{
	margin-bottom: 15px;
	text-align: justify;
}

.content-quytrinh {
	background: url(images/nen.jpg) no-repeat bottom right #ecf5fa;
    margin: 70px 0;
    padding: 70px 0 50px;
}

.content-quytrinh .widget:not(:first-child){
	background: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #01acfe;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
    float: left;
    width: calc(25% - 72px);
    margin: 0 15px 30px;
    position: relative;
    min-height: 265px;
}

.content-quytrinh .widget:nth-child(6){
	clear: both;
}

.content-quytrinh .widget:not(:first-child) img{
    height: 50px;
    width: auto;
    margin: 30px 0 20px;
}

.content-quytrinh .widget:not(:first-child) .title {
	position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #02acff;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #0493d9;
    font-size: 18px;
}


.content-quytrinh h2{
	margin:0 15px 75px;
}

.content-quytrinh .widget:not(:first-child){
    transform: translateY(80px);
    opacity: 0;
}

.content-quytrinh.show .widget:not(:first-child){
    animation: slideUp 0.6s ease forwards;
    animation-delay: 0.1s;
}

.embed-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.embed-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes slideUp{
    from{
        transform: translateY(80px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

.listvd .widget{
	float: left;
	margin: 0 15px;
}

.listvd .widget iframe{
	width: 100%;
	height: 480px;
}

.content-map iframe{
	width: 100%;
}

.content-map{
	margin: 70px 0 0;
}

.home .site-inner{
	padding: 0;
}

.content-duan{
	margin: 70px 0 0;
}

.content-duan .gallery-columns-3{
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 20px;
}

.content-duan .gallery-item{
	margin: 0;
}

.content-duan .gallery-item img{
	width: 100%;
    height: 280px;
    object-fit: cover;
}

.nhanbaogia a {
    background: url(images/call.png) no-repeat left 10px center #ff7a29;
    color: #fff !important;
    padding: 10px 15px 8px 40px !important;
    border-radius: 10px;
    animation: zoomInOut 1.7s infinite ease-in-out;
    transition: background-color 0.4s ease;
    font-weight: bold !important;
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1); /* phóng to 10% */
    }
}

.content-video button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 38%;
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 70px;
}


.content-video button.slick-next.slick-arrow {
    background: url(images/next.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 38%;
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 70px;
}


@media (max-width: 1200px) {
	.wrap,
	.site-inner,
	.breadcrumb .wrap{
		width: calc(100% - 30px);
	}

	.title-area{
		width: 195px;
	}

	.site-header .widget a em{
		font-size: 22px;
	}

	.site-header .widget p a {
	    padding-left: 50px;
	    background-size: 42px;
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 0 10px;
	}
}

@media (max-width: 1170px) {
	.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 0 5px;
	}

	.site-header .widget a em{
		font-size: 18px;
	}
}

@media (max-width: 960px) {
	#click-menu {
        display: block;
        background: #d7f3ff;
        padding: 5px 5px 0 5px;
        border-radius: 5px;
        top: 19px;
        right: 15px;
    }

    #responsive-menu .nhanbaogia{
    	display: none;
    }

    .site-title a, .site-title a:hover{
    	background-size: 70px;
    }

	.site-header,
	.title-area{
		height: 70px;
	}

	.title-area img {
	    width: 120px;
	}

	.site-header .widget-area {
        margin: 16px 45px 0 0;
    }

	.title-area {
        width: 125px;
    }

    .click-menu .line{
    	width: 26px !important;
    }

    .site-header .widget p a{
    	font-size: 14px;
    	line-height: 1.3;
    	margin: 0;
    }

    .site-header .widget p a em{
    	font-size: 17px;
    }

    .site-header .widget p a {
        padding-left: 40px;
        background-size: 35px;
    }

}


@media (max-width: 768px) {
	.content-gioithieu .widget{
		width: 100%;
		margin: 0 0 10px 0;
	}

	.content-chonctoi .widget img {
	    width: 45px;
	    border-radius: 5px;
	}

	.content-chonctoi .widget {
	    width: calc(25% - 10px);
	    position: relative;
	    padding: 20px 0 10px;
	    margin: 30px 5px ;
	    min-height: 135px;
	}

	.content-chonctoi .widget .title {
	    font-weight: 500;
	    font-size: 12px;
	    padding: 0 2px;
	    line-height: 1.3;
	}

	.content-gioithieu .widget .widgettitle h2, .content-sanpham h2, .content-quytrinh h2, .content-video h2, .content-duan h2{
		font-size: 26px;
	}

	.content-sanpham{
		margin: 30px 0 0;
	}

	.content-quytrinh {
	    margin: 25px 0;
	    padding: 40px 0;
	}

	.content-quytrinh h2 {
	    margin: 0 0 50px;
	}

	.content-quytrinh .widget:not(:first-child) {
	    padding: 10px;
	    width: calc(50% - 36px);
	    margin: 0 7px 30px;
	}

	.content-quytrinh .widget:not(:first-child) .title{
		width: 90px;
		padding: 0;
		font-size: 17px;
	}

	.content-quytrinh .widget:not(:first-child) img {
	    height: 40px;
	    width: auto;
	    margin: 28px 0 10px;
	}

	.content-quytrinh .widget:not(:first-child) p{
		font-size: 15px;
	}

	.content-quytrinh.show .widget:nth-child(4),
	.content-quytrinh.show .widget:nth-child(6),
	.content-quytrinh.show .widget:nth-child(8){
		clear: both;
	}

	.site-header .widget_nav_menu li{
		display: none;
	}

	.site-header .widget_nav_menu li.nhanbaogia{
		display: block;
	}

	#click-menu{
		display: none !important;
	}

	.site-header .widget-area {
        margin: 13px 0 0 0;
    }

    .nhanbaogia a {
	    background: url(images/call.png) no-repeat left 5px center #ff7a29;
	    color: #fff !important;
	    padding: 6px 15px 6px 30px !important;
	    border-radius: 10px;
	    animation: zoomInOut 1.7s infinite ease-in-out;
	    transition: background-color 0.4s ease;
	    font-weight: bold !important;
	}

}

@media (max-width: 500px) {
	.content-quytrinh.show .widget:nth-child(5), .content-quytrinh.show .widget:nth-child(6) {
        min-height: 260px;
    }

    .listvd .widget iframe {
	    width: 260px;
	    height: 380px;
	}

	.content-duan .gallery-item img {
	    width: 100%;
	    height: 150px;
	    object-fit: cover;
	}

	.content-duan .gallery-columns-3 {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 11px;
	}

	.content-map {
	    margin: 40px 0 0;
	}

	.site-footer .widget {
	    width: calc(100% - 30px);
	    margin: 0px 0 25px;
	    float: left;
	}

	.site-footer .widget .widgettitle{
		font-size: 20px;
	}

	.site-footer{
		padding-top: 30px;
	}

	#button-contact-vr{
		right: 0;
	}

	.site-header.f-head{
		position: fixed;
		top: 0;
		z-index: 999;
		background: #fff;
	}

	#click-menu.f-menu{
		position: fixed;
	}

	#responsive-menu.f-list{
		position: fixed;
	}

	#banggia table {
	  display: block;
	  width: 100%;
	  overflow-x: scroll;              /* luôn hiện thanh cuộn ngang */
	  -webkit-overflow-scrolling: touch;
	  border-collapse: collapse;
	  margin-bottom: 15px;
	}

	/* Scrollbar style - Chrome, Edge, Safari */
	#banggia table::-webkit-scrollbar {
	  height: 10px;                    /* độ dày thanh cuộn ngang */
	}

	#banggia table::-webkit-scrollbar-track {
	  background: #f1f1f1;              /* màu nền track */
	}

	#banggia table::-webkit-scrollbar-thumb {
	  background: #0075CC;                 /* màu thanh cuộn */
	  border-radius: 5px;
	}

	#banggia table::-webkit-scrollbar-thumb:hover {
	  background: #0075CC;                 /* hover đậm hơn */
	}

	/* Firefox */
	#banggia table {
	  scrollbar-width: thin;            /* mỏng */
	  scrollbar-color: #888 #f1f1f1;    /* màu thumb + track */
	}

}

@media (max-width: 400px) {

	.content-quytrinh.show .widget:not(:first-child) {
	    min-height: 260px;
	}

	.content-quytrinh.show .widget:nth-child(5){
		min-height: 260px;
	}

	.content-quytrinh.show .widget:nth-child(6){
		min-height: 310px;
	}

}

@media (max-width: 370px) {
	    .content-quytrinh.show .widget:nth-child(5) {
        min-height: 280px;
    }
}