/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.07
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --c-main: #095c92;
}

body {
    color: #000;
}

.text-white {
    color: #fff !important;
}

/*topbar-list*/
.topbar-list {
    color: #fff;
    list-style: none;
    display: flex;
    font-size: 0.8rem;
}
.topbar-list li {
    margin-right: 20px;
}
.topbar-list a {
    color: #fff;
}
/*topbar-list*/

.header .top-text span {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.416px;
    display: block;
}

.box-text-banner h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.box-text-banner p {
    color: #424242;
    /* font-size: 18px; */
    font-weight: 400;
    line-height: 28px;
    margin-top: 15px;
}

.btn-link span {
    color: #000;
}

.box-text-banner .btn-link {
    font-size: 18px;
    padding: 12px 40px;
    border-width: 1px;
    border-color: #000;
}

.box-text-banner .btn-link:hover {
    border-color: #a3050a;
    background-color: transparent !important;
}

.box-text-banner .btn-link:hover span {
    color: #a3050a;
}

.review-content {
    display: flex;
    flex-direction: column-reverse;
}

.review-content h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.review-content p {
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.item-review {
    padding: 20px 15px;
}

.item-review p {
    font-size: 16px;
    color: #000;
}

.item-review .info {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-review span.userId {
    color: #555555;
    font-size: 15px;
}

.item-review span.date {
    color: #ababab;
    font-size: 14px;
}

.menu-policy-container ul.menu {
    display: flex;
    align-items: center;
}

.menu-policy-container ul.menu>li {
    padding: 0;
    position: relative;
}

.menu-policy-container ul.menu>li:not(:first-child) {
    padding-left: 8px;
    margin-left: 5px;
}

.menu-policy-container ul.menu>li:not(:first-child)::after {
    content: '|';
    position: absolute;
    top: 0;
    left: 0;
}

.menu-policy-container ul.menu>li+li {
    border: none;
}

.menu-policy-container ul.menu>li a {
    display: block;
    padding: 0;
}

.menu-policy-container ul.menu>li:first-child a {
    color: #000;
    font-weight: 700;
}

.content-footer p {
    margin: 0;
    color: #000;
    font-size: 15px;
}

.content-footer h3 {
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    color: #424242;
}

.absolute-footer {
    display: none;
}

.footer-wrapper .back-to-top {
    background-color: #424242;
    border-color: #424242;
    color: #fff;
    border-radius: 0;
}

.shop-page-title .breadcrumbs {
    text-align: center;
    color: #262626;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -0.01em;
}

.agree_box .col-inner {
    position: relative;
    z-index: 1;
    border: 1px solid #bdbdbd;
    height: 800px;
    scroll-behavior: smooth;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

.agree_content {
    width: 100%;
    height: 100%;
    padding: 5rem;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.agree_content p {
    font-size: 14px;
    color: #424242;
}

.agree_content p:first-child {
    text-align: center;
    color: #a3050a;
    font-size: 16px;
    font-weight: 500;
}

.faq-content h3 {
    font-size: 40px;
    color: #222;
    font-weight: 500;
    margin-bottom: 50px;
}

.faq-accordion .accordion-title.active {
	border-color: #ddd;
	color: #a3050a;
}

@media (min-width: 768px) {
    .box-text-banner .box-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 26%;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .box-text-banner .box-text {
        padding-left: 16px;
        padding-right: 16px;
    }

    .table-responsive>.table>tbody>tr>td, 
    .table-responsive>.table>tbody>tr>th, 
    .table-responsive>.table>tfoot>tr>td, 
    .table-responsive>.table>tfoot>tr>th, 
    .table-responsive>.table>thead>tr>td, 
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }
}

.btn-dk-now {
    width: 300px;
    max-width: 100%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    padding: 8px 10px ;
    text-transform: uppercase;
    background-color: var(--c-main);
    margin:  auto;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    cursor: pointer;
}

/*title-main*/
.title-main h3{
    color: #000;
}
.title-main h5 {
    
}

.title-light h5 {
    color: #fff;
}
/*title-main*/

/*form-main*/
.form-main {
    margin: auto;
    width: 450px;
    max-width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.form-main h3{
    font-size: 30px;
    color: #0072bc;
    text-transform: uppercase;
    margin: 10px 0 20px;
}
.form-main input {
    box-shadow: unset;
    height: 42px;
}
.form-main input[type=submit]{
    display: block;
    width: 100%;
    margin-bottom: 0;
    background-color: #0072bc;
    font-size: 24px;
    text-transform: uppercase;
}
.form-main .wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.form-main .form-bottom {
    font-size: 14px;
    margin-bottom: 10px;
}
.processing:before, .loading-spin.centered {
    display: none;
}
.wpcf7-form .processing * {
    opacity: 1;
}
form.submitting .form-main .wpcf7-spinner
{
    display: block;
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-bottom: 10px;
    font-size: 14px;
}
/*form-main*/

/*doituong-item*/
.doituong-item {
    align-items: center;
    margin-bottom: 20px;
}
.doituong-item .icon-box-img {
    display: flex;
    align-items: center;
/*    flex: 0 0 200px;*/
}
.doituong-item .icon-box-img:after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    flex: 0 0 70px;
    background-color: #000;
}
.doituong-item .icon-box-text {
    border-radius: 59px;
    padding: 20px;
    box-shadow: rgb(205 18 18) 0px 1px 4px;
    min-height: 125px;
    display: flex;
    align-items: center;
}
.doituong-item .icon-box-text p {
    margin-bottom: 0;
}
.doituong-item .icon-box-text p:last-child {
    margin-bottom: 0;
}
/*doituong-item*/

/*text-box*/
.text-box {
    padding: 20px 10px;
    border: 2px solid #ffed9c;
    color: #fff;
    height: 100%;
    flex: 1;
}
.text-box p {
    margin-bottom: 10px;
}
.text-box p:last-child {
    margin-bottom: 0;
}

.h-100 .col-inner {
    height: 100%;
    display: flex;
    align-items:  center;
}

.text-box.text-box1 {
    border-color: #012967;
    border-style: double;
    border-width: 5px;
}
.text-box1 ul {
    list-style: none;
    color: #000;
    margin-bottom: 0;
}
.text-box1 ul li {
    padding-left: 28px;
    margin-bottom: 5px;
    position: relative;
}
.text-box1 ul li:last-child {
    margin-bottom: 0;
}
.text-box1 ul li:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 5px;
    background-image: url('assets/images/icon-li.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media(max-width: 767px)
{
    .text-box1 ul li {
        margin-left: 0;
    }
}
/*text-box*/

/*icon-box-text*/
.icon-box-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 30px;
    position: relative;
}
.icon-box-text > h5 {
    font-size: 50px;
    display: inline-flex;
    width: 110px;
    height: 110px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 2px solid rgb(9, 92, 146);
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: -35px;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 9;
}
.icon-box-text > h6 {
    display: inline-block;
    width: auto;
    font-size: 26px;
    color: #000;
    margin-left: 120px;
}
.icon-box-text .content-box {
    flex: 0 0 100%;
    border: 2px solid #ff914d;
    padding: 20px 10px;
    padding-left: 100px;
}
.icon-box-text .content-box p:last-child {
    margin-bottom: 0;
}

@media(max-width: 767px)
{
    .icon-box-text > h5 {
        font-size: 40px;
        width: 90px;
        height: 90px;
    }
    .icon-box-text > h6 {
        font-size: 20px;
        margin-left: 100px;
    }
    .icon-box-text .content-box {
        padding-left: 10px;
        padding-top: 40px;
    }
}
@media(max-width: 520px)
{
    .icon-box-text > h5 {
        width: 70px;
        height: 70px;
        top: 0;
    }

    .icon-box-text > h6 {
        margin-left: 80px;
        font-size: 16px;
        line-height: 1.2;
    }
}
/*icon-box-text*/

/*testimonial*/
.testimonial-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
}
.testimonial-box .testimonial-image {
    position: absolute;
    bottom: -15px;
    right: 10px;
}
/*testimonial*/

#salertWrapper .popup-item {
    padding-right: 25px !important;
    padding-left: 65px !important;
    background: url('assets/images/notify.svg') no-repeat left 12px center;
    background-size: 45px 45px;
}
#salertWrapper .popup_position .salert-content-wrap {
    line-height: 18px;
}

/*video-content*/
.video-content {
    position: relative;
}
.video-content .video-button-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

/*video-content*/
/* Video Play Button */
.video-content .open-video {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
/*  box-sizing: content-box;*/
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
  
.video-content .open-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #0072bc;
  animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
  
.video-content .open-video:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #0072bc;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
  
.video-content .open-video i {
    position: relative;
    z-index: 9;
    color: #fff;
}
.video-content .open-video span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #fff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
  
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* end of video play button */

.history-content > div {
    position: relative;
} 
.history-content .col-inner {
    
}
.history-content > div:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #cf2e2e;
    z-index: 9;
}
.history-content > div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 5px;
    height: 100%;

    
    background-color: #cf2e2e;
}
.history-content > div:first-child:after {
    height: 50%;
    top: unset;
    bottom: 0;
}
.history-content > div:nth-child(4):after {
    height: 50%;
    left: 0;
}

.history-content .col-inner p{
    margin-bottom: 0;
}

@media(min-width: 550px)
{
    .history-content .col-inner {
    }

    .history-content > div:before {
        top: unset;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .history-content > div:after {
        top: unset;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 5px;
    }
    
    .history-content > div:first-child:after {
        width: 50%;
        height: 5px;
        right: 0;
        left: unset;
    }
    .history-content > div:nth-child(4):after {
        width: 50%;
        height: 5px;
        left: 0;
        right: unset;
    }
}

/*popup main*/
#popup-main {
    background: url('/wp-content/uploads/2024/03/DSC03458-1024x683.jpg') no-repeat;
    background-size: cover;
    border-radius: 10px;
}
#popup-main:before {
    content: "";
    background-image: linear-gradient(rgb(0, 4, 40), rgb(0, 78, 146));
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
}
#popup-main form {
    margin: 0;
}
#popup-main .form-main {
    width: 100%;
    position: relative;
    z-index: 9;
}

@media(max-width: 767px)
{
    #popup-main {
        padding: 10px !important;
    }
    #popup-main  .form-main {
        padding: 10px 20px 20px;
        border-radius: 10px;
    }
    #popup-main  .form-main h3{
        font-size: 20px;
    }
    #popup-main  .form-main input[type=submit] {
        font-size: 20px;
    }
}
/*popup main*/

/*footer*/
#footer {
    font-size: 15px;
}
#footer p a {
    color: #fff;
}
#footer p {
    margin-bottom: 10px;
}
/*footer*/
