/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url(css/font-awesome.css);

@font-face {
    font-family: "SVN-Gilroy";
    src: url('fonts/SVN-Gilroy.otf');
}

@font-face {
    font-family: "SVN-Gilroy-Medium";
    src: url('fonts/SVN-Gilroy-Medium.otf');
}

@font-face {
    font-family: "SVN-Gilroy-Bold";
    src: url('fonts/SVN-Gilroy-Bold.otf');
}

@font-face {
    font-family: "UTM AVO BOLD";
    src: url('fonts/UTM-AVOBOLD.TTF');
}

@font-face {
    font-family: "Georgia";
    src: url('fonts/georgia-ballpark-script.ttf');
}

@font-face {
    font-family: "UTM AQUARELLE";
    src: url('fonts/UTM-AQUARELLE.TTF');
}

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

:root {
    --color-primary: rgb(23, 100, 200)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "UTM AVO BOLD", sans-serif !important;
}

.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a,
.nav>li>a {
    font-family: 'SVN-Gilroy-Medium', sans-serif !important;
    font-weight: 600 !important;
}

.font-aquerelle {
    font-family: "UTM AQUARELLE", sans-serif !important;
}

.hotline_head {
    background: url(./img/bg-button.png) no-repeat center center / 100% 100%;
    border-radius: 35px;
    margin: 0;
    padding: 4px 15px 4px 5px;
}
.hotline_head a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.hotline_head .icon {
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
}
.hotline_head .icon svg {
    height: 25px;
    width: 25px;
    animation-name: tada;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.hotline_head .phone{
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.banner_img_flash {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.section_banner .banner_title {
    background-image: url("./img/bg-gradient.png");
    line-height: 1.6;
    color: rgb(0, 0, 0);
    margin-top: 30px;
    padding-top: 0px;
    font-weight: bold;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_banner .banner_title::before {
    background: url(./img/line-gradient.png) no-repeat center left / auto 100%;
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    top: -5px;
    left: -40%;
}

.section_banner .banner_text_left {
    font-family: "Georgia", sans-serif !important;
    font-size: 139.35px;
    color: #fff;
    text-align: left;
    word-break: break-word;
    margin: 0;
    line-height: 80px;
    text-indent: 100px;
}

.section_banner .banner_text_right {
    font-family: "Georgia", sans-serif !important;
    font-size: 139.35px;
    color: #fff;
    text-align: right;
    word-break: break-word;
    margin: 0;
    line-height: 80px;
}

.button_dangky {
    background: url("./img/bg-gradient.png") no-repeat center center / auto 100%;
    border: 1px solid #e5cb7a;
    color: #222 !important;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transition: all 0.4s ease-in-out;
}


.title_block {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    font-size: 36px;
    text-align: left;
    transition: all 150ms linear 0s;
}

.title_gradient {
    background-image: url("/wp-content/uploads/2024/06/1343513.png");
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---- START CSS GIỚI THIỆU ---- */
.img_product{
    position: relative;
}
.img_product::before {
    background: url(./img/VNCLC2.png) no-repeat center center / 100% auto;
    content: "";
    height: 130%;
    width: 130%;
    position: absolute;
    left: 49%;
    top: 48%;
    transform: translate(-50%, -50%);
    z-index: 1;

    animation-name: flash;
    animation-delay: 1s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.img_product::after {
    background: url(./img/Icon2.png) no-repeat center center / 100% auto;
    content: "";
    height: 200px;
    width: 200px;
    position: absolute;
    right: 0%;
    bottom: 0%;
    z-index: 1;

    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.box_check {
    display: flex;
    align-items: center;
}

.box_about_item .col-inner {
    background: rgb(225,144,0);
    background: linear-gradient(90deg, rgba(225,144,0,1) 0%, rgba(255,204,30,1) 100%);
    border-radius: 25px 0 0 25px;
    padding: 20px;
    position: relative;
}
.box_about_item.item_02 .col-inner {
    border-radius: 0px;
}
.box_about_item .col-inner::before {
    background-color: #fff;
    border-radius: 17px 0 0 17px;
    content: "";
    height: calc(100% - 16px);
    width: calc(100% - 16px);
    left: 8px;
    top: 8px;
    position: absolute;
    z-index: 0;
}
.box_about_item.item_02 .col-inner::before {
    border-radius: 0px;
}
.box_about_item.item_03 .col-inner {
    border-radius: 0 25px 25px 0;
}
.box_about_item.item_03 .col-inner::before {
    border-radius: 0 17px 17px 0;
}
.box_about_item .col-inner > div {
    position: relative;
    font-weight: bold;
    z-index: 2;
}
.button_custom {
    background: rgb(255,198,16);
    background: linear-gradient(90deg, rgba(255,198,16,1) 0%, rgba(238,59,36,1) 100%);
    border: none;
}
/* ---- END CSS GIỚI THIỆU ---- */

/* ---- START CSS 6 LÝ DO CHỌN ---- */
.box_ly_do {
    position: relative;
    left: -35px;
}
.box_ly_do .icon-box-text h3 {
    font-family: "UTM AQUARELLE", sans-serif !important;
    font-size: 50px;
    color: rgb(226, 0, 0);
    margin-bottom: 0px;
}
.box_ly_do .icon-box-text h2 {
    background: rgb(255,198,16);
    background: linear-gradient(176deg, rgb(76 151 207) 0%, rgb(85 95 167) 100%);
    font-size: 72px;
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    display: inline;
    position: relative;
}

.box_ly_do .icon-box-text h2::after {
    background: url(./img/light.png) no-repeat center center / 100% auto;
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    right: -32px;
    top: -14px;
    z-index: 1;

    animation-name: flash;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.box_ly_do.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 0px;
}
.box_ly_do .icon-box-img .icon{
    position: relative;
}
.box_ly_do .icon-box-img .icon::before {
    background: url(./img/light.png) no-repeat center center / 100% auto;
    content: "";
    height: 150px;
    width: 150px;
    position: absolute;
    top: 60%;
    left: 20%;
    transform: translate(-50%, -50%);

    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.ly_do_item {
    background: rgb(225,144,0);
    background: linear-gradient(176deg, rgb(76 151 207) 0%, rgb(85 95 167) 100%);
    padding: 24px 16px;
    border-radius: 25px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.ly_do_item:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.12);
}
.ly_do_item::before {
    content: "";
    height: calc(100% - 16px);
    width: calc(100% - 16px);
    position: absolute;
    z-index: 1;
    left: 8px;
    background: #fff;
    top: 8px;
    border-radius: 20px;
}
.ly_do_item > div {
    position: relative;
    z-index: 2;
}
.ly_do_item > .icon-box-text {
    display: flex;
    align-items: center;
    padding-left: 0px !important;
}
.ly_do_item > .icon-box-text h3 {
    font-size: 14px;
    line-height: 22px;
}
.img_family {
    width: 105% !important;
    top: -100px;
    z-index: -1;
}
.atc_button a {
    
    border-radius: 35px;
    display: block;
    padding: 7px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "UTM AVO";
    line-height: 26px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);

    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transition: all 0.4s ease-in-out;
}
.atc_button.button_01 a {
    background: url(./img/bg-button1.png) no-repeat center center / 100% 100%;
}
.atc_button.button_02 a {
    background: url(./img/bg-button2.png) no-repeat center center / 100% 100%;
}

/* ---- END CSS 6 LÝ DO CHỌN ---- */

/* ---- START CSS TRIỆU CHỨNG ---- */
.box_align_middle {
    position: relative;
}
.box_align_middle::before {
    background: url(./img/bg_box_item.png) no-repeat center center / 100% 100%;
    content: "";
    height: 110%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    z-index: -1;
}
.box_align_middle.box_04::before,.box_align_middle.box_05::before,.box_align_middle.box_06::before {
    right: -30px;
    left: unset;
}


.box_align_middle.box_01,.box_align_middle.box_03 {
    right: -50px;
}
.box_align_middle.box_04,.box_align_middle.box_06 {
    left: -50px;
}
.box_align_middle .icon-box-text {
    display: flex;
    align-items: center;
}
.box_align_middle .icon-box-text p {
    line-height: 22px;
}
.box_center_image .col-inner::before {
    background: url(./img/line.png) no-repeat left center/ 100% auto;
    content: "";
    height: 100%;
    width: 125px;
    position: absolute;
    left: -50px;
    top: 0;
    z-index: -1;
}
.box_center_image .col-inner::after {
    background: url(./img/line.png) no-repeat left center/ 100% auto;
    transform: rotate(180deg);
    content: "";
    height: 100%;
    width: 125px;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: -1;
}

.col_form .col-inner {
    background: rgb(255,198,16);
    background: linear-gradient(90deg, rgb(62 171 218) 0%, rgb(66 73 156) 100%);
    padding: 20px;
    border-radius: 15px;
}
.col_form .col_checkbox span.wpcf7-form-control{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.col_form .col_checkbox span.wpcf7-form-control .wpcf7-list-item{
    background-color: rgba(255,255,255,.5);
    border-radius: 10px;
    width: calc(50% - 7.5px);
    flex-basis: calc(50% -  7.5px);
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 0;
}
.col_form .col_checkbox span.wpcf7-form-control .wpcf7-list-item label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
}
.col_form .col_checkbox span.wpcf7-form-control .wpcf7-list-item label input {
    margin-bottom: 0px;
    height: 20px;
    width: 20px;
    border: none;
}
.col_form .col_checkbox span.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    color: rgb(0 0 0);
    font-size: 18px;
}

.col_form .wpcf7-form .form_trieuchung .wpcf7-form-control-wrap input.wpcf7-form-control {
    height: 50px;
    background-color: rgba(255,255,255,.5);
    border: none;
    outline: none;
    border-radius: 10px;
}
.col_form .wpcf7-form .form_trieuchung .wpcf7-submit {
    margin-top: 0px;
    height: 50px;
    background-color: #4caf50;
}

@media only screen and (max-width: 48em) {
    .box_center_image .col-inner::before, .box_center_image .col-inner::after {
        display: none;
    }
    .box_align_middle.box_01,.box_align_middle.box_03 {
        right: 0px;
    }
    .box_align_middle.box_04,.box_align_middle.box_06 {
        left: 0px;
    }
}
/* ---- END CSS TRIỆU CHỨNG ---- */

/*---START CSS THANH PHAN---*/
.slogan_thanhphan {
    font-family: "UTM AQUARELLE", sans-serif !important;
    font-size: 50px;
    color: #ff0000;
    margin-bottom: 0px;
}
.btv_thanhphan {
    position: relative;
}
.btv_thanhphan::before {
    content: "";
    height: 50%;
    width: 90%;
    left: 50%;
    top: 50%;
    border: 5px solid #ffc610;
    border-radius: 25px;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btv_thanhphan .row1, .btv_thanhphan .row2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
}
.btv_thanhphan .thanhphan_item.item_06,
.btv_thanhphan .thanhphan_item.item_07,
.btv_thanhphan .thanhphan_item.item_08,
.btv_thanhphan .thanhphan_item.item_09 {
    margin-top: -40px;
}
.btv_thanhphan .row1 .thanhphan_item,.btv_thanhphan .row2 .thanhphan_item {
    flex-basis: 210px;
    width: 210px;
    transition: all 0.4s ease-in-out;
}
.btv_thanhphan .thanhphan_item:hover {
    transform: translateY(-30px);
}
@media only screen and (max-width: 48em) {
    .slogan_thanhphan {
        font-size: 32px;
    }
    .btv_thanhphan::before {
        content: "";
        height: 70%;
        width: 100%;
        left: 50%;
        top: 50%;
        border: 5px solid #ffc610;
        border-radius: 25px;
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .btv_thanhphan .row1, .btv_thanhphan .row2 {
        column-gap: 10px;
    }
    .btv_thanhphan .row1 .thanhphan_item, .btv_thanhphan .row2 .thanhphan_item {
        flex-basis: 120px;
        width: 120px;
    }
    .btv_thanhphan .thanhphan_item.item_06,
    .btv_thanhphan .thanhphan_item.item_07,
    .btv_thanhphan .thanhphan_item.item_08,
    .btv_thanhphan .thanhphan_item.item_09 {
        margin-top: 0px;
    }
}
/*---END CSS THANH PHAN---*/

/* ---- CSS TỔNG QUAN ---- */
.section_tongquan .section-content{
    background: rgb(22, 47, 86);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.box-icon_tquan {
    align-items: center;
}

.tongquan_img_left, .tongquan_col_left {
    position: relative;
    
}
.tongquan_img_left::before {
    background: url(/wp-content/uploads/2024/06/Bao-Trang-Vuong-1.png) no-repeat center center / 100% auto;
    content: "";
    height: 100%;
    width: 120%;
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translateX(-50%);
}
/* .tongquan_img_left::after {
    background: url(./img/light.png) no-repeat center center / 70% auto;
    content: "";
    height: 70%;
    width: 70%;
    position: absolute;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 1;
} */
.blend-mode {
    mix-blend-mode: screen;
    will-change: transform, opacity;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.tongquan_col_left .img_light {
    background-image: url(./img/light.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 70%;
    width: 70%;
}

#IMAGE20 {
    mix-blend-mode: screen;
    will-change: transform, opacity;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
#IMAGE20 > .ladi-image > .ladi-image-background {
    background-image: url("/wp-content/uploads/2024/06/—Pngtree—circle-light-sparkling-effect-decorative_8922799.png");
    height: 120%;
    width: 120%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    pointer-events: none;
    top: -100px;
    left: -63px;
}


#IMAGE20 .ladi-image {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.vitri_text {
    font-family: "Georgia", sans-serif !important;
    font-size: 139.35px;
    font-weight: 500;
    line-height: 100px;
    margin-bottom: 0;
}

/* ---CSS TIỆN ÍCH--- */

.tienich_item {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ebf4ff;
}
.text-center {
    text-align: center !important;
}


/*=== CSS MẶT BẰNG ===*/
.section_matbang .section-bg.bg-loaded {
    background-position: top center;
    background-size: 101.5% auto !important;
}

.matbang_item {
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(242, 206, 100);
}

/*== CSS SECTION LÝ DO CHỌN ==*/

.box_icon_lydo {
    position: absolute;
    top: 0;
    left: 9%;
}
.box_icon_lydo .icon-inner {
    position: relative;
    mix-blend-mode: normal;
    will-change: transform, opacity;
}
.box_icon_lydo .icon-inner::after {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    content: "";
    background-image: url(/wp-content/uploads/2024/06/light.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: scroll;
    top: 80px;
    height: 200px;
    width: 200px;
    left: -57px;
    position: absolute;
    mix-blend-mode: screen;
    will-change: transform, opacity;
}
.image_family {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.box_number {
    background: #fff;
    padding: 15px;
    align-items: center;
    min-height: 120px;
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    border-color: #35764d;
    box-shadow: #35764d 4px 5px 0px 0px;
}
.box_number h3 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
}

.img_star {
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    top: -100px
}
.matbang_title {
    right: 20%;
}
.matbang_title .title_block {
    text-align: right;
    font-size: 54px;
    line-height: 74px;
}

.form_dangky input.wpcf7-text {
    height: 55px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
}
.form_dangky input.wpcf7-text::placeholder {
    color: #fff;
    opacity: 0.8;
}
.form_dangky input.form_submit{
    background: url("./img/bg-gradient.png") no-repeat center center / auto 100%;
    border: 1px solid #e5cb7a;
    color: #222 !important;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
    height: 55px;
    border-radius: 50px;
}

.form_dangky .wpcf7-spinner {
    display: none
}

.title_dangky {
    text-align: center !important;
}

.form_dathang_wrapped {
    background: linear-gradient(180deg, #496fbf 0%, #f1e76338 100%);
    padding: 10px 0 20px 0px;
    position: relative;
}
.form_dathang_wrapped::before {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e1e9bc;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 100px;
}
.form_dathang_wrapped::after {
    right: -100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    display: block;
    background: rgb(208, 234, 245)
}

#form_dathang.wpcf7-form button.btn-submit{
	background: #353589!important;
	width: 100%;
	color: #ffffff;
}
#form_dathang .list_group.soluong,
#form_dathang .list_group.tongtien,
#form_dathang .list_group.giaban,
#form_dathang .list_group.ship{
	display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    height: 48.19px;
    color: #333;
    font-weight: 500;
}
#form_dathang .list_group.soluong label,
#form_dathang .list_group.soluong input{
	color: #333;
	width: 50%;
	border-radius: 0;
    margin: 0;
}
#form_dathang .list_group.soluong label {
    padding-left: 10px;
}
#form_dathang .list_group.soluong input{
	background: #f0f0f0;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#form_dathang .list_group.tongtien{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
#form_dathang .list_group.tongtien .value,
#form_dathang .list_group.giaban .value,
#form_dathang .list_group.ship .value{
	padding-right: 10px;
	font-weight: 700;
	font-size: 24px;
}
.list_group.tongtien .value,
.list_group.giaban .value,
#form_dathang .list_group.ship .value{
	margin-left: auto;
}
.list_group.tongtien label,
.list_group.giaban label,
#form_dathang .list_group.ship label{
	text-indent: 10px;
    margin: 0px;
}
#form_dathang .list_group.tongtien .value{
	color: #f00;
	font-size: 32px;
}
#form_dathang .note {
    color: #fff;
    margin-top: 10px;
}
#form_dathang .note .title_note{
    font-weight: 600;
    margin-bottom: 10px;
}
#form_dathang .note .value {
    display: flex;
    align-items: center;
}
#form_dathang .note .value input {
    width: auto;
    margin-right: 7px;
}
.wpcf7-form .form_tuvan input,.wpcf7-form .form_tuvan textarea,.wpcf7-form .form_tuvan select{
	border: 1px solid #ddd;
}
#form_dathang.wpcf7-form input,#form_dathang.wpcf7-form textarea,#form_dathang.wpcf7-form select{
	width: 100%;
    border: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    height: 48.19px;
}
.wpcf7-form select{
	color: #666;
}
.wpcf7-form textarea{
	height: 80px;
}
.wpcf7-form .list_group{
	margin-top: 8px;
}
.wpcf7-form .btn-submit,
.wpcf7-form input[type*="submit"]{
	font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: table;
    margin: 15px 0 0 0;
    padding: 0px 35px;
    font-weight: 600;
    background: #f00;
	border-radius: 8px;
    border: none;
    width: auto;
}
.wpcf7-form .btn-submit:hover,
.wpcf7-form input[type*="submit"]:hover{
	background: #f98414;
	color: #fff;
}
.wpcf7-form input.error, .wpcf7-form textarea.error, .wpcf7-form select.error{
	background: rgb(255 233 192);
}

.wpcf7-spinner {
	display: none;
}

.text_hotline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.text_hotline .hotline {
    margin-left: 0px;
    margin-right: 15px;
}
.text_hotline .hotline a {
    font-weight: 700;
    font-size: 30px;
    color: #f00;
    display: flex;
    position: relative;
    align-items: start;
    flex-direction: column;
    padding-left: 55px;
}
.text_hotline .hotline a i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 2px;
    width: 48px;
    height: 48px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_hotline .hotline a label {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0px;
}
.text_hotline .diemban {
    margin: 0;
}
.text_hotline .diemban a {
    font-size: 16px;
    color: #fff;
    display: table;
    margin: 0 auto 0 auto;
    padding: 6px 22px;
    font-weight: 600;
    background: #f00;
    border-radius: 8px;
    border: none;
}

@media only screen and (max-width: 64em) {
    /*************** ADD TABLET ONLY CSS HERE  ***************/
    .form_dangky .ml-half {
        margin-left: 0px;
    }
    .vitri_text {
        font-size: 100px;
    }
    .title_block {
        font-size: 32px;
    }
    .section_banner .banner_text_left, .section_banner .banner_text_right {
        font-size: 120px;
    }
    .matbang_title .title_block {
        font-size: 42px;
        line-height: 54px;
    }
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .section_banner .banner_text_left, .section_banner .banner_text_right {
        font-size: 80px;
        text-indent: 0px;
        line-height: 40px;
    }
    .section_banner .banner_title::before {
        background: url(./img/line-gradient.png) no-repeat center left / 100% 100%;
        content: "";
        height: 15px;
        width: 100%;
        position: absolute;
        top: -5px;
        left: -40%;
    } 
    .section_banner .banner_title {
        font-size: 28px;
    }
    .section_matbang .section-bg.bg-loaded {
        background-size: 190% auto !important;
    }
    .title_block {
        font-size: 24px;
    }
    .box_icon_lydo {
        position: relative;
        left: 0;
    }
    .image_family {
        bottom: unset;
        top: 10%
    }
    .box_icon_lydo .icon-inner::after {
        top: 55px;
        left: -24px;
        width: 100px;
        height: 100px;
    }
    .matbang_title {
        right: unset;
        position: relative !important;
    }
    .matbang_title .title_block {
        font-size: 36px;
        text-align: left !important;;
    }

    /*----START 6 LY DO CHON----*/
    .box_ly_do {
        left: -15px;
    }
    .box_ly_do .icon-box-img {
        width: 145px !important;
    }
    .box_ly_do .icon-box-text h3 {
        font-size: 35px;
    }
    .box_ly_do .icon-box-text h2 {
        font-size: 32px;
    }
    .img_family {
        top: unset !important;
    }
    .atc_button a {
        font-size: 16px;
        line-height: 22px;
    }
    /*----END 6 LY DO CHON----*/
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

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

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}