/*
	Theme Name: CAIA
	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: #434343;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	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: #434343;
	font-family: "Montserrat", 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: 600;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

.class-new{
	background: #F7F3F2;
}

.class-new.class-doctor{
	background: #fff;
}

.class-recruit{
	background: rgba(235, 223, 229, 0.2);
}

::-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;
	padding-top: 10px;
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
	z-index: 5;
}

.home .site-header{
	background: transparent;	
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 126px;
	margin-left: 15px;
	height: 100px;
}

.site-title {
	font-family: "Montserrat", 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: #434343;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.home .site-title img{
	filter: brightness(0) invert(1);
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: auto;
	margin-right: 15px;
}

.site-header .widget_search{
	float: left;
	width: 480px;
	background: #F5F5F5;
	border-radius: 100px;
	height: 45px;
	overflow: hidden;
	margin: 30px 0 0;
}

.home .site-header .widget_search{
	background: #fff;
}

.site-header .widget_search input[type="submit"]{
	float: right;
	width: 60px;
	height: 45px;
	border: none;
	padding: 0;
	margin: 0;
	background: url(images/search.svg) no-repeat center center;
	text-indent: -9999px;
}

.site-header .image-upload{
	border: 1px solid #3D0E02;
	float: right;
	padding: 8.8px 25px;
	margin: 30px 0 0 10px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
}

.home .site-header .image-upload{
	border: 1px solid #fff;	
}

.site-header .image-upload:last-child{
	background: #6B1904;
	border: 1px solid #6B1904;
}

.site-header .image-upload:hover{
	background: #6B1904;
	border: 1px solid #6B1904;
	color: #fff;
}

.site-header .image-upload:hover img,
.home .site-header .image-upload .alignleft img{
	filter: brightness(0) invert(1);
}

.site-header .image-upload .mainposts{
	display: flex;
	align-items: center;
}

.site-header .image-upload .box{
	display: table;
}

.site-header .image-upload .alignleft{
	margin: 0 5px 0 0;
}

.site-header .image-upload .title a{
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	color: #3D0E02;
}

.site-header .image-upload:hover .title a,
.site-header .image-upload:last-child .title a,
.home .site-header .image-upload .title a{
	color: #fff;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 60px;
	background: #fff;
	position: relative;
	z-index: 5;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	border-top: 1px solid rgb(4 4 4 / 10%);
	text-align: center;
}

.home .nav-primary{
	background: transparent;	
	border-top: none;
}

.nav-primary.f-nav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3000;
	background: #fff;
	border-bottom: 1px solid rgb(67 67 67 / 10%)
}

.logged-in .nav-primary.f-nav{
	top: 32px;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #434343;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	display: inline-block;;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #434343;
	font-size: 15px;
	display: block;
	padding: 17px 25px 18px;
	position: relative;
	text-decoration: none;
}

.home .menu-primary a{
	color: #fff;
}

.home .nav-primary.f-nav a{
	color: #434343;
}

.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 {
	font-weight: 600;
	color: #6B1904;
}

.home .menu-primary li a:active,
.home .menu-primary li a:hover,
.home .menu-primary .current_page_item a,
.home .menu-primary .current-cat a,
.home .menu-primary .current-menu-item a{
	color: #EBB09E;
}

.home .nav-primary.f-nav li a:active,
.home .nav-primary.f-nav li a:hover,
.home .nav-primary.f-nav .current_page_item a,
.home .nav-primary.f-nav .current-cat a,
.home .nav-primary.f-nav .current-menu-item a{
	color: #6B1904;	
}

.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;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #434343;
	font-size: 15px;
	padding: 20px 0;
	position: relative;
	text-transform: none;
	width: 390px;
	text-align: left;
	font-weight: 400;
}

.menu-primary li li a::after,
.menu-secondary li li a::after,
.site-header .menu li li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #6B1904;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.menu-primary li li a:hover::after,
.menu-secondary li li a:hover::after,
.site-header .menu li li a:hover::after {
	transform: scaleX(1);
}

.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: #6B1904 !important;
	font-weight: 400;
}

.menu-primary li li:last-child a,
.menu-primary li li:last-child a:active,
.menu-primary li li:last-child a:hover{
	border: none;
}

.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: 390px;
	z-index: 9999;
	background: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.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: 90px 0 80px;
	width: 1170px;
}

.home .site-inner,
.class-client .site-inner{
	padding: 0;
}

.single .site-inner{
	padding: 50px 0;
}

.class-doctor .site-inner{
	padding: 70px 0;	
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: url(images/bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
	color: #fff;
}

.class-recruit .breadcrumb{
	background: #6B1904;
}

.single .breadcrumb{
	background: rgba(235, 223, 229, 0.2);
	text-align: left;
	color: #434343;
}

.class-contact .breadcrumb{
	background: url(images/bg3.jpg) no-repeat center center;
	background-size: cover;
}

.class-doctor .breadcrumb{
	background: url(images/bg4.jpg) no-repeat center center;
	background-size: cover;
}

.class-step .breadcrumb{
	background: url(images/bg5.jpg) no-repeat center center;
	background-size: cover;
}

.breadcrumb .wrap{
	width: 1140px;
}

.breadcrumb a{
	color: #fff;
}

.single .breadcrumb a{
	color: #434343;
}

.breadcrumb .separator{
	margin: 0 5px;
}

.breadcrumb .archive-heading,
.breadcrumb .archive-heading a{
	font-size: 40px;
	color: #EBB09E;
	font-weight: 600;
	line-height: 1.3;
	margin: 15px 0 0;
}

.breadcrumb .archive-heading.recruit{
	color: #7D1C04;
	width: calc(100% - 210px);
}

.breadcrumb .button-recruit{
    color: #3D0E02;
    font-weight: 600;
    border-radius: 100px;
    border: 1px solid #6B1904;
    padding: 15px 0;
    text-align: center;
    display: block;
    cursor: pointer;
    width: 190px;
    margin: -55px 0 0;
    float: right;
    position: relative;
    overflow: hidden;
}

/* 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 35px;
	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;
}

.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: "Montserrat", 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: #434343;
	font-family: "Montserrat", sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	font-size: 25px;
	color: #6B1904;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 30px;
}

.widget-area .widgettitle a,
.widget-area .widgettitle p{
	font-size: 25px;
	color: #6B1904;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 35px;
	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;
}

/* 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;
	border-radius: 10px;
}

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: 15px;
	overflow: hidden;
	padding: 50px 0 20px;
	width: 100%;
	text-align: center;
}

.class-doctor .pagination{
	padding: 20px 0;
}

.pagination li{
	display: inline-block;
	margin: 0 5px;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a{
    color: #434343;
    width: 35px;
    height: 35px;
    align-items: center;
    text-align: center;
    display: inline-grid;
    border-radius: 100%;
}

.pagination li a:hover,
.pagination li.active a {
	background: #EBDFE5;
	color: #6B1904;
	font-weight: 600;
}

/* 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: #FBF9FA;
	margin: 0 0 40px;
	padding: 30px 20px;
	float: left;
	width: calc(100% - 40px);
	border-radius: 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #434343;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	padding: 0;
	float: left;
	width: 100%;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 0 25px;
	width: calc(100% - 60px);
	float: left;
	height: 45px;
	border: none;
	background: transparent;
	font-style: italic;
	outline: none;
}

.search-form input[type="search"]::planeholder{
	font-style: italic;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	clear: both;
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: #F7F3F2;
}

.class-new .site-footer{
	border-top: 1px solid rgba(67, 67, 67, 0.1);
}

.site-footer .wrap {
	overflow: hidden;
	padding: 0;
}

.site-footer p {
	font-size: inherit;
}

.site-footer a,
.site-footer a:visited {
	color: #434343;
}

.site-footer a:hover {
	color: #6B1904;
	text-decoration: none;
}

.site-footer .widget,
.content-after-footer .widget{
	float: left;
	width: 262px;
	margin: 70px 15px 60px;
}

.content-after-footer .widget{
	margin: 12px 15px 25px;
}

.site-footer .widget:first-child,
.content-after-footer .widget:first-child{
	width: 470px;	
	margin-right: 80px;
}

.content-after-footer .widget:first-child{
	width: 330px;
}

.content-after-footer .widget:nth-child(2){
	margin-top: 40px;
}

.site-footer .widget:last-child,
.content-after-footer .widget:last-child{
	width: 280px;	
	float: right;
}

.content-after-footer .widget:last-child{
	margin-top: 40px;
}

.site-footer .widget .widgettitle{
	color: #6B1904;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
}

.site-footer .widget:first-child .widgettitle{
	font-size: 25px;
}

.site-footer .widget .widgettitle:after{
	width: 52px;
	height: 3px;
	background: #6B1904;
	display: table;
	content: "";
	margin: 15px 0 30px;
}

.site-footer .widget:first-child .widgettitle:after{
	margin: 10px 0 30px;	
}

.site-footer .widget ul{
	list-style: none;
}

.site-footer .widget ul li{
	margin: 0 0 15px;
}

.site-footer .widget:first-child ul li{
	background: url(images/call.svg) no-repeat left top;
	padding-left: 30px;
	margin: 0 0 25px;
}

.site-footer .widget:first-child ul li:first-child{
	background: url(images/location.svg) no-repeat left top;
}

.site-footer .widget:first-child ul li:last-child{
	background: url(images/mail.svg) no-repeat left top;
}

.content-after-footer{
	background: url(images/bg2.jpg) no-repeat center center;
	background-size: cover;
}

.content-after-footer .image-upload{
	text-align: center;
}

.content-after-footer .image-upload .title{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 15px;
}

.content-after-footer .widget .widgettitle{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 20px;
}

.content-after-footer .widget img{
	margin-right: 20px;
}

.content-policy{
	background: #F7F3F2;	
	text-align: center;
	padding: 30px 0;
}

.content-policy ul{
	list-style: none;
	margin: 0 0 15px;
}

.content-policy ul li{
	display: inline-block;
	border-right: 1px solid #434343;
	padding-right: 20px;
	margin-right: 20px;
	line-height: 1;
}

.content-policy ul li:last-child{
	border: none;
	padding: 0;
	margin: 0;
}

.content-policy ul li a{
	color: #434343;
	line-height: 1;
	font-size: 15px;
}

.content-policy p em{
	font-size: 13px;
}

/* Comments
------------------------------------------------------------ */

.comment-reply-title{
	font-size: 40px;
	color: #6B1904;
	line-height: 1.3;
	margin: 0 0 30px;
	font-weight: 600;
}

.notice-comment{
	display: none;
}

.entry-comments,
#respond {
	margin: 90px 0 25px;
	overflow: hidden;
	float: left;
	width: 100%;
}

.entry-comments{
	margin: 25px 0 90px;
	background: #FBF9FA;
	padding: 25px;
	width: calc(100 - 50px);
	border-radius: 10px;
}

#phone,
#author,
#comment,
#email,
#url {
	margin: 15px 0 0;
    padding: 15px;
    width: calc(50% - 35px);
    float: left;
    background: #FBF9FA;
    border: none;
    border-radius: 10px;
}

#email,
#phone{
	float: right;
}

#comment {
    height: 100px;
    margin: 15px 0;
    padding: 20px 15px;
    background: #FBF9FA;
    width: calc(100% - 30px);
    max-width: 100%;
}

input#submit {
    float: left;
    background: url(images/morew.svg) no-repeat right 45px center #6B1904;
    padding: 17px 70px 17px 45px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    border-radius: 100px;
    margin: 15px 0 0;
}

.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: 0 0 25px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
	margin: 15px 0 0;
	padding: 20px;
	border-radius: 10px;
}

.comment-content{
	display: block;
}

.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: #6B1904;
	color: #fff;
	font-weight: 600;
	padding: 7px 20px;
	border-radius: 5px;
	display: table;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.comment-author{
	font-weight: 600;
	color: #6B1904;
}

.comment-author .says{
	color: #434343;
}

/*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;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #6B1904;
	margin: 0 5px;
	padding: 0;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #6B1904;
}

.section{
	float: left;
	width: 100%;
}

.content-slider{
	margin: -171px 0 0;
}

.content-slider .widget{
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
}

.content-slider .widget::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 40%,
        rgba(0, 0, 0, 0.1) 100%
    );
    z-index: 1;
}

.class-about .content-slider .widget::before{
	background: rgba(0, 0, 0, 0.65);
}

.content-slider .widget img.slide{
	display: block;
	width: 100%;
	margin: 0;
	height: 968px;
	object-fit: cover;
}

.content-slider .widget .box{
	width: 1140px;
    margin: 0 auto;
    display: table;
    position: absolute;
    top: calc(50% + 100px);
    transform: translateY(-50%);
    z-index: 3;
    left: 0;
    right: 0;
}

.class-about .content-slider .widget .box{
	text-align: center;
	width: 920px;
}

.content-slider .widget .title{
	font-size: 30px;
	font-weight: 600;
	color: #EBB09E;
	line-height: 1.3;
	margin: 0 0 10px;
}

.content-slider .widget .noidung{
	width: 780px;
}

.class-about .content-slider .widget .noidung{
	width: 100%;
}

.content-slider .widget .noidung p{
	font-size: 18px;
	color: #fff;
	text-align: justify;
	margin: 0 0 20px;
}

.class-about .content-slider .widget .noidung p{
	text-align: center;
}

.content-slider .widget .noidung p strong{
	font-size: 50px;
	display: block;
	line-height: 1.3;
}

.content-slider .widget .noidung h2{
	font-size: 60px;
	color: #fff;
	line-height: 1.3;
	font-weight: 700;
}

.content-slider .widget .noidung ul{
	list-style: none;
	display: table;
	margin: 40px 0 0;
}

.content-slider .widget .noidung ul li{
	display: inline-block;
	margin: 0 10px 0 0;
}

.content-slider .widget .noidung ul li a{
    border: 1px solid #fff;
    float: left;
    padding: 14.7px 60px;
    border-radius: 100px;	
   	font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.content-slider .widget .noidung ul li a img{
    width: 55px;
    display: inline-block;
    margin: 0 0 3px;
    line-height: 1;
}

.content-slider .widget .noidung ul li:first-child a{
	background: url(images/date.svg) no-repeat left 100px center #6B1904;
    padding: 17px 115px;
    padding-left: 135px;
    border: 1px solid #6B1904;
} 

.content-slider .widget .noidung ul li:last-child a:hover{
	background: #6B1904;
    border: 1px solid #6B1904;		
}

.content-slider .widget.slick-active .title,
.content-slider .widget.slick-active .noidung h2{
	animation-name: bounceInDown;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
}

.content-slider .widget.slick-active .noidung p strong{
	animation-name: bounceInDown;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;	
}

.content-slider .widget.slick-active .noidung p,
.content-slider .widget.slick-active .noidung ul{
	animation-name: bounceInUp;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	animation-duration: 4s;
}

.content-slider .slick-dots{
	animation-name: fadeIn;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	animation-duration: 5s;	
}

.content-slider .slick-dots{
    bottom: 80px;
    left: calc(50% - 180px);
    width: 780px;
    display: table;
    position: absolute;
    z-index: 3;
    transform: translateX(-50%);
}

.content-slider .slick-dots li{
	border: 1px solid #fff;
}

.content-slider .slick-dots li button:hover,
.content-slider .slick-dots li button:focus,
.content-slider .slick-dots li.slick-active button{
    background: #fff;
}

/* vệt sáng */
.content-slider .widget .noidung ul li a::before,
.content-doctor .widget_text ul li a:before,
.page-service .widget_text ul li a:before,
.content-step .image-upload .noidung p a:before,
.site-header .image-upload:before,
.content-about .widget_text p a:before,
.content-client .widget_text p a:before, 
.content-about .widget_text p a:before,
.single .content .button-recruit:before,
.breadcrumb .button-recruit:before{
	content: "";
	position: absolute;
	top: -20%;
	left: -60%;
	width: 50%;
	height: 140%;
	transform: skewX(-20deg);
	background: linear-gradient(
	90deg,
	rgba(255,255,255,0) 0%,
	rgba(255,255,255,.55) 50%,
	rgba(255,255,255,0) 100%
	);
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.content-slider .widget .noidung ul li a:hover::before,
.content-doctor .widget_text ul li a:hover::before,
.page-service .widget_text ul li a:hover::before,
.content-step .image-upload .noidung p a:hover::before,
.site-header .image-upload:hover::before,
.content-about .widget_text p a:hover::before,
.content-client .widget_text p a:hover::before, 
.content-about .widget_text p a:hover::before,
.single .content .button-recruit:hover::before,
.breadcrumb .button-recruit:hover::before{
	opacity: 1;
	animation: btnShineSweep 1s ease-in-out forwards;
}

@keyframes btnShineSweep{
	0%   { left: -60%; }
	100% { left: 120%; }
}

.content-slider .slick-prev {
    background: url(images/prev.svg) no-repeat left center;
    height: 58px;
    width: 58px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
}

.content-slider .slick-next {
    background: url(images/next.svg) no-repeat left center;
    height: 58px;
    width: 58px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
}

.content-after-slider{
	margin: -50px 0 0;
	position: relative;
	z-index: 5;
}

.content-after-slider .boxs{
	background: #fff;
	float: left;
	width: calc(100% - 30px);
	margin: 0 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
}

.content-after-slider .widget{
	float: left;
	width: 232px;
	margin: 35px 0 35px 40px;
	position: relative;
}

.content-after-slider .widget:after{
	content: "";
	height: 43px;
	width: 1px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
}

.content-after-slider .widget:first-child:after{
	display: none;
}

.content-after-slider .widget img.alignleft{
	display: block;
	margin: 0;
}

.content-after-slider .widget .title,
.content-after-slider .widget .title a{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #434343;
}

.content-after-slider .widget .title a:hover{
	color: #6B1904;
}

.content-after-slider .widget .title span{
	display: block;
}

.class-new .content-new{
	background: #fff;
}

.content-new .widget{
	float: left;
	width: calc(100% - 30px);
	margin: 80px 15px;
}

.content-new .widget .widgettitle,
.content-yarpp .widget .widgettitle{
	font-weight: 600;
	font-size: 40px;
	color: #6B1904;
	line-height: 1;
	margin: 0 0 50px;
	border-left: 6px solid #6B1904;
	padding-left: 20px;
}

.content-yarpp .widget .widgettitle{
	margin: 0 15px 50px;
}

.content-new .widget .widgettitle h2,
.content-new .widget .widgettitle a{
	font-weight: 600;
	font-size: 40px;
	color: #6B1904;
	line-height: 1;	
}

.content-new .widget .main-posts{
	float: left;
	width: 555px;
}

.content-new .widget .main-posts .post{
	float: left;
	width: 100%;
	margin: 0;
}

.content-new .widget .main-posts .post .alignnone,
.content-doctor .widget .post .alignnone,
.class-new .content .post .entry-image-link,
.content-yarpp .widget .post .alignnone{
	display: block;
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
	border-radius: 10px;
}

.content-new .widget .main-posts .post img,
.content-new .widget ul li img,
.content-doctor .widget .post img,
.class-new .content .post img,
.content-yarpp .widget .post img,
.sidebar .caia-post-list-widget .post img,
.class-recruit .content .post img,
.sidebar .caia_code_widget .post img{
	display: block;
	width: 100%;
	margin: 0;
	transition: all 1s ease;
	aspect-ratio: 5 / 3;
	object-fit: cover;
	background: none;
	padding: 0;
	border: none;
}

.class-new.class-doctor .content .post img,
.class-recruit .content .post img,
.sidebar .caia_code_widget .post img{
	aspect-ratio: 1 / 1;
}

.content-new .widget .main-posts .post:hover img,
.content-new .widget ul li:hover img,
.content-doctor .widget .post:hover img,
.class-new .content .post:hover img,
.content-yarpp .widget .post:hover img,
.sidebar .caia-post-list-widget .post:hover img,
.class-recruit .content .post:hover img,
.sidebar .caia_code_widget .post:hover img{
	transform: scale(1.05);
}

.content-new .widget .main-posts .post .widget-item-title,
.content-new .widget ul li h3,
.content-doctor .widget .post .widget-item-title,
.content-customer .widget .post .widget-item-title,
.class-new .content .post h2,
.content-yarpp .widget .post .widget-item-title{
	line-height: 1.3;
	margin: 0 0 10px;
}

.content-new .widget .main-posts .post .widget-item-title a,
.content-doctor .widget .post .widget-item-title a,
.content-customer .widget .post .widget-item-title a,
.content-yarpp .widget .post .widget-item-title a{
	font-size: 18px;
	font-weight: 600;
	color: #6B1904;
}

.content-yarpp .widget .post .widget-item-title a{
	font-size: 15px;
}

.content-new .widget .main-posts .post .post-info,
.class-new .content .post .post-info,
.content-yarpp .widget .post .post-info{
	color: #857D81;
	font-size: 15px;
	background: url(images/day.svg) no-repeat left center;
	padding-left: 25px;
	margin: 0 0 10px;
}

.content-new .widget ul{
	list-style: none;
	float: right;
	width: 555px;
}

.content-new .widget ul li{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.content-new .widget ul li .alignleft{
	display: table;
	width: 180px;
	margin: 0 15px 0 0;
	overflow: hidden;
	border-radius: 10px;	
}

.content-new .widget ul li h3 a,
.content-new .widget ul li p a{
	font-size: 15px;
	font-weight: 600;
	color: #6B1904;	
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-new .widget ul li .post-info{
	color: #857D81;
	font-size: 15px;
	background: url(images/day.svg) no-repeat left center;
	padding: 10px 0;
	padding-left: 25px;
	display: table;
}

.content-new .widget .more-from-category{
	float: left;
	width: 100%;
	margin: 40px 0 0;
}

.content-new .widget .more-from-category a{
	font-size: 15px;
	font-weight: 600;
	color: #434343;	
	background: url(images/more.svg) no-repeat right center;
	padding-right: 20px;	
	transition: all 1s ease;
}

.content-new .widget .more-from-category a:hover{
	padding-right: 25px;
}

.content-doctor .widget{
	float: left;
	width: 100%;
	margin: 100px 0 0;
}

.content-doctor .widget:last-child{
	margin: 60px 0 100px;
}

.content-doctor.single .widget:last-child{
	margin: 0 0 100px;
}

.content-doctor .widget .widgettitle{
	font-weight: 700;
	font-size: 20px;
	color: #3D0E02;
	line-height: 1.3;
	margin: 0 0 60px;
	text-align: center;
}

.content-doctor .widget .widgettitle h2,
.content-doctor .widget .widgettitle a{
	font-weight: 700;
	font-size: 20px;
	color: #3D0E02;
	line-height: 1.3;	
}

.content-doctor .widget .widgettitle span{
	color: #6B1904;
	font-weight: 600;
	display: block;
	font-size: 40px;
}

.content-doctor .widget .main-posts,
.content-customer .widget .main-posts{
	float: left;
	width: 100%;
}

.content-doctor .widget .post{
	float: left;
	width: calc(100%/3 - 30px);
	margin:  0 15px;
	text-align: center;
}

.content-doctor .widget .post .alignnone{
	border-radius: 15px;
}

.content-doctor .widget .post img{
	aspect-ratio: 1 / 1;	
}

.content-doctor .widget_text ul{
	float: left;
	width: calc(100% - 30px);
	margin: 0 15px;
	list-style: none;
}

.content-doctor .widget_text ul li a{
    border: 1px solid #6B1904;
    float: left;
    padding: 17px 0;
    background: url(images/more.svg) no-repeat calc(50% + 105px) center #fff;
    width: calc(50% - 5px);
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: #3D0E02;
    position: relative;
    overflow: hidden;	
    text-align: center;
}

.content-doctor .widget_text ul li:first-child:hover a{
	background: url(images/morew.svg) no-repeat calc(50% + 105px) center #6B1904;
	color: #fff;
}

.content-doctor .widget_text ul li:last-child a{
    background: url(images/date.svg) no-repeat calc(50% - 75px) center #6B1904;
    color: #fff;
    float: right;
}

.content-doctor .slick-prev {
    background: url(images/prev1.svg) no-repeat left center;
    height: 58px;
    width: 58px;
    position: absolute;
    left: -58px;
    top: calc(50% - 29px);
    transform: translateY(-50%);
    z-index: 200;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
}

.content-doctor .slick-next {
    background: url(images/next1.svg) no-repeat left center;
    height: 58px;
    width: 58px;
    position: absolute;
    right: -58px;
    top: calc(50% - 29px);
    transform: translateY(-50%);
    z-index: 200;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
}

.content-customer,
.content-step{
	background: #F7F3F2;
}

.content-customer .widget{
	float: left;
	width: 100%;
	margin: 90px 0;
}

.content-customer .widget .widgettitle{
    color: #6B1904;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
    margin: 0 0 60px;
    text-align: center;	
}

.content-customer .widget .widgettitle h2,
.content-customer .widget .widgettitle a{
    color: #6B1904;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;		
}

.content-customer .widget .post{
	background: url(images/top.svg) no-repeat right 30px top 30px rgba(255, 255, 255, 0.5);
	border-radius: 15px;
	margin: 0 15px 15px;
	padding: 48px 30px;
	width: 495px;
	min-height: 204px
}

.content-customer .widget .post:hover{
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

.content-customer .widget .post.slick-center{
	width: 540px;
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

.content-customer .widget .post .star{
	font-size: 30px;
	color: #EBB09E;
	margin: 15px 0;
	line-height: 1;
}

.content-customer .widget .post .feedback{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;	
	text-align: justify;
}

.content-customer .widget .slick-dots{
	margin: 60px 0 0;
}

.content-client{
	background: #F8F8F8;
}

.content-client .widget:first-child{
	float: left;
	width: calc(100% - 30px);
	margin: 100px 15px 70px;
}

.class-client .content-client .widget:first-child .widgettitle,
.class-client .content-client .widget_text p a{
	display: none;
}

.content-client .widget:first-child .widgettitle{
    font-weight: 600;
    font-size: 40px;
    color: #6B1904;
    line-height: 1;
    border-left: 6px solid #6B1904;
    padding-left: 20px;
    display: block;
}

.content-client .widget:first-child .widgettitle h2,
.content-about .widget .widgettitle h2,
.content-step .widget .widgettitle h2{
    font-weight: 600;
    font-size: 40px;
    color: #6B1904;
    margin: 0;
}

.content-about .widget .widgettitle h2 span,
.content-step .widget .widgettitle h2 span{
    font-weight: 700;
    font-size: 20px;
    color: #3D0E02;
    display: block;
}

.content-client .widget:first-child .widgettitle h2 span{
    font-size: 15px;
    color: #434343;
    display: block;	
}

.content-client .widget:first-child .textwidget p{
	font-weight: 600;
}

.content-client .widget_media_image{
	float: left;
	width: 490px;
	margin: 0 15px 100px;
}

.content-client .widget_media_image:nth-child(3){
	display: none;
}

.content-client .widget_text{
	float: right;
	width: 625px;
}

.content-client .widget_text ul{
	list-style: none;
	float: left;
	width: 100%;
	margin: 0 0 60px;
}

.content-client .widget_text ul li{
	float: left;
	width: calc(50% - 5px);
	text-align: center;
	color: rgba(67, 67, 67, 0.5);
	border: 1px solid rgba(67, 67, 67, 0.5);
	padding: 8.5px 0;
	line-height: 1;
	font-size: 22px;
	font-weight: 600;
	border-radius: 100px;
	cursor: pointer;
}

.content-client .widget_text ul li:last-child{
	float: right;
}

.content-client .widget_text ul li.active{
	background: #6B1904;
	color: #fff;
	border: 1px solid #6B1904;
}

.content-client .widget_text .widgettitle{
	display: none;
}

.content-client .widget_text .gallery{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.content-client .widget_text .gallery-item{
	float: left;
	width: 130px;
	margin: 0 35px 30px 0;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}

.content-client .widget_text .gallery-item img{
	width: 100%;
	aspect-ratio: 130 / 80;
    object-fit: contain;	
    display: block;
    margin: 0;
}

.content-client .widget_text .gallery-item:nth-child(4n){
	margin-right: 0;
}

.content-client .widget_text .gallery-item:nth-child(4n+1){
	clear: both;
}

.content-client .widget:last-child{
	display: none;
}

.content-client .widget_text p a,
.content-about .widget_text p a{
	border: 1px solid #6B1904;
    float: left;
    padding: 17px 0;
    background: url(images/more.svg) no-repeat calc(50% + 105px) center transparent;
    width: calc(100% - 2px);
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: #3D0E02;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
}

.content-about .widget_text p a{
	background: url(images/more.svg) no-repeat calc(50% + 120px) center transparent;
	width: calc(100% - 32px);
	margin: 15px 15px 0;
}

.content-client .widget_text p a:hover{
	background: url(images/morew.svg) no-repeat calc(50% + 110px) center #6B1904;
	color: #fff;
}

.content-about .widget_text p a:hover{
	background: url(images/morew.svg) no-repeat calc(50% + 125px) center #6B1904;
	color: #fff;
}

.content-about .widget{
	float: left;
	width: 100%;
	margin: 100px 0;
}

.content-about .widget .widgettitle,
.content-step .widget .widgettitle{
	margin: 0 15px 60px;
    font-weight: 600;
    font-size: 40px;
    color: #6B1904;
    line-height: 1;
    border-left: 6px solid #6B1904;
    padding-left: 20px;
    display: block;	
}

.content-about .widget table,
.content-about .widget table tbody,
.content-about .widget table tr td{
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border-collapse: collapse;	
    color: #fff;
    text-align: center;
}

.content-about .widget table tr{
	background: #fff;
	border: 1px solid #C9C1C5;
	float: left;
	width: 318px;
	margin: 0 15px 25px;
	border-radius: 15px;
	padding: 30px 20px;
	min-height: 153px;
	transition: all 0.3s ease;
}

.content-about .widget table tr:nth-child(3n+1){
	clear: both;
}

.content-about .widget table tr:hover{
	margin-top: -15px;
	background: #6B1904;
}

.content-about .widget table img{
	display: table;
	margin: 0 auto 40px;
	height: 80px;
}

.content-about .widget table tr:hover img{
	filter: brightness(0) invert(1);
}

.content-about .widget table h3{
	color: #6B1904;
	font-size: 18px;
	font-weight: 600;
}

.content-about .widget table p{
	font-size: 15px;
	color: #434343;
}

.content-about .widget table tr:hover h3,
.content-about .widget table tr:hover p{
	color: #fff;
}

.content-fix .caia_code_widget .widgettitle{
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 1000;
	color: #6B1904;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 22px 30px;
	border-radius: 100px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	cursor: pointer;
}

.content-fix .widget_text{
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 2000;	
	display: none;
}

.content-fix .widget_text .widgettitle{
	border-radius: 100px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	object-fit: cover;	
	background: url(images/hide.svg) no-repeat center center;
	cursor: pointer;
	text-indent: -9999px;
	float: right;
	margin: 15px 0 0;
}

.content-fix .widget_text .textwidget{
	float: left;
	margin: 0 5px 0 0;
}

.content-fix .widget_text img{
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 100%;
	object-fit: cover;	
	margin: 0;
}

.content-step .caia_code_widget{
	float: left;
	width: 100%;
	margin: 100px 0 0;
}

.content-step .widget_media_image{
	float: left;
	width: 555px;
	margin: 0 15px 90px;
}

.content-step .widget_media_image img{
	display: block;
	width: 100%;
	margin: 0 0 20px;
	border-radius: 15px;
	overflow: hidden;
    aspect-ratio: 555 / 580;
    object-fit: cover;
}

.content-step .image-upload{
	float: right;
	width: 465px;
	margin: 0 15px 20px;
	background: rgb(255, 255, 255, 0.5);
	padding: 21px 30px;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}

.content-step .image-upload.active{
	background: #fff;
}

.content-step .image-upload .title{
	font-size: 20px;
	color: #434343;
	font-weight: 700;
	line-height: 1.3;
	background: url(images/open.svg) no-repeat right center;
}

.content-step .image-upload.active .title{
	background: url(images/close.svg) no-repeat right center;
}

.content-step .image-upload .title span{
	color: #6B1904;
}

.content-step .image-upload .noidung{
	margin: 20px 0 0;
	display: none;
}

.content-step .image-upload.active .noidung{
	display: block;
}

.content-step .image-upload .noidung p{
	margin: 0 0 15px;
	line-height: 1.4;
}

.content-step .image-upload .noidung ul{
	padding-left: 20px;
	margin: 0 0 15px;
}

.content-step .image-upload .noidung ul li{
	margin: 0 0 15px;	
}

.content-step .image-upload .noidung p a{
    border: 1px solid #6B1904;
    float: left;
    padding: 17px 0;
    background: url(images/more.svg) no-repeat calc(50% + 60px) center transparent;
    width: calc(100% - 2px);
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: #3D0E02;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    display: table;
}

.content-step .image-upload .noidung p a:hover{
    background: url(images/morew.svg) no-repeat calc(50% + 65px) center #6B1904;	
    color: #fff;
}

.content-trip{
	background: url(images/bg.webp) no-repeat center center fixed;
	background-size: cover;
	padding: 0 0 100px;
}

.content-trip .widget_text{
	margin: 100px 15px 80px;
    border-left: 6px solid #fff;
    padding-left: 20px;
    display: block;	
}

.content-trip .widget_text .wigdettitle,
.content-trip .widget_text .widgettitle h2{
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    line-height: 1.3;	
    margin: 0;
}

.content-trip .widget_text p{
	color: #fff;
	line-height: 1.3;
}

.content-trip .image-upload{
    float: left;
    width: calc(100%/3 - 92px);
    border: 1px solid #6B1904;
    background: #6B1904;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 30px;
    margin: 0 15px 30px;
    position: relative;
    z-index: 1;
    min-height: 245px;
    transition: all 0.35s ease;
}

.content-trip .image-upload:nth-child(3n+2){
    clear: both;
}

.content-trip .image-upload:hover{
    background: rgba(107, 25, 4, 0.15);
    border: 1px solid rgba(107, 25, 4, 0.5);
}

.content-trip .image-upload img{
    display: table;
    margin: 30px auto;
    max-height: 90px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.35s ease;
}

.content-trip .image-upload:hover img{
    opacity: 0;
    transform: scale(0.8);
    max-height: 0;
    margin: 0 auto;
}

.content-trip .image-upload .title{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
    text-align: center;
    transition: all 0.35s ease;
}

.content-trip .image-upload .title a{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    transition: all 0.35s ease;
}

.content-trip .image-upload .title span{
    display: block;
}

.content-trip .image-upload:hover .title,
.content-trip .image-upload:hover .title a{
    color: #EBB09E;
    text-align: left;
    margin: 0 0 20px;
}

.content-trip .image-upload .noidung{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.content-trip .image-upload:hover .noidung{
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
}

.content-trip .image-upload .noidung p{
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.content-trip .image-upload::after{
    content: '';
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 24px;
    height: 24px;
    background: url(images/plus.svg) no-repeat center;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.35s ease;
    pointer-events: none;
}

.content-trip .image-upload:hover::after{
    opacity: 1;
    transform: scale(1);
}

.content-yarpp{
	background: #FBF9FA;
}

.content-yarpp .widget{
	float: left;
	width: 100%;
	margin: 80px 0;
}

.content-yarpp .widget .main-posts{
	float: left;
	width: 100%;
}

.content-yarpp .widget .post{
	float: left;
	width: 360px;
	margin: 0 15px;
}

.content-yarpp .widget .slick-dots{
	margin: 40px 0 0;
}

.title-heading{
	display: block;
	margin: 15px;
	color: #6B1904;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
}

.class-new .content .post{
	float: left;
	width: calc(100%/3 - 30px);
	margin: 30px 15px;
}

.class-new .content .post:nth-child(3n+1){
	clear: both;
}

.class-recruit .content .post{
	padding: 20px;
	border-radius: 10px;
	float: left;
	margin: 15px;
	width: calc(100% - 70px);
	background: #fff;
}

.class-recruit .content .post:hover{
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

.class-new .content .post h2 a,
.class-recruit .content .post h2 a{
	font-size: 15px;
	font-weight: 600;
	color: #6B1904;
}

.class-new.class-doctor .content .post h2{
	margin: 0 0 25px;
}

.class-new.class-doctor .content .post h2 a{
	font-size: 18px;
}

.class-recruit .content .post h2 a{
	font-size: 18px;	
	background: url(images/read.svg) no-repeat right center;
	display: block;
}

.class-new .content .post .learn,
.class-new .content .post .job{
	background: url(images/learn.svg) no-repeat left center;
	padding-left: 40px;
	margin: 0 0 20px;
}

.class-new .content .post .job{
	background: url(images/job.svg) no-repeat left center;
}

.class-recruit .content .post .alignleft{
	display: table;
	width: 100px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 25px 0 0;
}

.class-recruit .content .post .location{
	margin: 0 0 10px;
}

.class-recruit .content .post .location a,
.class-recruit .content .post .group a,
.caia_code_widget .post .location a{
	color: #434343;
	font-size: 15px;
}

.location-filter-wrap{
	float: left;
	width: calc(100% - 30px);
	margin: 0 15px 50px;
}

.location-filter-wrap input[type="submit"]{
	float: right;
	width: 260px;
	background: #6B1904;
	border-radius: 100px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #6B1904;
	padding: 0;
	height: 55px;
	text-align: center;
    -webkit-appearance: none;	
}

.location-filter-wrap select{
	background: url(images/select.svg) no-repeat right 15px center #fff;
    -webkit-appearance: none;
    float: left;
    width: calc(100% - 280px);
    border: 1px solid #6B1904;
    padding: 0 15px;
    border-radius: 100px;
    height: 55px;
}

h1.entry-title{
	font-size: 35px;
	color: #6B1904;
	font-weight: 600;
	margin-bottom: 35px;
	line-height: 1.3;
}

.single .content .entry-content h2,
.page .content .entry-content h2{
	font-size: 25px;
	color: #3D0E02;
	font-weight: 600;
	margin-bottom: 35px;	
}

.single .content .entry-content h3,
.page .content .entry-content h3{
	font-size: 18px;
	color: #434343;
	font-weight: 600;
	margin-bottom: 35px;	
}

.single .content .entry-content iframe,
.page .content .entry-content iframe{
	display: table;
	margin: 0 auto 35px;
}

.content-post-author{
	float: left;
	padding: 20px;
	background: #FBF9FA;
	width: calc(100% - 40px);
	border-radius: 10px;
	margin: 0 0 35px;
}

.content-post-author .date{
    color: #857D81;
    font-size: 15px;
    background: url(images/day.svg) no-repeat left center;
    padding-left: 25px;
    float: left;
}

.content-post-author .widget{
	display: inline-block;
	border-left: 1px solid #434343;
	padding-left: 20px;
	margin-left: 20px;
}

.content-post-author .widget p{
	line-height: 1;
}

.content-post-author .widget p a{
	font-weight: 600;
	color: #6B1904;
}

.sidebar .caia-post-list-widget .post,
.sidebar .caia_code_widget .post{
	float: left;
	width: calc(100% - 30px);
	margin: 0 0 15px;
	padding: 15px;
	border-radius: 15px;
	background: #fff;
}

.sidebar .caia-post-list-widget .post:last-child,
.sidebar .caia_code_widget .post:last-child{
	margin: 0;
}

.sidebar .caia-post-list-widget .post .alignleft,
.sidebar .caia_code_widget .post .alignleft{
    display: table;
    width: 130px;
    margin: 0 15px 0 0;
    overflow: hidden;
    border-radius: 10px;	
}

.sidebar .caia_code_widget .post .alignleft{
	width: 70px;s
}

.sidebar .caia-post-list-widget .post .widget-item-title{
	line-height: 1.3;
	padding: 10px 0 0;
}

.sidebar .caia_code_widget .post .widget-item-title{
	line-height: 1.3;
}

.sidebar .caia-post-list-widget .post .widget-item-title a,
.sidebar .caia_code_widget .post .widget-item-title a{
    font-size: 15px;
    font-weight: 600;
    color: #434343;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sidebar .caia_code_widget .post .widget-item-title a{
	color: #6B1904;
}

.sidebar .widget_caldera_forms_widget .row div{
	width: 100%;
}

.sidebar .widget_caldera_forms_widget .hour,
.sidebar .widget_caldera_forms_widget .call{
	display: none;
}

.sidebar .widget_caldera_forms_widget label,
.class-contact .content label,
.popup-recruit .widget .caldera-grid label{
	font-weight: 600;
}

.class-contact .content .caldera-grid label,
.popup-recruit .widget .caldera-grid label{
	margin: 0 0 15px;
}

.sidebar .widget_caldera_forms_widget input[type="text"],
.sidebar .widget_caldera_forms_widget input[type="email"],
.sidebar .widget_caldera_forms_widget input[type="date"],
.sidebar .widget_caldera_forms_widget input[type="tel"],
.sidebar .widget_caldera_forms_widget select,
.sidebar .widget_caldera_forms_widget textarea,
.class-contact .content input[type="text"],
.class-contact .content input[type="email"],
.class-contact .content input[type="date"],
.class-contact .content input[type="tel"],
.class-contact .content select,
.class-contact .content textarea,
.popup-recruit .widget .caldera-grid input,
.popup-recruit .widget .caldera-grid textarea,
.popup-question .widget_caldera_forms_widget .caldera-grid input[type="text"],
.popup-question .widget_caldera_forms_widget .caldera-grid input[type="email"],
.popup-question .widget_caldera_forms_widget .caldera-grid input[type="tel"],
.popup-question .widget_caldera_forms_widget .caldera-grid select,
.popup-question .widget_caldera_forms_widget .caldera-grid textarea{
	height: 50px;
	background: #fff;
	border-radius: 10px;
	-webkit-appearance: none;
	margin: 0 0 20px;
}

.sidebar .widget_caldera_forms_widget select,
.class-contact .content .caldera-grid select,
.popup-question .widget_caldera_forms_widget .caldera-grid select{
	background: url(images/select.svg) no-repeat right 15px center #fff;
}

.sidebar .widget_caldera_forms_widget textarea,
.class-contact .content textarea,
.popup-recruit .widget .caldera-grid textarea,
.popup-question .widget_caldera_forms_widget .caldera-grid textarea{
	max-width: 100%;
	height: auto;
}

.sidebar .widget_caldera_forms_widget .radio,
.class-contact .content .caldera-grid .radio{
	font-size: 12px;
}

.sidebar .widget_caldera_forms_widget .radio label,
.class-contact .content .radio label{
	padding-left: 30px;
}

.sidebar .widget_caldera_forms_widget .radio span,
.class-contact .content .caldera-grid .radio span,
.popup-question .widget_caldera_forms_widget .radio span{
	font-weight: 600;
	color: #6B1904;
}

.sidebar .widget_caldera_forms_widget .radio input[type="radio"],
.class-contact .content .caldera-grid .radio input[type="radio"]{
    display: none;
}

.sidebar .widget_caldera_forms_widget .radio label::before,
.class-contact .content .caldera-grid .radio label::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #8b2d2d;
    border-radius: 50%;
    background: #fff;
}

.sidebar .widget_caldera_forms_widget .radio input[type="radio"]:checked + label::after,
.sidebar .widget_caldera_forms_widget .radio label input[type="radio"]:checked + *::after,
.class-contact .content .caldera-grid .radio input[type="radio"]:checked + label::after,
.class-contact .content .caldera-grid .radio label input[type="radio"]:checked + *::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #8b2d2d;
    border-radius: 50%;
}

.sidebar .widget_caldera_forms_widget input[type="submit"],
.class-contact .content .caldera-grid input[type="submit"],
.popup-recruit .widget .caldera-grid input[type="submit"]{
	background: #6B1904;
	width: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 100px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	border: none;
}

.single .content .button-recruit{
	color: #3D0E02;
	font-weight: 600;
	border-radius: 100px;
	border: 1px solid #6B1904;
	padding: 15px 0;
	text-align: center;
	display: block;
	cursor: pointer;
	margin: 0 0 50px;
	position: relative;
	overflow: hidden;
}

.single .content .button-recruit:hover,
.breadcrumb .button-recruit:hover{
	background: #6B1904;
	color: #fff;
}

.class-contact .content h2,
.class-contact .content .entry-content h2{
    font-weight: 600;
    font-size: 40px;
    color: #6B1904;
    line-height: 1;
    margin: 0 0 50px;
    border-left: 6px solid #6B1904;
    padding-left: 20px;	
}

.content-notice{
	margin: 30px 15px;
	display: block;
}

.page-contact-box{
	float: left;
	width: 100%;
	margin: 0 0 100px;
}

.page-contact-box .left{
	float: left;
	width: 455px;
	margin: 0 15px;
}

.page-contact-box .left p{
	font-size: 18px;
	margin: 0 0 25px;
}

.page-contact-box .left p strong{
	font-weight: 600;
	color: #857D81;
}

.page-contact-box .left ul{
	list-style: none;
	font-size: 18px;
}

.page-contact-box .left ul li{
	margin: 0 0 25px;
}

.page-contact-box .left ul li strong{
	display: block;
	font-weight: 600;
	color: #6B1904;
	font-size: 15px;
}

.page-contact-box .right{
	float: right;
	width: 655px;
	margin: 0 15px;
}

.page-contact-box .right img{
	display: block;
	margin: 0;
	width: 100%;
	border-radius: 50px;
}

.class-contact .content .entry-content{
	margin: 0 15px;
}

.class-contact .content .caldera-grid input[type="radio"][name="fld_9070186"] {
  	display: none;
}

.class-contact .content .caldera-grid form .call{
	margin: 0 0 25px;
	color: #857D81;
}

.class-contact .content .caldera-grid label.radio-inline {
	display: inline-block;
	padding: 8px 14px;
	margin: 10px 4px;
	border: 1px solid #6B1904;
	border-radius: 4px;
	cursor: pointer;
	color: #6B1904;
	background-color: #fff;
	transition: all 0.2s ease;
	min-width: 70px;
	text-align: center;
	font-weight: 600;
}

.class-contact .content .caldera-grid label.radio-inline:hover {
	background-color: #6B1904;
	color: #fff;
}

.class-contact .content .caldera-grid input[type="radio"][name="fld_9070186"]:checked + label.radio-inline,
.class-contact .content .caldera-grid label.radio-inline:has(input[type="radio"][name="fld_9070186"]:checked) {
	background-color: #6B1904;
	color: #fff;
}

.class-contact .content .caldera-grid label.radio-inline.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}

.page-service .image-upload{
    background: url(images/plus1.svg) no-repeat right 20px bottom 30px #fff;
    border: 1px solid #C9C1C5;
    float: left;
    width: 318px;
    margin: 0 15px 25px;
    border-radius: 15px;
    padding: 30px 20px;
    min-height: 360px;
    transition: all 0.3s ease;	
    text-align: center;
}

.page-service .image-upload:nth-child(3n+1){
	clear: both;
}

.page-service .image-upload:hover{
	margin-top: -15px;
	background: url(images/plus.svg) no-repeat right 20px bottom 30px #6B1904;
}

.page-service .image-upload img{
	display: table;
	margin: 0 auto 30px;
	height: 80px;
}

.page-service .image-upload:hover img{
	filter: brightness(0) invert(1);
}

.page-service .image-upload .title{
	margin: 0 0 30px;
	line-height: 1.3;
	text-align: center;
}

.page-service .image-upload .title,
.page-service .image-upload .title a{
	color: #6B1904;
	font-size: 22px;
	font-weight: 600;
}

.page-service .image-upload .title span{
	display: block;
}

.page-service .image-upload p{
	font-size: 15px;
	color: #434343;
	text-align: justify;
}

.page-service .image-upload:hover .title,
.page-service .image-upload:hover .title a,
.page-service .image-upload:hover p{
	color: #fff;
}

.page-service .widget_text{
	float: left;
	width: 100%;
	margin: 50px 0 25px;
	text-align: center;
}

.page-service .widget_text ul{
	float: left;
	width: calc(100% - 30px);
	margin: 0 15px;
	list-style: none;
}

.page-service .widget_text ul li a{
    border: 1px solid #6B1904;
    float: left;
    padding: 17px 0;
    background: url(images/more.svg) no-repeat calc(50% + 215px) center #fff;
    width: calc(50% - 5px);
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: #3D0E02;
    position: relative;
    overflow: hidden;	
    text-align: center;
}

.page-service .widget_text ul li:first-child:hover a{
	background: url(images/morew.svg) no-repeat calc(50% + 215px) center #6B1904;
	color: #fff;
}

.page-service .widget_text ul li:last-child a{
    background: url(images/date.svg) no-repeat calc(50% - 90px) center #6B1904;
    color: #fff;
    float: right;
}

.page-about,
.page-vision{
	background: #F7F3F2;
	padding: 90px 0;
}

.page-about .left,
.page-vision .right{
	float: left;
	width: 455px;
	margin: 0 15px;
	border-radius: 50px;
	overflow: hidden;
}

.page-vision .right{
	float: right;
}

.page-vision .right img,
.page-about .left img{
	display: block;
	width: 100%;
	margin: 0;
	aspect-ratio: 457 / 546;
    object-fit: cover;
}

.page-vision .right img{
	aspect-ratio: 457 / 580;	
}

.page-vision .left,
.page-about .right{
	float: right;
	width: 605px;
	margin: 0 15px;
	min-height: 545px;
	position: relative;
}

.page-vision .left{
	float: left;
}

.page-about .right .entry-content{
    position: absolute;
    top: calc(50% + 15px);
    transform: translateY(-50%);	
}

.page-value h2.title,
.page-vision h2.title,
.page-about .right h2{
	font-size: 40px;
	color: #6B1904;
	font-weight: 600;
	margin: 0 0 25px;
	line-height: 1.3;
}

.page-value h2.title,
.page-vision h2.title{
	margin: 0 0 80px;
	text-align: center;
}

.page-vision .vision-item{
	float: left;
	width: calc(100% - 60px);
	padding: 30px;
	border-radius: 15px;
	background: #fff;
	margin: 0 0 15px;
}

.page-vision .vision-item .title{
	font-size: 20px;
	font-weight: 700;
	color: #6B1904;
	background: url(images/open.svg) no-repeat right center;
	padding-right: 30px;
	cursor: pointer;
}

.page-vision .vision-item.active .title{
	background: url(images/close.svg) no-repeat right center;
}

.page-vision .vision-item .entry-content{
	display: none;
}

.vision-item.active .entry-content {
    display: block;
}

.page-vision .vision-item ul{
	list-style: none;
	display: grid;
	margin: 20px 0 0;
	padding: 0;
	align-content: center;
}

.page-vision .vision-item ul li{
	margin: 20px 0;
	list-style: none;
}

.page-vision .vision-item ul li:last-child{
	margin-bottom: 0;
}

.page-vision .vision-item ul li img{
	float: left;
	margin: 0 15px 0 0;
}

.page-value{
	background: #FBF9FA;
	padding: 90px 0;
}

.page-value .wrap {
    position: relative;
    min-height: 560px;
}

.page-value .slide {
    display: block;
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.page-value .text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-value .text li {
    position: absolute;
    width: 310px;
    color: #666;
    font-size: 15px;
    list-style: none;
    line-height: 1.7;
}

.page-value .text li img {
    position: absolute;
}

.page-value .text li strong {
    display: block;
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 1.3;
    color: #7b250f;
    font-weight: 700;
}

.page-value .text li:nth-child(1) {
    top: 190px;
    left: -100px;
    text-align: right;
    padding-right: 130px;
}

.page-value .text li:nth-child(1) img {
    top: -30px;
    right: 0;
}

.page-value .text li:nth-child(2) {
    top: 190px;
    right: -70px;
    text-align: left;
    padding-left: 130px;
}

.page-value .text li:nth-child(2) img {
    top: -30px;
    left: 0;
}

.page-value .text li:nth-child(3) {
    top: 410px;
    left: -50px;
    text-align: right;
    padding-right: 120px;
}

.page-value .text li:nth-child(3) img {
    top: 5px;
    right: 0;
}

.page-value .text li:nth-child(4) {
    top: 410px;
    right: -20px;
    text-align: left;
    padding-left: 120px;
}

.page-value .text li:nth-child(4) img {
    top: 5px;
    left: 0;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.page-value .text li {
    animation: floatUpDown 3s ease-in-out infinite;
}

.page-value .text li:nth-child(1) {
    animation-delay: 0s;
}

.page-value .text li:nth-child(2) {
    animation-delay: 0.5s;
}

.page-value .text li:nth-child(3) {
    animation-delay: 1s;
}

.page-value .text li:nth-child(4) {
    animation-delay: 1.5s;
}

.page-director{
	padding: 80px 0;
}

.page-director .box{
	float: left;
	width: calc(100% - 230px);
	padding: 80px 100px 60px;
	border-radius: 50px;
	background: #6B1904;
	margin: 0 15px;
}

.page-director .right{
	float: right;
	width: 355px;
	text-align: center;
}

.page-director .right img{
	display: table;
	margin: 0 auto 30px;
	aspect-ratio: 1 / 1;
    object-fit: cover;	
    border-radius: 100%;
    margin-top: 40px;
}

.page-director .right .entry-content{
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.page-director .right strong{
	font-weight: 700;
	display: block;
}

.page-director .left{
	float: left;
	width: 490px;
}

.page-director .left p{
	color: #fff;
}

.page-director .left h2{
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 25px;
	line-height: 1.3;
}

.page-director .left h2 strong{
	display: block;
}

.page-director .left img{
	display: block;
	margin: 0;
}

.popup-recruit,
.popup-question{
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8000;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.popup-recruit .widget,
.popup-question .widget_caldera_forms_widget{
    position: fixed;
    width: 750px;
    top: calc(50% + 25px);
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 9000;
    display: table;
    background: #fff;
    border-radius: 10px;
}

.popup-question .widget_caldera_forms_widget{
	width: 1040px;
}

.popup-recruit .widget .widgettitle,
.popup-question .widget_caldera_forms_widget .widgettitle{
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #6B1904;
    top: -50px;
    right: -50px;
    position: absolute;
    cursor: pointer;	
    background: #fff;
    border-radius: 100%;
}

.popup-recruit .widget .caldera-grid{
	padding: 30px;
	display: block;
}

.popup-question .widget_caldera_forms_widget .caldera-grid{
	padding: 30px 0 30px 50px;
	display: block;
}

.popup-question .widget_caldera_forms_widget form{
    height: calc(75vh - 50px);
    overflow-y: auto;
    overflow-x: hidden;
	padding-right: 50px;
}

.popup-question .widget_caldera_forms_widget form::-webkit-scrollbar{
	width: 5px;
	height: 7px;
}

.popup-question .widget_caldera_forms_widget form::-webkit-scrollbar-track{
  background: rgb(255 255 255 / 40%);
  border-radius: 10px;
}

.popup-question .widget_caldera_forms_widget form::-webkit-scrollbar-thumb{
  background: #FFFFFF;
  border-radius: 10px;
  height: 60px;
}

.popup-question .widget_caldera_forms_widget form::-webkit-scrollbar-thumb{
	background: rgba(107, 25, 4, 0.1);
}

.popup-question .widget_caldera_forms_widget .title{
	margin: 0 0 30px;
}

.popup-question .widget_caldera_forms_widget .title h2{
	font-size: 40px;
	font-weight: 600;
	color: #6B1904;
	line-height: 1.3;
	background: url(images/title.svg) no-repeat top center;
	padding-top: 90px;
	text-align: center;
	margin: 0;
}

.popup-question .widget_caldera_forms_widget .title p{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.popup-question .widget_caldera_forms_widget .label h3{
	font-size: 25px;
	font-weight: 600;
	color: #6B1904;
	line-height: 1.3;	
	margin: 10px 0 20px;
}	

.popup-question .radio input[type="radio"]{
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
}

.popup-question .radio label{
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
}

/* vòng ngoài */
.popup-question .radio label::before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 2px solid #8B1E0A;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}

/* chấm trong */
.popup-question .radio label::after{
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #8B1E0A;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s ease;
}

/* HTML của bạn input nằm trong label nên dùng :has */
.popup-question .radio label:has(input[type="radio"]:checked)::after{
    transform: scale(1);
}

.popup-question .form-group > label.control-label{
    padding-left: 0 !important;
    position: relative;
    font-weight: 600;
    color: #6B1904;
    font-size: 15px;
}

.popup-question .form-group > label.control-label::before,
.popup-question .form-group > label.control-label::after{
    display: none !important;
    content: none !important;
}

.popup-question .widget_caldera_forms_widget span.field_required{
	display: none;
}

.popup-question .widget_caldera_forms_widget .button p,
.popup-question .widget_caldera_forms_widget input[type="submit"]{
    float: left;
    padding: 17px 0;
    background: url(images/morew.svg) no-repeat calc(50% + 65px) center #6B1904;
    width: calc(100% - 2px);
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    display: table;
    border: none;
    margin: 20px 0 0;
}

.popup-question .widget_caldera_forms_widget input[type="submit"]{
	background: url(images/date.svg) no-repeat calc(50% - 200px) center #6B1904;
}

.popup-question .widget_text,
.popup-question .widget_text .widgettitle{
	display: none;
}

.popup-question .widget_text p{
	margin: 0 0 25px;
}

.popup-question .widget_text p a{
	font-weight: 700;
	color: #6B1904;
}

.popup-question .widget_text table,
.popup-question .widget_text table tbody,
.popup-question .widget_text table tr{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
    display: block;
}

.popup-question .widget_text td{
    background: url(images/more.svg) no-repeat right 30px center;
    border: 1px solid rgba(67, 67, 67, 0.15);
    padding: 40px 60px 40px 30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: block;
}

.popup-question .widget_text td img{
	float: left;
	margin: 0 20px 0 0;
}

.popup-question .widget_text td p{
	margin: 0;
}

.popup-question .widget_text td a{
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #6B1904;
    margin-bottom: 5px;
}

.file-prevent-overflow {
    position: relative;
    border: 2px dashed #d1d5db;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #f9fafb;
    transition: all 0.3s ease;
}

.file-prevent-overflow:hover {
    border-color: #2563eb;
    background: #f1f5ff;
}

/* Ẩn input file gốc */
.file-prevent-overflow input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

/* Text giả */
.file-prevent-overflow::before {
    content: "📄 Chọn CV hoặc kéo thả vào đây";
    font-size: 15px;
    color: #374151;
    display: block;
}

/* Khi đã chọn file */
.file-prevent-overflow.active::before {
    content: "✅ File đã được chọn";
    color: #16a34a;
}

.author .info-author{
	margin: 15px 15px 80px;
	width: calc(100% - 30px);
	background: #fff;
	border-radius: 15px;
}

.info-author .box{
	padding: 20px;
	float: left;
	width: calc(100% - 40px);
}

.info-author .top .avatar{
	width: 70px;
	background: none;
	border: none;
	padding: 0;
	margin: 0 15px 0 0;
	border-radius: 100%;
}

.info-author .top .name,
.info-author .top .name a{
	font-size: 18px;
    color: #6B1904;
    font-weight: 600;
}

.info-author .top .description{
	display: block;
	clear: both;
	margin: 20px 0 0;
}

body #toc_container{
	background: #fff;
	border: none;
	width: calc(100% - 42px) !important;
	padding: 25px 20px !important;
	border-radius: 20px;
	margin-bottom: 35px;
	font-size: 15px;
	border: 1px solid rgba(67, 67, 67, 0.2);
}

body #toc_container .toc_toggle a{
	float: right;
	background: url(images/toc-hide.svg) no-repeat center center;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	margin: 5px 0 0;
}

body #toc_container.contracted .toc_toggle a{
	background: url(images/toc-show.svg) no-repeat center center;
}

body #toc_container p.toc_title{
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #434343;
	background: url(images/toc.svg) no-repeat left center;
	padding-left: 30px;
	margin: 0 0 20px;
}

body #toc_container.contracted p.toc_title{
	margin: 0;
}

body #toc_container li{
	margin-top: 15px;
}

body #toc_container a{
	color: #0D72C7;
	text-decoration: none;
	font-size: 15px;
}

.content-error{
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

.content-error h1{
	color: #6B1904;
	text-align: center;
	font-size: 300px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
}

.content-error h1 span{
	color: #434343;
}

.content-error p{
	margin-bottom: 30px;
	font-size: 15px;
}

.content-error p strong{
	color: #6B1904;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
}

.content-error p a{
	padding: 20px 60px 20px 30px;
    background: url(images/morew.svg) no-repeat right 30px center #6B1904;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    display: table;
    margin: 40px auto 0;
    border-radius: 100px;
    line-height: 1;
}

.content-new .widget .main-posts .post .widget-item-title a:hover, 
.content-doctor .widget .post .widget-item-title a:hover, 
.content-customer .widget .post .widget-item-title a:hover,
.content-new .widget ul li h3 a:hover,
.class-new .content .post h2 a:hover{
	color: #434343;
}