/*
	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: #111111;
	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: #222;
	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: #FFC107;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
    margin: 0 auto;
    height: 100px;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
}


.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 200px;
	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: #222;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: calc(100% - 200px);
	margin: 24px 0 0 0;
}

.title-area img{
	width: 200px;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #111111;
}

.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: 60px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #fff;
    display: block;
    padding: 12px 10px 9px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.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 {
    border-bottom: 3px solid #FFC107;
    color: #fff;
}


.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #222;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    background-color: #59b752;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
    float: left;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    background: #fbfbfb;
}

.breadcrumb .wrap{
	width: 1170px;
	color: #333;
    font-weight: 500;
}

.breadcrumb a{
	color: #222;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #222;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
	margin-bottom: 50px;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: '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: #222;
	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: #222;
}

.widget-area .widgettitle a {
	color: #222;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #222;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #333;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #f7f8fb;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #222;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    /* padding: 12px 0 0; */
    width: 400px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: calc(100% - 110px);
	border: none;
	background: unset;
	height: 40px;
}

.search-form input[type="submit"]{
	background: url(images/search.svg) no-repeat center center;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 40px;
    margin: 0;
    border: none;
    float: right;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
    width: 100%;
    position: relative;
    background: #ebb208;
    padding: 30px 0;
}

.site-footer img{
	margin: 0;
	display: block;
}

.site-footer p {
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #222;
	padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #f9f3e4;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #FFC107;
}

.section{
	float: left;
	width: 100%;
}

.site-header .widget-area p a {
	color: #111111;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    background: url(images/hotline.png) no-repeat left center;
    padding-left: 60px;
    line-height: 1.3;
    background-size: 50px;
}

.site-header .widget-area p a em{
	display: block;
	font-style: inherit;
	font-size: 24px;
	font-weight: 900;
	color: #111;
}

.site-header .widget-area .widget:first-child{
	float: left;
	width: calc(100% - 215px);
	text-align: center;
}

.site-header .widget-area .widget:last-child{
	float: right;
	width: 215px;
}

.content-head{
    background:#FFC107;
    padding: 7px 0;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.content-head ul{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.content-head li{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    color:#111;
    font-size:13px;
    font-weight:600;
    line-height:1.4;

    position:relative;
    padding:0 20px;
}

.content-head p{
	color:#111;
    font-size:13px;
    font-weight:600;
    float: right;
}

.content-head li:not(:last-child)::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:1px;
    height:26px;
    background: rgb(0 0 0 / 8%);
}

.content-head li::before{
    text-indent:0;
}

.site-header .widget-area .widget:first-child .widget-wrap{
    background: url(images/dongho.png) no-repeat left center;
    padding-left: 60px;
    background-size: 47px;
    line-height: 1.2;
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

.site-header .widget-area .widget .widgettitle{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
}

.site-header .widget-area .widget:first-child p{
	font-size: 15px;
	color: #606060;
}

.content-slider img{
	width: 100%;
	min-height: 700px;
	object-fit: cover;
}

.content-slider .widget{
	float: left;
    width: 100%;
    position: relative;
}

.content-slider .widget .box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1170px;
    z-index: 2;

    transform: translate(-50%, -50%) translateX(-200px);
    opacity: 0;

    animation: slideLeft 0.8s ease forwards;
}

@keyframes slideLeft {
    to{
        transform: translate(-50%, -50%) translateX(0);
        opacity: 1;
    }
}

.content-slider .caldera-grid {
    background: #111111d6;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
    max-width: 520px;
    color: #fff;
}

.content-slider .caldera-grid br{
    display:none;
}

.content-slider .caldera-grid .note{
    text-align:center;
    margin-bottom:18px;
}

.content-slider .caldera-grid .note p:first-child{
    margin:0;
    color:#FFC107;
    font-size:28px;
    font-weight:800;
    text-transform:uppercase;
}

.content-slider .caldera-grid .note p:last-child{
    color: #fff;
}

.content-slider .caldera-grid label.control-label{
    display:block;
    margin:0 0 7px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    line-height: 46px;
}

/* 2 ô đầu */
.content-slider form [data-field-wrapper="fld_8842007"],
.content-slider form [data-field-wrapper="fld_6767025"]{
    display:flex;
    align-items:stretch;
    margin-bottom:16px;
    overflow:hidden;
    border-radius:0 !important;
}

/* Label */
.content-slider form [data-field-wrapper="fld_8842007"] label,
.content-slider form [data-field-wrapper="fld_6767025"] label{

    width:115px;
    min-width:115px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0;

    background:#00000070;
    color:#fff;
    font-size:15px;
    font-weight:700;
}

/* icon */
.content-slider form [data-field-wrapper="fld_8842007"] label:before{
    content:"📍";
    margin: 0 5px;
}

.content-slider form [data-field-wrapper="fld_6767025"] label:before{
    content:"📍";
    margin: 0 5px;
}

/* p do WP sinh */
.content-slider form [data-field-wrapper="fld_8842007"] > p,
.content-slider form [data-field-wrapper="fld_6767025"] > p{
    display:none;
}

/* wrapper input */
.content-slider form [data-field-wrapper="fld_8842007"] > div,
.content-slider form [data-field-wrapper="fld_6767025"] > div{
    flex:1;
}

.content-slider form [data-field-wrapper="fld_8842007"] input[type="text"],
.content-slider form [data-field-wrapper="fld_6767025"] input[type="text"]{
	border-radius: 0 !important;
}

/* input */
.content-slider form input[type="text"],
.content-lienhe form input[type="text"],
.content-slider form input[type="time"]{
    height:46px;
    border:0;
    box-shadow:none;
    padding:0 18px;
    background:#fff;
    font-size:15px;
}

.content-lienhe form input[type="text"]{
	border: 1px solid #d9d9d9;
	border-radius: 10px;
}

.content-lienhe .caldera-grid textarea{
    box-shadow:none;
    padding:15px;
    background:#fff;
    font-size:15px;
    border: 1px solid #d9d9d9;
	border-radius: 10px;
}

.content-slider form input[type="text"],
.content-slider form input[type="time"]{
	border-radius: 10px;
}

.content-slider .caldera-grid select{
	height:46px;
    border:0;
    box-shadow:none;
    padding:0 18px;
    background:#fff;
    font-size:15px;
    border-radius: 10px;
}

/* Radio */
.content-slider form [data-field-wrapper="fld_1444400"]{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:16px 0 22px;
}

.content-slider form [data-field-wrapper="fld_1444400"] > div{
    display:flex;
    gap:40px;
}

.content-slider form [data-field-wrapper="fld_1444400"] .radio{
    margin:0;
    height: 40px;
}

.content-slider form [data-field-wrapper="fld_1444400"] .radio label{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    color:#fff;
    font-size:15px;
    font-weight:600;
    margin: 10px 0 0;
    padding-left: 3px;
}

/* Ẩn radio mặc định */
.content-slider form [data-field-wrapper="fld_1444400"] input[type="radio"]{
    appearance:none;
    -webkit-appearance:none;

    width:18px;
    height:18px;

    border:2px solid rgba(255,255,255,.8);
    border-radius:4px;

    background:#fff;
    margin:0;

    position:relative;
    transition:.25s;
}

/* Hover */
.content-slider form [data-field-wrapper="fld_1444400"] input[type="radio"]:hover{
    border-color:#FFC107;
}

/* Checked */
.content-slider form [data-field-wrapper="fld_1444400"] input[type="radio"]:checked{
    background:#FFC107;
    border-color:#FFC107;
}

/* Tick */
.content-slider form [data-field-wrapper="fld_1444400"] input[type="radio"]:checked::after{
    content:"";
    position:absolute;
    left:4px;
    top:1px;

    width:5px;
    height:9px;

    border:solid #111;
    border-width:0 2px 2px 0;

    transform:rotate(45deg);
}

/* Submit */
.content-slider form input[type="submit"]{
    width:100%;
    height:54px;
    border:0;
    border-radius:8px;

    background:linear-gradient(180deg,#FFD54F 0%,#FFC107 100%);
    color:#111;

    font-size:18px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.5px;

    cursor:pointer;
    position:relative;
    overflow:hidden;

    box-shadow:
        0 8px 20px rgba(255,193,7,.35),
        inset 0 1px 0 rgba(255,255,255,.45);

    transition:.25s ease;
}

/* Ánh sáng quét */
.content-slider form input[type="submit"]::before{
    content:"";
    position:absolute;
    top:0;
    left:-130%;

    width:60%;
    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );

    transform:skewX(-25deg);
    transition:.8s;
}

.content-slider form input[type="submit"]:hover{
    transform:translateY(-3px);
    box-shadow:
        0 16px 35px rgba(255,193,7,.45),
        inset 0 1px 0 rgba(255,255,255,.5);
}

.content-slider form input[type="submit"]:hover::before{
    left:160%;
}

.content-slider form input[type="submit"]:active{
    transform:translateY(0);
    box-shadow:
        0 5px 15px rgba(255,193,7,.3);
}

.content-banggia{
    padding:35px 0 40px;
    background:#fff;
}

.content-banggia .wrap{
    max-width:1200px;
}

.content-banggia-head,
.content-danxe .widget:first-child{
    text-align:center;
    margin-bottom:35px;
}

.content-banggia-head .widget-title h2,
.content-danxe .widget-title h2{
    margin:0 0 12px;
    color:#111;
    font-size:36px;
    font-weight:800;
    line-height:1.2;
    text-transform:uppercase;
}

.content-banggia-head p,
.content-danxe .widget:first-child p{
    margin:0;
    color:#333;
    font-size:16px;
    font-weight:700;
}

.content-banggia-main{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1.25fr;
    gap:14px;
}

.content-banggia-main .widget,
.content-banggia-main .widget-wrap,
.content-banggia-main .textwidget,
.content-banggia-main .banggia-table{
    height:100%;
}

.content-banggia-main p{
    margin:0;
}

.banggia-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
    border:1px solid #d7d7d7;
    border-radius:10px;
    background:#fff;
    box-shadow:0 8px 18px rgba(0,0,0,.04);
    transition: transform .25s ease, box-shadow .25s ease;
    will-change: transform;
}

.banggia-table:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,.12);
}

.banggia-table th{
    padding:13px 8px;
    background:linear-gradient(180deg,#191919,#060606);
    color: #FFC107;
    font-size: 16px;
    font-weight:800;
    line-height:1.25;
    text-align:center;
    text-transform:uppercase;
}

.banggia-table td{
    padding:24px 15px;
    color:#111;
    font-size:16px;
    font-weight:700;
    border-bottom:1px solid #ececec;
}

.banggia-table tbody tr:last-child td{
    border-bottom:0;
}

.banggia-table td:last-child{
    text-align:right;
    font-weight:800;
    color: #d51d1d;
}

.banggia-table-bus td{
    text-align:center !important;
    padding:18px 18px 20px;
    font-size:13px;
    line-height:1.45;
}

.banggia-table-bus img{
    display:block;
    max-width:60px;
    height:auto;
    margin:0 auto 5px;
}

.banggia-table-bus p{
    margin:0 0 12px;
}

.banggia-table-bus p:last-child{
    margin-bottom:0;
}

.btn-banggia{
    color: #d51d1d !important;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;

    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: transform .25s ease;
    will-change: transform;
}

.btn-banggia:hover{
    color:#FFC107 !important;
    transform: translateY(-4px);
}

.content-banggia-bottom{
    margin: 40px 0 0;
    text-align:center;
}

.content-banggia-bottom .widgettitle{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.content-banggia-bottom .textwidget > p{
    margin-bottom: 15px;
}

.content-banggia-bottom .textwidget > p:nth-of-type(4){
    display:block;
    margin:0 0 10px;
    color:#111;
    font-size:18px;
    font-weight:800;
    line-height:1.3;
    text-transform:uppercase;
}
.content-banggia-bottom table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
    border:1px solid #f1f1f1;
    border-radius:10px;
    background:#fff;
    margin: 35px 0 0;
}

.content-banggia-bottom table td{
    width:20%;
    padding:13px 18px;
    border-bottom:1px solid #eef1f4;
    color:#222;
    font-size:16px;
    line-height:1.3;
    white-space:nowrap;
    transition:.25s;
        text-align: left;
}

.content-banggia-bottom table tr:last-child td{
    border-bottom:0;
}

.content-banggia-bottom table tr:nth-child(odd){
    background:#ffc10705;
}

.content-banggia-bottom table tr:nth-child(even){
    background:#fff;
}

.content-banggia-bottom table tr:hover{
    background:#ffc1071f;
}

.content-banggia-bottom table tr:hover td{
    background:transparent;
}

.content-banggia-bottom table tr strong{
	color: #d51d1d;
}

.content-uudiem{
    background: linear-gradient(90deg, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 81%) 40%, rgb(0 0 0 / 51%) 70%, rgba(0, 0, 0, .15) 100%), url(images/visao.webp) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    margin: 30px 0 70px;
}


.content-uudiem .wrap{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
}

.content-uudiem .widget:first-child{
    grid-column:1/-1;
    margin-bottom:40px;
}

.content-uudiem .widget-title{
    margin:0;
    text-align:center;
}

.content-uudiem .widgettitle h2{
    margin:0;
    color:#fff;
    font-size:36px;
    font-weight:800;
    text-transform:uppercase;
}

.content-uudiem .image-upload{
    position:relative;
    padding:0 28px;
}

.content-uudiem .image-upload:not(:last-child)::after{
    content:"";
    position:absolute;
    top:20px;
    right:0;
    width:1px;
    height:180px;
    background:rgba(255,255,255,.15);
}

.content-uudiem .mainposts{
    text-align:center;
}

.content-uudiem .mainposts img{
    width:90px;
    height:90px;
    object-fit:contain;
    background:#fff;
    border-radius:50%;
    padding:16px;
    margin:0 auto 18px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    transition:transform .25s ease, box-shadow .25s ease;
}

.content-uudiem .image-upload:hover .mainposts img{
    transform:translateY(-4px);
    box-shadow:0 16px 32px rgba(0,0,0,.35);
}

.content-uudiem .title h3{
    margin:0 0 12px;
    color:#FFC107;
    font-size:20px;
    font-weight:800;
    line-height:1.3;
    text-transform:uppercase;
}

.content-uudiem .noidung{
    color:rgba(255,255,255,.9);
    font-size:15px;
    line-height:1.8;
}

.content-uudiem .noidung p{
    margin:0;
    color: #fff;
}

.content-danxe .widget:first-child{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.content-danxe .widget:nth-child(6){
	clear: both;
}

.content-danxe .widget .title,
.content-danxe .widget .title h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.content-danxe .widget .title h3{
	margin: 0;
}

.content-danxe .widget .title{
	margin-bottom: 20px;
	line-height: 1.3;
}

.content-danxe .widget .title span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
}


.content-danxe .widget:nth-child(n+2){
    border: 1px solid #f3f3f3;
    border-radius: 20px;
    float: left;
    width: calc(25% - 32px);
    margin: 15px;
    text-align: center;
    overflow: hidden;
}

.content-danxe .widget:nth-child(n+2) img{
    display: block;
    width: 100%;
    border-radius: 20px 20px 0 0;
    transition: transform .4s ease;
}

.content-danxe .widget:nth-child(n+2):hover img{
    transform: scale(1.08);
}

.content-danxe .widget:nth-child(n+2){
    transition: transform .3s ease, box-shadow .3s ease;
}

.content-danxe .widget:nth-child(n+2):hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.site-footer .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 10px 15px;
}

.site-footer .widget .widgettitle{
	color: #111;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	position: relative;
	padding-bottom: 10px;
}

.site-footer .widget .widgettitle::after{
	content: '';
	width: 60px;
	height: 3px;
	background: #111;
	position: absolute;
	left: 0;
	bottom: 0;
}

.site-footer .widget li{
	list-style-type: none;
	margin-bottom: 15px;
}

.site-footer .widget li a{
	color: #111;
	transition: all 0.2s;
}

.site-footer .widget li a:hover {
    padding-left: 4px;
}

h1.entry-title{
	font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
}

.page h1.entry-title,
.archive-heading{
	text-align: center;
}

.page-template-page-datxe h1,
.page-template-page-datxe .site-inner,
.page-template-page-banggia h1{
	display: none;
}

.page-template-page-datxe .content-slider img{
	margin: 0;
	display: flex;
}

.archive-heading a{
	font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #111;
}

.archive main.content{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 30px 0 0;
}

.archive main.content .post img{
	margin: 0 0 15px 0;
    aspect-ratio: 555 / 370;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 0;
    background: unset;
}

.archive main.content .post h2 a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.archive main.content .post{
	position: relative;
}

.archive main.content .entry-time{
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    width: 56px;
    height: 56px;
    background: #ffb300;
    color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.archive main.content .entry-time .month{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.archive main.content .entry-time .year{
    font-size: 19px;
    font-weight: 800;
}


.archive main.content .post:hover h2 a {
	color: #ffb300;
}

.single .content .post .entry-content h2, .page .content .page .entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #ffb300;
    margin: 15px 0;
}

.single .content .post .entry-content h3, .page .content .page .entry-content h3, .product-tabs-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 15px 0;
}

.lienhe-map iframe{
	width: 100%;
	display: flex;
}

.content-lienhe .lienhe-grid{
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 30px;
    align-items: start;
    margin-bottom: 70px;
}

.content-lienhe .lienhe-info{
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(15,23,42,.08);
}

.content-lienhe .lienhe-info p{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 18px 0;
    font-size: 17px;
    line-height: 1.6;
    border-bottom: 1px dashed #e7e7e7;
}

.content-lienhe .lienhe-info p:last-child{
    border-bottom: 0;
}

.content-lienhe .lienhe-info strong{
    color: #0f2d66;
}

.content-lienhe .lienhe-form{
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(15,23,42,.08);
}

.content-lienhe h2,
.content-lienhe .tt p{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-lienhe .caldera-grid{
    margin: 0;
}

.content-lienhe .row{
    margin-left: -8px;
    margin-right: -8px;
}

.content-lienhe .col-sm-6,
.content-lienhe .col-sm-12{
    padding-left: 8px;
    padding-right: 8px;
}

.content-lienhe .form-group{
    margin-bottom: 16px;
}
.content-lienhe .form-control:focus{
    border-color: #ffb400;
    box-shadow: 0 0 0 4px rgba(255,180,0,.12);
    outline: 0;
}

.content-lienhe input[type="submit"]{
    height: 54px;
    padding: 0 34px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(90deg,#ffb300,#ffc928);
    color: #082b66;
    font-size: 17px;
    font-weight: 700;
    transition: .25s;
    box-shadow: 0 12px 25px rgba(255,179,0,.25);
}

.content-lienhe input[type="submit"]:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(255,179,0,.35);
}

.page-template-page-lienhe .content{
	margin-bottom: 0;
}

#click-menu{
	display: none;
}

.nav-primary.f-nav{
	position: fixed;
	z-index: 9;
	top: 0;
}


/*------------------ mobi ------------------------*/

@media (max-width: 1200px) {

	.wrap,
	.site-inner,
	.breadcrumb .wrap{
		width: calc(100% - 30px);
	}

	.content-slider .widget .box {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: calc(100% - 30px);
	    z-index: 9999;
	    transform: translate(-50%, -50%) translateX(-200px);
	    opacity: 0;
	    animation: slideLeft 0.8s ease forwards;
	}

	.banggia-table th{
		font-size: 13px;
	}

	.banggia-table td {
	    padding: 15px 10px;
	    font-size: 14px;
	}

	.banggia-table-bus p{
		font-size: 14px;
	}

	.content-banggia-head .widget-title h2, .content-danxe .widget-title h2,
	.content-uudiem .widgettitle h2{
		font-size: 30px;
	}

	.content-uudiem .title h3{
		font-size: 16px;
	}

	.content-uudiem .noidung p{
		font-size: 15px;
	}

	.menu-primary li, .menu-secondary li, .site-header .menu li {
	    margin-right: 30px;
	}

	.content-uudiem .mainposts img{
		width: 70px;
		height: 70px;
	}

}


@media (max-width: 960px) {

	#click-menu{
		display: block;
        background: #FFC107;
        padding: 5px 5px 0 5px;
        border-radius: 5px;
        right: 15px;
        top: 43px;
	}

	#click-menu .line{
		width: 26px;
	}

	.nav-primary{
		display: none;
	}

	.content-head p {
	    font-size: 12px;
	}

	.content-head{
		padding: 5px 0;
	}

	.site-header,
	.title-area{
		height: 60px;
	}

	.title-area{
		width: 115px;
	}

	.title-area img {
	    width: 115px;
	}

	.site-header .widget-area {
        width: fit-content;
        margin: 12px 50px 0 0;
    }

	.site-header .widget-area .widget:first-child{
		width: 100%;
	}

	.site-header .widget-area .widget:last-child{
		display: none;
	}

	.site-header .widget-area .widget .widgettitle {
	    font-size: 12px;
	}

	.site-header .widget-area .widget:first-child p {
	    font-size: 8px;
	}

	.site-header .widget-area .widget:first-child .widget-wrap {
	    background: url(images/dongho.png) no-repeat left center;
	    padding: 5px 0 5px 28px;
	    background-size: 20px;
	}

	#responsive-menu ul li a{
		font-size: 15px !important;
	}

	.content-slider .widget .box {
        width: calc(100% - 10px);
    }

    .content-slider .caldera-grid{
    	padding: 15px;
    }

    .content-slider .caldera-grid .note p:first-child{
    	font-size: 18px;
    }

    .content-slider .caldera-grid .note p:last-child{
    	font-size: 12px;
    }

    .content-slider form input[type="text"], .content-lienhe form input[type="text"], .content-slider form input[type="time"],
    .content-slider .caldera-grid label.control-label,
    .content-slider .caldera-grid select{
    	height: 40px;
    	line-height: 40px;
    }

    .content-slider form [data-field-wrapper="fld_8842007"], .content-slider form [data-field-wrapper="fld_6767025"]{
    	margin-bottom: 5px;
    }

    .content-slider form [data-field-wrapper="fld_1444400"] {
	    margin: 0px 0 5px;
	}

	.content-slider form [data-field-wrapper="fld_1444400"] .radio label,
	.content-slider form [data-field-wrapper="fld_8842007"] input[type="text"], 
	.content-slider form [data-field-wrapper="fld_6767025"] input[type="text"]{
		font-size: 14px;
	}

	.content-slider form input[type="submit"]{
		height: 42px;
		font-size: 15px;
	}

	.content-slider img {
	    min-height: 800px;
	}

	.content-banggia-head .widget-title h2, .content-danxe .widget-title h2, .content-uudiem .widgettitle h2 {
        font-size: 26px;
    }

    .content-banggia-main {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    gap: 14px;
	}

	.content-banggia-bottom table{
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        position: relative;
    }

    .content-banggia-bottom table td{
    	font-size: 15px;
    	padding: 10px;
    }

    .content-uudiem {
	    padding: 30px 0;
	    margin: 30px 0;
	}

	.content-uudiem .image-upload {
	    padding: 0 15px;
	}

	.content-uudiem .wrap {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 20px;
	}

	.site-footer .widget {
	    width: 100%;
	    margin: 0 0 15px;
	}

	.site-header.f-head{
		position: fixed;
		top: 0;
		z-index: 9;
		background: #ffffff;
		box-shadow: 0 8px 24px rgba(0,0,0,.12);
	}

	.click-menu.f-menu{
		position: fixed;
		top: 15px !important;
	}

	#responsive-menu.f-list{
		position: fixed;
		top: 60px !important;
	}

	.breadcrumb {
	    padding: 10px 0;
	    font-size: 14px;
	}

	h1.entry-title{
		font-size: 28px;
	}

	.archive main.content {
	    grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 500px) {
	div[data-field-wrapper="fld_6759245"],
	div[data-field-wrapper="fld_3751758"]{
	    display: flex;
	    align-items: center;
	    gap: 5px;
	}

	div[data-field-wrapper="fld_6759245"] > label,
	div[data-field-wrapper="fld_3751758"] > label{
	    flex: 0 0 55px;
	    margin: 0;
	}

	div[data-field-wrapper="fld_6759245"] > div,
	div[data-field-wrapper="fld_3751758"] > div{
	    flex: 1;
	}

	.content-slider form input[type="text"], .content-lienhe form input[type="text"], 
	.content-slider form input[type="time"], .content-slider .caldera-grid label.control-label, 
	.content-slider .caldera-grid select {
        height: 36px;
        line-height: 36px;
    }

    .content-slider .caldera-grid label.control-label{
    	font-size: 13px;
    	margin: 0;
    }

    .content-slider .caldera-grid .row:nth-last-child(3){
	    display: flex;
	    margin-left: -8px;
	    margin-right: -8px;
	}

	.content-slider .caldera-grid .row:nth-last-child(3) > div{
	    width: 50%;
	    max-width: 50%;
	    flex: 0 0 50%;
	    padding-left: 8px;
	    padding-right: 8px;
	}

	.content-slider form input[type="text"], 
	.content-slider .caldera-grid select,
	.content-lienhe form input[type="text"], .content-slider form input[type="time"]{
		padding: 0 10px;
	}

	.content-slider img {
        min-height: 590px;
        margin: 0;
    }

    .content-slider .widget .box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 10px);
        z-index: 9999;
        transform: translate(-50%, -50%) translateX(-200px);
        opacity: 0;
        animation: slideLeft 0.8s ease forwards;
    }

    .content-banggia-head .widget-title h2, .content-danxe .widget-title h2, .content-uudiem .widgettitle h2 {
        font-size: 24px;
    }

    .content-banggia {
	    padding: 30px 0 0;
	}

	.content-uudiem .mainposts img {
        width: 40px;
        height: 40px;
    }

    .content-uudiem .widget:first-child {
	    margin-bottom: 10px;
	}

	.content-uudiem .image-upload:not(:last-child)::after{
		content: unset;
	}

	.content-uudiem .wrap {
        gap: 10px;
    }

    .content-uudiem .image-upload {
        padding: 0 ;
    }

    .content-uudiem .noidung p {
        font-size: 14px;
    }

    .content-danxe .widget:nth-child(n+2) {
	    border-radius: 10px;
	    width: calc(50% - 22px);
	    margin: 10px;
	}

	.home .site-inner{
		        padding: 0;
	}

	.archive main.content {
	    grid-template-columns: repeat(1, 1fr);
	            gap: 0;
	}


}

@media (max-width: 395px) {
	.site-header .widget-area .widget .widgettitle {
	    font-size: 12px;
	}

	.site-header .wrap{
		width: calc(100% - 10px);
	}

	#click-menu{
		right: 5px;
	}

	.content-head p {
        font-size: 11px;
    }

    .site-header .widget-area {
        width: fit-content;
        margin: 12px 42px 0 0;
    }
}

@media (max-width: 375px) {
	.content-banggia-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {

	    .site-header .widget-area .widget .widgettitle {
        font-size: 11px;
    }
    
	.site-header .widget-area {
        margin: 15px 42px 0 0;
    }

	.site-header .widget-area .widget:first-child p {
	    font-size: 6px;
	}

	.site-header .widget-area .widget:first-child .widget-wrap {
	    background-size: 20px;
	}
}