/*
	Theme Name: CAIA
	Theme URI: http://cucomin.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: DuocDT
	Author URI: http://cucomin.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */


@font-face {
  font-family: 'PopR';
  src: url(fonts/PopR.OTF);
}

@font-face {
  font-family: 'PopI';
  src: url(fonts/PopI.OTF);
}

@font-face {
  font-family: 'PopM';
  src: url(fonts/PopM.OTF);
}

@font-face {
  font-family: 'PopMI';
  src: url(fonts/PopMI.OTF);
}

@font-face {
  font-family: 'PopB';
  src: url(fonts/PopB.OTF);
}

@font-face {
  font-family: 'PopBI';
  src: url(fonts/PopBI.OTF);
}

@font-face {
  font-family: 'PopS';
  src: url(fonts/PopS.OTF);
}


body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #434343;
	font-family: 'Montserrat', 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: #434343;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 90px;
	width: 100%;
	float: left;
	background: #fff;
	border-bottom: 1px solid hsl(0deg 0% 26% / 10%);
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 100px;
	height: 90px;
	margin: 0 0 0 15px;
}

.site-title {
	font-family: 'Montserrat', 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: #434343;
	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: fit-content;
	margin: 19px 15px 0 ;
	position: relative;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #434343;
}

.nav-primary .wrap{
	width: 1140px;
}

.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 {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #434343;
    display: block;
    padding: 12px ;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
	color: #E92D2E;
}

.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: #f9f9f9;
    border-bottom: 1px solid #c6c2ba75;
	color: #434343;
	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 {
    color: #e7a100;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
	padding-top: 20px;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1170px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	padding: 25px 0;
	font-size: 15px;
}

.breadcrumb .wrap{
	width: 1140px;
}

.breadcrumb a{
	color: #434343;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Montserrat';
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #434343;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', 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: #434343;
	font-family: 'Montserrat', Arial, 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 {
	background-color: #f8f8fd;
    font-size: 18px;
    padding: 15px 0;
    color: #36328e;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e2e2ff;
    margin: 0 15px 25px;
}

.widget-area .widgettitle a {
	color: #36328e;
	text-decoration: none;
	 font-size: 18px;
	 text-transform: uppercase;
    font-weight: bold;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #434343;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
    background: #36328e;
    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: #f8f8fd;
	margin: 0 0 25px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
	border-bottom: 3px solid #e92d2e;
}

.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;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    width: 400px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 50px;
    display: none;
}

.site-header .widget_search input[type=submit] {
    float: right;
    border: none;
    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% - 60px);
	border: none;
	background: unset;
	height: 50px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
    float: left;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
    background: url(images/foot.png) no-repeat right bottom #F8F8F8;
    color: #434343;
    padding: 90px 0;
}

.site-footer p {
	color: #434343;
}

.site-footer a,
.site-footer a:visited {
	color: #434343;
}

.site-footer a:hover {
	color: #818181;
	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: calc(100% - 22px);
    float: left;
    background: #fff;
     font-size: 16px;
    border-radius: 5px;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
}

input#submit {
color: #fff;
    background: #ef2b2d;
    height: 50px;
    line-height: 51px;
    display: inline-block;
    border-radius: 50px;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.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: #ef2b2d;
    color: #ffffff;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 5px;
}

.comment-author{
	color: #37348d;
	font-weight: 600;
}

.comment-author .says{
	color: #434343;
	font-weight: 400;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #000;
}

.section{
	float: left;
	width: 100%;
}

.lichsu-years {
	padding-bottom: 20px;
    margin: 70px 15px 30px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 30%);
}

.lichsu-years .year-col {
    width: auto;
}

.year-item {
	display: inline-block;
    font-size: 40px;
    font-weight: 700;
    color: hsl(0deg 0% 26% / 50%);
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 50px 0 0;
}

.year-item.active,
.year-item:hover {
    color: #E92D2E;
}

.lichsu-item {
    display: none;
    align-items: flex-start;
    gap: 30px;
}

.lichsu-item.active {
    display: flex;
}

.lichsu-text.full {
    width: 100%;
}

.lichsu-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

.site-header .widget_search .widgettitle, 
.site-header .widget_search input[type=submit] {
    background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    border: none;
}

.site-header .widget{
	float: left;
}

.content-slider .widget{
	float: left;
	width: 50%;
	margin: 90px 0;
}

.content-slider .widget:first-child .nd{
	width: 490px;
	float: right;
	margin: 0 30px;
}

.content-slider .widget:last-child .nd{
	margin: 0 30px;
}

/*body.home h1{
	display: none;
}
*/

.content-slider .widget h1{
	color: #37328E;
    font-size: 25px;
    font-family: 'PopS';
    background: url(images/logo.svg) no-repeat left top;
    padding-top: 85px;
    margin-bottom: 25px;
}

.content-slider .widget h2{
	font-size: 37px;
	color: #37328E;
	text-transform: uppercase;
	font-family: 'PopS';
	margin: 10px 0 0;
}

.content-slider .widget h2 strong{
	font-size: 65px;
	font-family: 'PopB';
	display: block;
}

.content-slider .widget:first-child ul{
	display: flex;
    gap: 10px; /* khoảng cách giữa 2 cột */
    list-style: none;
    padding: 0;
    margin: 60px 0 0;
}

.content-slider .widget:first-child ul li{
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
     flex: 1; /* mỗi li chiếm 1 cột */
}

.content-slider .widget:first-child ul li a{
	background: #ef2b2d;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-weight: bold;
    border-radius: 50px;
    display: block;
}

.content-slider .widget:first-child ul li:last-child a{
    border: 1px solid #ef2b2d;
    color: #ef2b2d;
    background: transparent;
    height: 53px;
}

/* Hover */
.content-slider .widget:first-child ul li:first-child a:hover,
.content-news .more-from-category a:hover{
    background: #d81f21;
}

.content-slider .widget:first-child ul li:last-child a:hover{
    background: #ef2b2d;
    color: #fff;
}

.content-slider .widget:last-child .item{
	float: left;
}

.content-slider .widget:last-child .item:first-child{
	width: calc(60% - 30px);
	margin-right: 30px;
}

.content-slider .widget:last-child .item:nth-child(2){
	width: 40%;
	float: right;
}

.content-slider .widget:last-child .item:nth-child(3){
	width: calc(50% - 15px);
	margin: 0 15px 0 0;
}

.content-slider .widget:last-child .item:nth-child(4){
	width: calc(50% - 15px);
	margin: 0  0 0 15px;
}

.content-slider .widget:last-child .item:first-child img{
	float: left;
    width: calc(100% - 200px);
    aspect-ratio: 360 / 220;
    margin: 0 20px 0 0;
    height: 220px;
    object-fit: cover;
}

.content-slider .widget:last-child .item h3{
	float: left;
	width: 180px;
	font-size: 15px;
}

.content-slider .widget:last-child .item h3 em{
	font-style: inherit;
	display: block;
	font-size: 50px;
	color: #E92D2E;
	font-family: 'PopS';
}

.content-aboutus .widget:last-child{
    width: 52%;
    margin: 40px 0 0;
    float: left;
    background: #E92D2E;
}

.content-aboutus .widget:last-child .nd{
	width: 550px;
	padding: 60px 60px 40px 60px;
}

.content-aboutus .widget:first-child{
	width: 48%;
	margin: 0 0 0 0;
	float: left;
}

.content-aboutus .widget h2{
	font-size: 40px;
    color: #fff;
    font-family: 'PopB';
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.content-aboutus .widget h2::after{
	content: '';
	width: 100px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.content-aboutus .widget:last-child p{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
	text-align: justify;
}

.content-aboutus .widget:last-child p a{
	border: 1px solid #fff;
	height: 53px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	display: block;
	width: 260px;
	text-align: center;
    line-height: 53px;
    border-radius: 50px;
    margin: 45px 0 0;
	/* thêm */
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.content-aboutus .widget:last-child p a:hover{
	transform: scale(1.03);
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	text-decoration: none;
}

.content-aboutus .widget:first-child img{
	margin: 0;
}

.listvh .widget{
	margin: 100px 15px 0;
	text-align: center;
	background: linear-gradient(to bottom, #E92D2E 440px, transparent 30%);
}

.listvh .widget .noidung{
	background: hsl(0deg 0% 100% / 90%);
    margin: 0 65px;
    padding: 40px 30px;
    position: relative;
    text-align: center;
}

.listvh .widget img{
	margin: -100px auto;
}

.content-vanhoa{
	margin: 90px 0 120px;
}

.content-vanhoa button.slick-prev.slick-arrow {
	background: url(images/btn.svg) no-repeat left center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 50px);
    bottom: -40px;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 108px;
    transition: all 0.3s;
    padding: 0;
}

.content-vanhoa button.slick-next.slick-arrow{
    background: url(images/btn.svg) no-repeat right center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: calc(50% - 50px);
    bottom: -40px;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 108px;
    transition: all 0.3s;
    padding: 0;
}

.listvh .widget .noidung h2{
	font-size: 40px;
	text-transform: uppercase;
	color: #E92D2E;
	font-family: 'PopB';
}

.listvh .widget .noidung h3{
	font-size: 30px;
    font-family: 'PopS';
    background: url(images/linedo.png) no-repeat bottom center;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.listvh .widget .noidung p{
	font-size: 18px;
	margin: 20px 0 0;
}

.content-lichsu .widgettitle{
	text-align: center;
	padding: 200px 0 180px;
	position: relative;
}

.content-lichsu .widgettitle h2{
	text-transform: uppercase;
	font-size: 55px;
	color: #fff;
	font-family: 'PopB';
	position: relative;
	padding-bottom: 40px;
}

.content-lichsu .widgettitle h2::after{
    content: "";
    display: block;
    width: 100px;      /* độ dài line */
    height: 5px;      /* độ dày */
    background: white;
    margin: 20px auto 0; /* căn giữa */
    border-radius: 2px;
}

.content-lichsu .widgettitle::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* lớp phủ 50% */
    z-index: 1;
}

.content-lichsu .widgettitle h2{
    position: relative;
    z-index: 2;
    color: #fff;
}

.content-lichsu button.slick-prev.slick-arrow,
.content-news button.slick-prev.slick-arrow {
    background: url(images/btn.svg) no-repeat left 5px center #fff;
    width: 45px;
    height: 40px;
    position: absolute;
    right: 35px;
    bottom: -21px;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 80px;
    transition: all 0.3s;
    padding: 0;
}

.content-lichsu button.slick-next.slick-arrow,
.content-news button.slick-next.slick-arrow{
    background: url(images/btn.svg) no-repeat right center #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: -21px;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 80px;
    transition: all 0.3s;
    padding: 0;
}

.lichsu-text h3{
	font-size: 30px;
	color: #E92D2E;
	font-weight: bold;
	margin: 0 0 15px;
}

.lichsu-text p{
	font-size: 18px;
}

.lichsu-item .lichsu-thumb,
.lichsu-item .lichsu-text{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.lichsu-item .lichsu-text.full{
	width: calc(100% - 30px);
}

.content-news {
	background: linear-gradient(to bottom, #F8F8F8 , #fff);
    margin: 100px 0 70px;
    padding: 90px 0 0;
}

.home .site-inner{
	padding: 0;
}

.content-news h2 a,
.content-news h2 a:hover{
	font-size: 40px;
	font-family: 'PopB';
	color: #434343;
	line-height: 1.3;
}

.content-news h2{
	margin: 0;
}

.content-news .widgettitle{
	width: 1140px;
	margin: 0 auto;
	background: url(images/linedo.png) no-repeat bottom left;
  	padding-bottom: 20px;
    margin-bottom: 50px;
}

.content-news .post{
	margin: 0 20px;
	max-width: 450px;
}

.content-news .post img,
.yarpp-related .post img{
	width: 100%;
	aspect-ratio: 750 / 450;
	object-fit: cover;
	margin: 0 0 15px;
}

.content-news .post .widget-item-title a,
.yarpp-related .post .widget-item-title a{
	color: #434343;
	font-size: 18px;
	font-family: 'PopS';
	text-transform: uppercase;
}

.content-news .post .widget-item-title a:hover,
.content-news .post.slick-current .widget-item-title a,
.yarpp-related .post .widget-item-title a:hover,
.archive .content .post .entry-title a:hover, .search .content .post .entry-title a:hover{
	color: #E92D2E;
}

.content-news .name-category a{
    color: #434343b3;
    font-size: 15px;
}

.content-news .name-category{
	margin: 20px 0 15px;
    display: block;
}

.content-news .main-posts{
	position: relative;
}

.content-news button.slick-next.slick-arrow{
    right: calc((100vw - 1140px) / 2);
    top: -115px;
    bottom: auto;
    background: url(images/btn.svg) no-repeat right center #f9f9f9;
}

.content-news button.slick-prev.slick-arrow{
    right: calc((100vw - 1140px) / 2 + 45px);
    top: -115px;
    bottom: auto;
    background: url(images/btn.svg) no-repeat left center #f9f9f9;
}

.content-news .more-from-category{
    text-align: center;
    margin: 30px 0 0;
}

.content-news .more-from-category a{
	display: block;
    background: #E92D2E;
    width: fit-content;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 0 70px;
    border-radius: 50px;
}

.after_footer {
	background: #E92D2E;
}

.after_footer p{
    color: #fff;
    font-size: 15px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
}

.site-footer .widget:first-child{
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px 50px;
    border-bottom: 1px solid hsl(0deg 0% 26% / 10%);
    padding-bottom: 30px;
}

.site-footer .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px;
}

.site-footer .widget:not(:first-child) .widgettitle{
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'PopS';
	position: relative;
	background: url(images/linedo.png) no-repeat bottom left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-size: 70px 3px;
}

.site-footer .widget:not(:first-child) ul li{
	list-style-type: none;
	margin-bottom: 10px;
}

.site-footer .widget:first-child .widgettitle{
	background: url(images/logof.svg) no-repeat left center;
    display: block;
    text-indent: -9999px;
    float: left;
    width: 460px;
    height: 65px;
}

.site-footer .widget:first-child .textwidget{
	float: right;
}

.site-footer .widget:first-child .textwidget ul li{
	list-style-type: none;
	display: inline-block;
	margin: 13px 0 0 10px;
}

.page .entry-title,
.single .entry-title{
    font-size: 30px;
    font-weight: bold;
    color: #434343;
    margin: 0 0 20px;
}

.single .entry-content h2, 
.page .entry-content h2{
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    color: #E92D2E;
}

.single .entry-content h3, 
.page .entry-content h3{
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
    color: #36328e;
}

.single .entry-content table {
    border: 1px solid #d9d9d9;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.single .entry-content table tr:first-child td, 
.single .entry-content table tr:first-child th {
    background: #6b2317;
    color: #fff;
    text-align: center;
}
.single .entry-content table td, 
.single .entry-content table th {
    border-collapse: collapse;
    padding: 5px;
    border: 1px solid #d6d6d6;
}

#toc_container a {
    text-decoration: none;
    text-shadow: none;
    color: #6e6e6e;
    font-size: 15px;
}

.sidebar .widget_caldera_forms_widget .caldera-grid{
	padding: 0 15px;
}

.sidebar .caldera-grid input{
	height: 50px;
	box-shadow: none;
	border-radius: 5px;
	font-size: 16px;
	border: 1px solid #d9d9d9;
}

.sidebar .caldera-grid textarea{
	box-shadow: none;
	border-radius: 5px;
	font-size: 16px;
	border: 1px solid #d9d9d9;
}

.sidebar .caldera-grid input[type="submit"]{
	background: #36328e;
    color: #fff;
    font-weight: bold;
    padding: 0 45px;
    border-radius: 30px;
    margin: 0 auto;
    display: table;
}

.sidebar .caldera-grid input[type="submit"]:hover{
	background: #2b2778;
}

.sidebar .widget_caldera_forms_widget{
	background: #36328e;
}

.sidebar .widget_caldera_forms_widget .widgettitle{
	background: unset;
	color: #fff;
	text-align: center;
}

.sidebar .main-posts{
	padding: 0 15px;
}

.sidebar .main-posts .post{
	float: left;
	width: 100%;
}

.sidebar .main-posts .post img{
	float: left;
	width: 130px;
	margin: 0 15px 0 0;
}

.sidebar .main-posts .post .widget-item-title a{
	color: #434343;
	font-weight: 500;
	line-height: 1.3;
}

.sidebar .main-posts .post .widget-item-title{
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.content-news .post .widget-item-title,
.yarpp-related .post .widget-item-title {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sidebar .main-posts .post .widget-item-title a:hover{
	color: #36328e;
}

.yarpp-related .title, #reply-title, .binhluan {
    font-weight: 700;
    font-size: 26px;
    background: url(images/linedo.png) no-repeat left bottom;
    margin-bottom: 20px;
    padding-bottom: 7px;
    color: #434343;
    background-size: 70px 3px;
}

.yarpp-related .post{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px;
}

.yarpp-related{
	float: left;
    width: 100%;
    margin: 30px 0 70px;
}

.yarpp-related .title{
	margin: 0 15px 30px;
}

.sidebar .widget_caldera_forms_widget .widgettitle{
	border-bottom: 1px solid #ffffff52;
}

.archive-heading a{
    color: #333;
    font-weight: bold;
    font-size: 30px;
    color: #434343;
    position: relative;
}

.archive-heading{
    background: url(images/linedo.png) no-repeat left bottom;
    background-size: 70px 3px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.archive .content .post, .search .content .post, .search .content .fitwp_question {
float: left;
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px dashed #ebe9e9;
    padding-bottom: 15px;
}

.archive .content .post a img, .search .content .post a img {
    width: 250px;
    border: 0;
    background: none;
    padding: 0;
    aspect-ratio: 750 / 450;
    object-fit: cover;
    border-radius: 5px;
}

.archive .content .post .more-link{
	display: none;
}

.archive .content .post .entry-title a, .search .content .post .entry-title a{
	color: #36328e;
	font-weight: 600;
	font-size: 18px;
} 

.page.full-width-content .content{
	width: calc(100% - 30px);
    margin: 0 15px;
}

.sidebar .caldera-grid label{
	display: none;
}

.content-contact .box{
	float: left;
	width: calc(100% - 30px);
	margin: 60px 15px 30px;
	border-radius: 10px;
	background: #FFF;	
	overflow: hidden;
	position: relative;
	z-index: 3;
	box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.10);
}

.content-contact .left{
	padding: 30px;
	width: 620px;
	float: left;
}

.content-contact .left h2,
.content-contact .left h1{
	font-size: 26px;
	color: #e92d2e;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #36328e6b;	
}

.content-contact .left ul{
	list-style: none;
	margin-bottom: 40px;
}

.content-contact .left ul li{
	margin-bottom: 20px;
	text-align: justify;
}

.content-contact .left ul li strong{
	display: block;
	font-size: 25px;
	background: url(images/add.svg) no-repeat left top 7px;
	padding-left: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #36328e;
}

.content-contact .left ul li em{
	font-style: normal;
	padding-left: 25px;
	font-weight: 500;
	display: block;
}

.content-contact .left ul li:last-child{
	margin-top: 30px;
	background: url(images/mail1.svg) no-repeat left center;
}

.content-contact .left p a{
	position: relative;
	padding-left: 90px;
	font-size: 20px;
	font-family: 'PopM';
	color: #434343;
	display: block;
	line-height: 1.3;
}

.content-contact .left p a:before{
	background: url(images/hotline1.svg) no-repeat left center;
	width: 75px;
	height: 75px;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	animation: shake 2s infinite;
}

.content-contact .left p strong{
	font-size: 36px;
	font-weight: 600;	
	display: block;
	color: #31B44A;
}

.content-contact .right{
	padding: 30px;
	width: 400px;
	float: right;
	background: #36328e;
}

.content-contact .right h2{
	font-size: 36px;
	color: #fff;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 30px;
}

.content-contact .right h2 em{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;	
	display: block;
	text-transform: uppercase;
}

.content-contact .right label{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.content-contact .right .field_required{
	display: none;
}

.content-contact .right input{
    height: 50px;
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    border-radius: 10px;
}

.content-contact .right textarea{
	font-size: 16px;
    border-radius: 10px;
}

.content-contact .right input[type="submit"]{
  background: url(images/morew.svg) no-repeat right 30px center #e92d2e;
  padding: 10px 55px 10px 30px;
  font-size: 16px;
  color: #fff;
  display: table;
  margin: 20px auto 0;
  border-radius: 100px;
  font-weight: 600;
}

.content-contact .caldera-grid .form-group {
    margin-bottom: 22px;
}

.content-contact .text{
	padding: 50px 80px 30px;
}

.content-contact .text p{
	margin-bottom: 20px;
	font-size: 16px;
	text-align: justify;
}

.tax-danh-muc .list_cm{
	float: left;
    width: 290px;
    margin: 0 0 0 15px;
    box-shadow: 0px 0px 2px #d9d9d9;
    border-radius: 10px;
    padding: 15px;
}

.tax-danh-muc .list_content{
	float: right;
	width: 790px;
	margin: 0 15px 50px 0;
}

.tax-danh-muc .list_cm .title{
	font-weight: 700;
    font-size: 20px;
    color: #36328e;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tax-danh-muc .list_cm .title a{
	font-weight: 700;
    font-size: 20px;
    color: #36328e;
    text-transform: uppercase;
}

.tax-danh-muc .archive-heading a,
.search-results h1{
	color: #36328e;
}

.search-results h1{
	font-weight: bold;
    font-size: 30px;
    margin: 0 15px 30px;
}

.search-results main.content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.tax-danh-muc .list_cm li{
	list-style-type: none;
	margin-bottom: 15px;
}

.tax-danh-muc .list_cm li img{
	vertical-align: middle;
	margin: 0 7px 0 0;
}

.tax-danh-muc .list_cm li a{
	color: #434343;
	font-weight: 500;
}

.tax-danh-muc .list_cm li.active a,
.tax-danh-muc .list_cm li a:hover{
	color: #e92d2e;
	text-decoration: underline;
}

.tax-danh-muc .archive-heading{
	background: unset;
    padding: 0;
    margin: 0 0 20px;
}

.tax-danh-muc .dssp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tax-danh-muc .dssp .pagination,
.search-results main.content .pagination {
  grid-column: 1 / -1;
}

.search-results main.content{
	margin-bottom: 50px;
}

.tax-danh-muc .dssp .sp,
.search-results main.content .sp{
    box-shadow: 0px 0px 2px #d9d9d9;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.tax-danh-muc .dssp .sp img{
	width: 213px;
	height: 213px;
	object-fit: cover;
	margin: 0 0 15px 0;
}

.search-results main.content .sp img{ 
	width: 240px;
	height: 240px;
	object-fit: cover;
	margin: 0 0 15px 0;
 }

.tax-danh-muc .dssp .sp .entry-title a,
.listsp .sp .title-sp a,
.search-results main.content .entry-title a{
	font-size: 18px;
	font-weight: 600;
	color: #434343;
}

.listsp .sp .title-sp{
	margin-bottom: 10px;
}

.tax-danh-muc .dssp .sp:hover .entry-title a,
.listsp .sp:hover .title-sp a,
.search-results main.content .sp:hover .entry-title a{
	color: #e92d2e;
}

.tax-danh-muc .dssp .sp .price,
.listsp .sp .price,
.search-results main.content .price{
	text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #36328e;
}

.tax-danh-muc .dssp .sp .read_more a,
.listsp .sp .read_more a,
.search-results main.content .sp .read_more a{
	background: #36328e;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
}

.tax-danh-muc .dssp .sp .read_more a:hover,
.listsp .sp .read_more a:hover,
.search-results main.content .sp .read_more a:hover{
	background: #e92d2e;
}

.tax-danh-muc .dssp .sp .read_more{
	margin-bottom: 0;
}

.chitiet_sp .anh_sp{
	float: left;
    width: calc(45% - 15px);
    margin: 0 15px 0 0;
    border-radius: 10px;
}

.chitiet_sp .info_sp{
	float: left;
	width: calc(55% - 15px);
	margin: 0 0 0 15px;
}

.thong_tin{
	box-shadow: 0px 0px 2px #d9d9d9;
    float: left;
    width: calc(100% - 60px);
    margin: 0 15px;
    padding: 15px;
    border-radius: 10px;
}

.chitiet_sp .anh_sp img{
	border-radius: 10px;
}

.thong_tin .mota .noidung {
    border-bottom: 1px dashed #d2d2d2;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.thong_tin .mota .tieude {
    color: #434343;
    float: left;
    width: 160px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 30px;
    text-transform: inherit;
}

.thong_tin .mota .nd {
    float: left;
    width: calc(100% - 190px);
}

.thong_tin .mota .nd ul li {
    list-style-type: disc;
    line-height: 23px;
    margin-bottom: 9px;
    background-size: 5px;
}

.thong_tin .mota .nd ul{
	margin-left: 25px;
}

.thong_tin .mota .nd p{
	margin-bottom: 15px;
}

.thong_tin .mota .nd p:last-child{
	margin-bottom: 0;
}

.single-sp .info_sp h1{
	font-size: 32px;
    color: #36328e !important;
    margin: 0;
}

.thong_tin .mota .noidung:last-child{
	border-bottom: none;
}

.anh_sp .itemnav{
	margin: 15px 15px 0 0;
}

.listsp .sp{
	float: left;
	width: calc(25% - 60px);
    box-shadow: 0px 0px 2px #d9d9d9;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin: 0 15px;
}

.listsp .sp .price{
	margin-bottom: 15px;
}

.listsp .sp img{
	border-bottom: 10px;
}

.chitiet_sp .info_sp .daban {
    float: left;
    font-size: 14px;
    background: url(images/star.svg) no-repeat left center;
    background-size: 75px;
    display: inline-block;
    padding: 0 0 0 80px;
    text-align: right;
    color: #434343d4;
    margin:5px 0 20px;
    width: fit-content;
    height: 23px;
}

.single-sp main.content .entry-content{
	box-shadow: 0px 0px 2px #d9d9d9;
    float: left;
    width: calc(100% - 60px);
    margin: 30px 15px;
    padding: 15px;
    border-radius: 10px;
}

.site-header .search-form.active {
    display: block;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #fff;
}

#click-menu{
	display: none;
}

.content-date{
	text-align: right;
    font-style: italic;
    font-size: 15px;
    margin: 0 0 10px;
}

.fix_icon{
	position: fixed;
	top: 30%;
	right: 5px;
	z-index: 999;
}

.fix_icon li{
	list-style-type: none;
}

.fix_icon li img{
	margin: 0;
}

@media screen and (max-width: 1680px){
	.content-aboutus .widget:first-child img{
		min-height: 670px;
        object-fit: cover;
	}
}

@media screen and (max-width: 1280px){
	.content-aboutus .widget:last-child .nd {
	    width: calc(100% - 110px);
        padding: 50px;
	}

	.wrap,
	.breadcrumb .wrap,
	.site-inner{
		width: calc(100% - 30px);
	}

	.page.full-width-content .content{
		width: 100%;
		margin: 0;
	}

	.tax-danh-muc .list_cm {
	    float: left;
	    width: 250px;
	    margin: 0 0 0 2px;
	}

	.tax-danh-muc .list_content {
	    float: right;
	    width: calc(100% - 310px);
	    margin: 0 2px 50px 0;
	}

	.content-sidebar .content, .sidebar-content .content{
		margin: 0;
		width: calc(67% - 15px);
	}

	.sidebar{
		float: right;
        width: calc(32% - 15px);
        margin: 0;
	}

	div#toc_container {
	    width: calc(100% - 22px) !important;
	    border: 1px solid #e7e7e7;
	}

	.content-contact .left {
	    padding: 25px;
	    width: calc(55% - 50px);
	    float: left;
	}

	.content-contact .right {
	    padding: 25px;
	    width: calc(45% - 50px);
	}
}