/*
 Theme Name:   Flatsome Child
 Description:  Flatsome Child Theme (Robust JS-Independent Version)
 Author:       UX-Themes
 Template:     flatsome
 Version:      1.1.0
*/


.section-why .row-item .col-inner {
    text-align: center;
    position: relative;
    padding: 20px;
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: opacity 0.6s, transform 0.6s;
    overflow: visible;
    z-index: 1;
}

.section-why .row-item .col-inner:hover {
    box-shadow: 0 20px 40px rgba(246, 133, 31, 0.15);
    border-color: rgba(246, 133, 31, 0.3);
    z-index: 2;
}


.section-rating .row-item .col-inner {
        min-height: 250px;
    padding: 20px;
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    scroll-snap-align: center;
	color: black;
}

.section-rating .row-item .col-inner p {
	color: black;
}

.star-rating span:before {
    color: #ff8a00;
}

.section-explore .row-item .col-inner {
	background: white;
    border-radius: 12px;
    padding: 24px 24px 5px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
	min-height: 240px;
}

.section-new-content h1 {
	font-size: 35px;
}

.section-new-content h2 {
	font-size: 30px;
}

.section-new-content h3 {
	font-size: 26px;
}

.section-new-content .col-border-left .col-inner {
    border-left: 3px solid #064EA1;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-radius: 0 8px 8px 0;
}

.col-border-left .col-inner h3 {
	    color: #064EA1;
    font-size: 18px;
}

.col-border-left p {
    font-size: 14px;
    color: #4b5563;
}

.section-new-content ul {
	counter-reset: item;
}

.section-new-content ul li {
    position: relative;
    padding-left: 50px;
    counter-increment: item;
    list-style: none;
    margin-left: 0;
	margin-bottom: 15px;
}

.section-new-content ul li:before {
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;

	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, #064EA1, #0862C8);
box-shadow: 0 4px 12px rgba(6, 78, 161, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;

	color: #fff;
	font-weight: bold;
}

.section-new-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* Header */
.section-new-content table thead {
  background: #1e5aa8;
}

.section-new-content table thead th {
  color: #fff;
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
}

/* Body */
.section-new-content table tbody tr {
  background: white;
}

.section-new-content table tbody tr:nth-child(even) {
  background: #eef2f7;
}

.section-new-content table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e0e6ed;
}

/* Remove last border */
.section-new-content table tbody tr:last-child td {
  border-bottom: none;
}

/* Bo góc */
.section-new-content table thead th:first-child {
  border-top-left-radius: 12px;
}
.section-new-content table thead th:last-child {
  border-top-right-radius: 12px;
}
.section-new-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.section-new-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.accordion-title {
    border: 1px solid #e6e6e6 !important;
    border-radius: 15px;
	margin-bottom: 10px;
}

.section-legal .row-item .col-inner {
    text-align: center;
    position: relative;
    padding: 20px;
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: opacity 0.6s, transform 0.6s;
    overflow: visible;
    z-index: 1;
}

.section-legal .row-item .col-inner:hover {
    box-shadow: 0 20px 40px rgba(246, 133, 31, 0.15);
    border-color: rgba(246, 133, 31, 0.3);
    z-index: 2;
}

.section-choice .text-1 {
    font-size: 48px !important;
    font-weight: bold;
    color: #f59e0b;
}

.section-choice {
	padding: 30px 0 0 !important;
}

.section-choice .text-1 p {
	margin-bottom: 0;
    color: #f59e0b;
}

.header-button-2 a {
	background-color: #ff8a00 !important;
	color: white;
  padding: 7px 20px 5px;
  font-size: 13px;
  font-weight: 800;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  animation: 1.5s ease 0s infinite normal none move;
}

@keyframes move {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

#footer p {
	font-size: 10px;
}

#footer .row-1 img {
	width: auto;
	max-height: 70px;
}

#footer .row-1 .col-1 img {
	width: auto;
	max-height: 80px;
}

#footer .row-1 .col-3 .large-2 {
        flex-basis: 12.5%;
        max-width: 12.5%;
    }

#footer .col-3 img {
	max-width: 60px;
}

#footer .col-3 p {
	font-size: 10px;
}

#footer .text-title p {
    font-size: 15px;
    color: black;
}

#footer a {
	font-size: 14px;
	color: #8697a2;
	    border: none;
}

#footer .row-3 p {
	font-size: 14px;
}


.post-sidebar span.widget-title {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: inherit;
    color: black;
	font-size: 17.5px;
}

.post-sidebar .is-divider {
	display: none;
}

.related .product-section-title {
    text-transform: inherit;
    letter-spacing: normal;
    font-size: 45px;
    margin-top: 30px;
}

.textwidget .pt-related .box {
	    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.textwidget .pt-related .box .is-divider {
	display: none;
}

.textwidget .pt-related .box .box-text {
	    width: 75%;
	padding-left: 10px;
	padding-bottom: 0;
}

.textwidget .pt-related .box .box-text .post-title {
    font-size: 13.5px;
    font-weight: normal;
}

.textwidget .pt-related .col {
	padding-bottom: 15px;
}

.single .large-9.col {
	        flex-basis: 70%;
        max-width: 70%;
}

.single .large-3.col {
	        flex-basis: 30%;
        max-width: 30%;
}

.archive .page-title {
	font-size: 26px;
}

.single .content-area {
	text-align: justify;
}
/*related post*/
.pt-related {
	    margin-top: 20px;
}
.pt-related-content-item {
	    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    display: grid;
    position: relative;
	margin-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
}

.pt-related .image-cover {
	    padding-top: 62.5% !important;
}

.pt-related .image-cover img {
	border-radius: 8px
}

.pt-related .box-text-inner {
	    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.pt-related .is-divider {
	display: none;
}

.pt-related-title  {
    text-transform: none !important;
    padding-bottom: 15px !important;
    display: block;
    position: relative;
	
}

.pt-related-title span {
	margin-left: 18px;
	font-size: 20px;
    line-height: 30px;
    font-weight: 500;
	letter-spacing: normal
}

.pt-related-title:before {
	background-color: #ff464b;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0px;
    position: absolute;
    width: 10px;
    top: 10px;
}

    .archive .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }

.blog-archive .image-cover {
	padding-top: 66.7% !important;
}

.blog-archive  .is-divider {
	display: none;
}

.single .entry-header-text.text-center {
    text-align: left;
    padding: 0;
}

.single .entry-header .entry-divider {
	display: none;
}

.post-item .col-inner {
    text-align: center;
    position: relative;
    padding: 20px;
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: opacity 0.6s, transform 0.6s;
    overflow: visible;
    z-index: 1;
}

.post-item .col-inner:hover {
    box-shadow: 0 20px 40px rgba(246, 133, 31, 0.15);
    border-color: rgba(246, 133, 31, 0.3);
    z-index: 2;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#footer .row-1 .col-3 .large-2 {
    flex-basis: 25%;
    max-width: 25%;
}

	
	h2.section-title-normal span {
    font-size: 30px;
    text-transform: initial;
}
	
	.related .product-section-title {
    font-size: 30px;
	}
	
	.single .large-9.col {
	        flex-basis: 100%;
        max-width: 100%;
}

.single .large-3.col {
	        flex-basis: 100%;
        max-width: 100%;
}
	
}
