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

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
    font-family: 'Be Vietnam Pro', sans-serif;
    background:#f6f1e7;
    color:#1d1d1d;
}

h1,h2,h3,h4{
    font-family:'Cormorant Garamond', serif;
    font-weight:600;
}

.section{
    padding-top:60px;
    padding-bottom:60px;
}

.button{
    border-radius:50px;
    text-transform:none;
    font-weight:600;
    letter-spacing:.5px;
}

.row .col{
    margin-bottom:0;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: center;
    gap: 15px;
}
.nav > li > a {
    font-family: Montserrat, sans-serif;
    font-weight: 600 !important;
    color: #133b8b !important;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: #012ec6 !important;
}
header a.header_botton {
    background-image: linear-gradient(45deg, #012ec6, #0b3e9a);
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 9px;
}
header a.header_botton i{
	color: #fff !important;
}
.home_banner .note {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 6px;
    padding: 2px 10px;
    color: #fff !important;
    background-color: #00f25e0a;
    margin-bottom: 10px;
}
.home_banner h3 {
    color: #0b3d9a !important;
    font-size: 55px;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 1.2;
}
.home_banner h1 {
    font-size: 80px !important;
    text-transform: uppercase;
    color: #fff !important;
}
.home_banner .box_btn{
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.home_banner .box_btn a {
    border: 1px solid #ccc;
    padding: 6px 16px;
    border-radius: 10px;
    min-width: 180px;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
    text-align: center;
}
.home_banner .box_btn a:first-child {
    background-image: linear-gradient(45deg, #fff, #fff);
	color: #012ec6 !important;
}
.home_banner .box_btn a:last-child {
    border-color:  #fff;
	color:  #fff !important;
}
.home_banner .box_btn a:last-child img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	object-position: center;
}
.home_banner .address {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff !important;
    font-size: 15px;
}
.custom_title p{
	text-transform: uppercase;
	margin-bottom: 0px;
}
.custom_title p {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 15px;
    color: #01bfff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	gap: 5px;
}
.custom_title p:before {
   content:"";
	width: 30px;
	height: 1px;
	background-color: #01bfff;
}
.custom_title p:after {
    content:"";
	width: 30px;
	height: 1px;
	background-color: #01bfff;
}
.custom_title h3 {
    font-size: 30px;
    color: #002b78;
}
.home_ss2 .row_2 .icon-box .icon-box-img {
    width: 100% !important;
	margin-bottom: 0px !important;
	height: 350px;
}
.home_ss2 .row_2 .icon-box .icon-box-img .icon,.home_ss2 .row_2 .icon-box .icon-box-img  .icon-inner{
	 width: 100% ;
	height: 100%;
}
.home_ss2 .row_2 .icon-box .icon-box-img img{
	 width: 100% ;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.home_ss2 .row_2 .icon-box-text {
    background-color: #fff;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 10px;
    margin-top: -20px;
    z-index: 12;
    position: relative;
    padding: 40px 10px 20px 10px;
}
.home_ss2 .row_2 .icon-box-text p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 15px;
	color: #000 !important;
	margin-bottom: 0px;
}
.home_ss2 .row_2 .icon-box-text h3 {
    font-weight: 600 !important;
    color: #002b78;
    text-transform: uppercase;
    font-size: 16px;
}
.home_ss2 .note {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -23px;
    background-color: #03c2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    left: 46%;
}
.home_ss2 .note img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(1);
}
.home_ss3 .heading_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home_ss3 .heading_title .box_title p {
    margin-bottom: 0px;
    color: #01b9ff;
    text-transform: uppercase;
}
.home_ss3 .heading_title .box_title h3 {
    font-size: 26px;
    color: #0a3e9b;
}
.home_ss3 .box_btn a {
    background-image: linear-gradient(45deg, #02c1ff, #0b3e9a);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
}
.blog_duan .post-item {
    padding-left: 10px;
    padding-right: 10px;
}
.is-divider{
	display: none;
	}
.blog_duan .post-item .box-image {
    width: 100%;
    height: 180px;
}
.blog_duan .post-item .box-image .image-cover, .blog_duan .post-item .box-image .image-cover a{
   padding: 0px !important;
	width: 100%;
    height: 100%;
}
.blog_duan .post-item .box-image img{
	position: relative !important;
	width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.blog_duan .post-title a {
    color: #335dad;
    font-size: 16px;
    font-weight: 500;
}
.blog_duan .post-chu-thich {
    font-size: 13px;
}
.home_ss4 .heading_title h3{
	 font-size: 26px;
    color: #0a3e9b;
}
.home_ss4 .row_2 .col{
	max-width: 20%;
	flex-basis: 20%;
}
.home_ss4 .row_2 .icon-box-text p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 15px;
	color: #000 !important;
	margin-bottom: 0px;
}
.home_ss4 .row_2 .icon-box-text h3{
	 font-size: 16px;
    color: #0a3e9b;
}
.home_ss4 .row_3 .col{
    background-color: #01b6ff;
    border-radius: 10px;
	padding: 20px;
}
.home_ss4 .row_3 .col .icon-box-text h3{
	margin-bottom: 0px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}
.home_ss4 .row_3 .col .icon-box-text p{
	margin-bottom: 0px;
	color: #fff;
	font-size: 15px;
}
.home_ss4 .row_3 .col .col-inner{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.home_ss4 .row_3 .col .icon-box-img img {
    filter: sepia(1) brightness(10);
}
.home_ss4 .box_row{
	background-color: #fafcfe;
	padding-top: 30px;
	border-radius: 16px;
}
.form_home {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
}
.form_home h3 {
    text-transform: uppercase;
    color: #012ec6;
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: 400;
	width: 100%;
}
.form_home .note {
    font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	width: 100%;
}
.form_home .hoten,.form_home .sdt{
    max-width: calc(50% - 16px);
	flex-basis: calc(50% - 16px);
	margin-bottom: 20px;
}
.form_home input{
	height: 45px;
	border-radius: 5px;
	margin-bottom: 0px;
}
.form_home .noidung{
	width: 100%;
	margin-bottom: 20px;
}
.form_home .noidung textarea {
    min-height: 80px;
	border-radius: 5px;
	margin-bottom: 0px;
}
.form_home .submit{
	width: 100%;
}
.form_home .submit input{
	width: 100%;
	margin: 0px;
}
.form_home .submit .wpcf7-spinner{
	display: none;
}
.home_ss5 .box_addres{
	border: 1px solid #0c409c;
	padding: 30px 20px;
	border-radius: 16px;
}
.home_ss5 .box_addres h3{
	text-transform: uppercase;
    color: #0c409c;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
	width: 100%;
}
.home_ss5 .box_addres ul{
	margin: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.home_ss5 .box_addres ul li{
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #0c409c;
	gap: 6px;
}
.home_ss5 .box_addres ul li a{
	gap: 6px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #0c409c;
}
.home_ss5 .box_addres ul li img{
	width: 20px;
	height: 20px;
	object-fit: cover;
	object-position: center;
}
.home_ss5 .box_img img{
	border-radius: 16px;
}
.footer_network h3{
	text-transform: uppercase;
    color: #0c409c;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
	width: 100%;
}
.footer_network ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.footer_network ul li{
	margin: 0px;
	padding: 0px;
}
.footer_network ul li img{
	width: 30px;
	height: 30px;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width: 500px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.home_banner h3 {
    font-size: 29px;
}
.home_banner h1 {
    font-size: 53px !important;
}
.home_ss2 .note {
    left: 43%;
}	
.home_ss3 .heading_title {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: flex-start;
}	
.home_ss4 .row_2 .col {
    max-width: 50%;
    flex-basis: 50%;
}
.home_ss2 .row_2 .icon-box .icon-box-img {
    height: 290px;
}	
		
}

/* =========================================================
   THE CLEAN HOUSE – QUY TRÌNH 4.0
   Pixel-perfect cho Flatsome / UX Builder
========================================================= */

.tch-process-section,
.tch-process-section * {
    box-sizing: border-box;
}

.tch-process-section {
    --tch-process-white: #ffffff;
    --tch-process-yellow: #ffbd2e;
    --tch-process-yellow-light: #ffc84c;
    --tch-process-dark: #090909;
    --tch-process-gray: rgba(255, 255, 255, 0.62);
    --tch-process-line: rgba(255, 189, 46, 0.22);
    --tch-process-border: rgba(255, 189, 46, 0.32);

    position: relative;
    width: 100%;
    margin: 0;
    padding: 67px 48px 90px;
    overflow: hidden;

    color: var(--tch-process-white);
    background: transparent;

    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.tch-process-section h2,
.tch-process-section h3,
.tch-process-section p,
.tch-process-section div,
.tch-process-section span {
    font-family: "Montserrat", sans-serif;
}

/* =========================================================
   HEADER
========================================================= */

.tch-process-header {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 720px;

    margin: 0 0 35px;
    padding: 0;
}

.tch-process-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;

    margin: 0 0 15px;
    padding: 0;

    color: var(--tch-process-yellow);

    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.tch-process-eyebrow::before {
    content: "";
    display: block;

    width: 20px;
    height: 2px;
    flex: 0 0 20px;

    background-color: var(--tch-process-yellow);
}

.tch-process-title {
    margin: 0;
    padding: 0;

    color: var(--tch-process-white);

    font-size: clamp(34px, 2.6vw, 45px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -1.8px;
    text-transform: none;
}

.tch-process-description {
    margin: 15px 0 0;
    padding: 0;

    color: var(--tch-process-gray);

    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

/* =========================================================
   PROCESS WRAPPER
========================================================= */

.tch-process-track {
    position: relative;
    z-index: 2;

    width: 100%;
    margin: 0;
    padding: 0 20px;
}

/* Đường nối ngang */
.tch-process-track::before {
    content: "";
    position: absolute;
    z-index: 0;

    top: 35px;
    left: calc(12.5% + 22px);
    right: calc(12.5% + 22px);

    height: 1px;

    background: linear-gradient(
        90deg,
        rgba(255, 189, 46, 0.16) 0%,
        rgba(255, 189, 46, 0.38) 50%,
        rgba(255, 189, 46, 0.16) 100%
    );
}

.tch-process-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 28px;

    width: 100%;
    margin: 0;
    padding: 0;
}

/* =========================================================
   PROCESS ITEM
========================================================= */

.tch-process-item {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 0;
    margin: 0;
    padding: 0 10px;

    text-align: center;
}

/* Số bước */
.tch-process-number-wrap {
    position: relative;
    z-index: 4;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    height: 72px;
    margin: 0 auto 8px;

    border-radius: 999px;
    background: rgba(255, 189, 46, 0.13);
}

.tch-process-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    color: #060606;
    background-color: var(--tch-process-yellow);

    border-radius: 999px;

    font-size: 21px;
    line-height: 1;
    font-weight: 900;

    box-shadow:
        0 0 0 1px rgba(255, 189, 46, 0.22),
        0 8px 28px rgba(0, 0, 0, 0.16);
}

/* Icon */
.tch-process-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;
    margin: 0 auto 14px;

    color: var(--tch-process-yellow);
    background: rgba(255, 189, 46, 0.04);

    border: 1px solid var(--tch-process-border);
    border-radius: 8px;
}

.tch-process-icon svg {
    display: block;
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Tiêu đề bước */
.tch-process-item-title {
    margin: 0 0 8px;
    padding: 0;

    color: var(--tch-process-white);

    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.2px;
}

/* Mô tả bước */
.tch-process-item-description {
    width: 100%;
    max-width: 370px;

    margin: 0 auto;
    padding: 0;

    color: var(--tch-process-gray);

    font-size: 13px;
    line-height: 1.55;
    font-weight: 400;
}

/* =========================================================
   HOVER
========================================================= */

.tch-process-item:hover .tch-process-number {
    background-color: var(--tch-process-yellow-light);
    transform: translateY(-2px);
}

.tch-process-item:hover .tch-process-icon {
    color: #0b2f7b;
    background-color: var(--tch-process-yellow);
    border-color: var(--tch-process-yellow);
    transform: translateY(-2px);
}

.tch-process-number,
.tch-process-icon {
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 849px) {

    .tch-process-section {
        padding: 58px 30px 70px;
    }

    .tch-process-header {
        margin-bottom: 40px;
    }

    .tch-process-title {
        font-size: 36px;
    }

    .tch-process-track {
        padding: 0;
    }

    .tch-process-track::before {
        display: none;
    }

    .tch-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 24px;
    }

    .tch-process-item {
        padding: 0 12px;
    }

    .tch-process-item::after {
        content: "";
        position: absolute;

        top: 35px;
        left: calc(50% + 36px);
        width: calc(100% - 72px);
        height: 1px;

        background-color: var(--tch-process-line);
    }

    .tch-process-item:nth-child(2n)::after {
        display: none;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 549px) {

    .tch-process-section {
        padding: 46px 18px 52px;
    }

    .tch-process-header {
        margin-bottom: 34px;
    }

    .tch-process-eyebrow {
        gap: 9px;
        margin-bottom: 13px;

        font-size: 10px;
        letter-spacing: 3px;
    }

    .tch-process-eyebrow::before {
        width: 17px;
        flex-basis: 17px;
    }

    .tch-process-title {
        font-size: 31px;
        line-height: 1.12;
        letter-spacing: -1.3px;
    }

    .tch-process-description {
        margin-top: 13px;
        font-size: 13px;
        line-height: 1.55;
    }

    .tch-process-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tch-process-item {
        position: relative;

        display: grid;
        grid-template-columns: 66px minmax(0, 1fr);
        grid-template-rows: auto auto auto;

        column-gap: 17px;

        width: 100%;
        min-height: 142px;

        padding: 0 0 28px;
        text-align: left;
    }

    .tch-process-item:last-child {
        min-height: auto;
        padding-bottom: 0;
    }

    /* Đường dọc nối các bước */
    .tch-process-item::after {
        display: block;
        content: "";

        position: absolute;
        z-index: 0;

        top: 69px;
        left: 32px;

        width: 1px;
        height: calc(100% - 34px);

        background: linear-gradient(
            180deg,
            rgba(255, 189, 46, 0.36),
            rgba(255, 189, 46, 0.08)
        );
    }

    .tch-process-item:last-child::after {
        display: none;
    }

    .tch-process-number-wrap {
        grid-column: 1;
        grid-row: 1 / 4;

        align-self: start;

        width: 66px;
        height: 66px;
        margin: 0;
    }

    .tch-process-number {
        width: 52px;
        height: 52px;
        font-size: 19px;
    }

    .tch-process-icon {
        grid-column: 2;
        grid-row: 1;

        width: 42px;
        height: 42px;

        margin: 0 0 10px;
    }

    .tch-process-item-title {
        grid-column: 2;
        grid-row: 2;

        margin-bottom: 5px;

        font-size: 15px;
        text-align: left;
    }

    .tch-process-item-description {
        grid-column: 2;
        grid-row: 3;

        max-width: none;
        margin: 0;

        font-size: 13px;
        text-align: left;
    }
}

/* =========================================================
   MOBILE NHỎ
========================================================= */

@media only screen and (max-width: 390px) {

    .tch-process-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .tch-process-title {
        font-size: 28px;
    }

    .tch-process-item {
        grid-template-columns: 60px minmax(0, 1fr);
        column-gap: 14px;
    }

    .tch-process-number-wrap {
        width: 60px;
        height: 60px;
    }

    .tch-process-number {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .tch-process-item::after {
        top: 63px;
        left: 29px;
    }
}