@charset "utf-8";
ul, ol {
    list-style: none
}

* {
    margin: 0;
    padding: 0;
    font-family: "Gotham", sans-serif;

}

body {
    margin: auto;
    /*background: #f2f3f7;*/

}

header, article, footer, main {
    clear: both;
    float: left;
    width: 100%
}

section {
    margin: auto;
    width: 1400px;
}

a {
    text-decoration: none;
    color: var(--color-333);
}

.box_pages {
    float: left;
    width: 100%;
}

.h_nav, .f_tienich {
    display: none;
}

:root {
    --color-tong: #0b4336;
    --color-phu: #105572;
    --color-while: #fff;
    --color-ddd: #ddd;
    --color-333: #333;
    --color-222: #222;
    --color-eee: #eee;
    --color-000: #000;
    --color-666: #666;
    --color-555: #555;

}

/******************** header ***********************/

.header {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 4;
    display: inline-block;
    top: 0;
    background: transparent;
}

.header_pc_infor {
    float: left;
    width: 100%;
    background: linear-gradient(0deg, rgba(16, 85, 114, 0.00) 15%, rgba(16, 85, 114, 0.5) 100%, rgba(16, 85, 114, 0.5) 80%);
}

.header_content {
    float: left;
    width: calc(100% - 8%);
    margin: 0 4%;
    text-align: center;
}

.box_header_search {
    float: right;
    width: 45px;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.box_header_search > a,
.box_header_search_toggle {
    float: left;
    width: 100%;
    height: 20px;
    position: relative;
    padding: 39px 0;
    cursor: pointer;
    outline: none;
    display: inline-block;
}

.box_header_search > a img,
.box_header_search_toggle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header_search {
    float: right;
    position: relative;
    right: 0;
    min-height: 1px;
    width: 320px;
    z-index: 9;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.box_header_search:hover .header_search,
.box_header_search.is-open .header_search {
    opacity: 1;
    visibility: visible;
    top: 1px;
}

.search-form {
    position: absolute;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
}

.header_search .search-field {
    width: calc(100% - 70px);
    height: 40px;
    float: left;
    padding: 0 15px;
    background: none;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    line-height: 40px;
}

.header_search .search-submit {
    float: right;
    width: 40px;
    height: 40px;
    color: var(--color-tong);
    background: transparent;
    border: none;
    outline: none;
    font-size: 21px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.search-suggest {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    max-height: 380px;
    overflow-y: auto;
    z-index: 30;
}

.search-suggest[hidden] {
    display: none;
}

.search-suggest a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    float: none;
    width: auto;
    height: auto;
}

.search-suggest a:hover,
.search-suggest a.is-active {
    background: #f4f7fb;
    color: var(--color-tong);
}

.search-suggest img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.search-suggest span {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

.search-suggest .search-suggest-empty,
.search-suggest .search-suggest-all {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    color: #666;
}

.search-suggest .search-suggest-all {
    border-top: 1px solid #eee;
    color: var(--color-tong);
    font-weight: 500;
}

.h_right {
    float: right;
    width: 160px;
}

.social_network {
    float: left;
    width: auto;
    list-style: none;
    margin: 26px 0;
}

.social_network li {
    float: left;
    line-height: 32px;
    position: relative;
    width: 32px;
    margin: 0 0 0 8px;
    color: #282e3c;
    background: transparent;
    transition: .3s all ease;
}

.social_network li a {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    color: #fff;
    line-height: 47px;
    cursor: pointer;
}

.social_network li a img {
    height: 18px;
    margin: 0 0 -3px;
}

.language {
    float: right;
    width: 142px;
    position: relative;
}

.language_a {
    float: left;
    width: calc(100% - 30px);
    cursor: pointer;
    padding: 38px 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
}

.language:hover .nav_icon:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.language_a_text {
    float: left;
    cursor: pointer;
    font-weight: bold;
    margin: 0 6px 0 0;
    color: #fff;
    line-height: 23px;
    text-transform: capitalize;
    font-size: 15px;
}

.nav_2 .language_a_text {
    color: #fff;
    margin: 0 6px 0 5px;
}

.language_a_img {
    float: left;
    width: 16px;
    margin: 6px 3px 6px 0;
}

.language:hover .nav_2 {
    display: block;
    top: 70px;
    -webkit-animation: fadeLeft 0.4s ease-in-out;
    -moz-animation: fadeLeft 0.4s ease-in-out;
    -o-animation: fadeLeft 0.4s ease-in-out;
    animation: fadeLeft 0.4s ease-in-out;
}

.language .nav_2 {
    width: 150px;
    right: 0;
    left: auto;
}

.box_logo {
    float: left;
    width: 272px;
}

.box_logo a {
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
}

.box_logo figure {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 32px 0;
    height: 35px;
}

.box_logo figure img {
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99;
}

.fl_float_left {
    float: left;
}

.fl_float_right {
    float: right !important;
}

.fl_align_center {
    text-align: center;
}

.fl_float_none {
    float: none !important;
    display: inline-block;
}

.nav {
    float: left;
    width: calc(100% - 272px - 160px - 142px - 45px);
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav li {
    float: left;
    width: auto;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.nav li .nav_a {
    float: left;
    width: calc(100% - 44px);
    cursor: pointer;
    padding: 39px 22px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    font-family: "Gothamregular", sans-serif;
}

.nav li .nav_a:before {
    position: absolute;
    content: "";
    bottom: 20px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff;
    z-index: 1;
}

.nav li:hover .nav_a:before {
    width: 100%;
}

.nav_icon:after {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 102px;
    text-align: center;
    transition: 0.3s transform ease, 0.3s -webkit-transform ease;
    content: '\f107';
    font-family: FontAwesome;
    font-size: 18px;
}

.nav li:hover .nav_icon:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav li:hover .nav_2 {
    display: block;
    top: 99px;
    -webkit-animation: fadeLeft 0.4s ease-in-out;
    -moz-animation: fadeLeft 0.4s ease-in-out;
    -o-animation: fadeLeft 0.4s ease-in-out;
    animation: fadeLeft 0.4s ease-in-out;
}

.nav_2 {
    float: left;
    list-style: none;
    font-weight: 600;
    text-align: left;
    display: none;
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 99;
    width: 270px;
    background: rgba(16, 85, 114, 0.8);
    box-shadow: 0 10px 13px rgb(0 0 0 / 15%);
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.nav_2 li {
    float: left;
    width: calc(100% - 20px);
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #396f80;
    padding: 0 10px;
}

.nav_2 li:last-child {
    border-bottom: none;
}

.nav_2 li a {
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
    padding: 10px 0 9px;
    line-height: 21px;
    transition: all 0.2s ease-in;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;

    font-family: "Gothamregular", sans-serif;
}

.nav_2 li:hover .nv_2 {
    width: calc(100% - 10px);
    margin-left: 10px;
    transition: all 0.2s ease-out;
}

.nav_2 li a i {
    margin-right: 5px;
    font-size: 16px;
}

.nav_2 li:hover .nav_3 {
    display: block;
    top: -1px;
    -webkit-animation: fadeLeft 0.4s ease-in-out;
    -moz-animation: fadeLeft 0.4s ease-in-out;
    -o-animation: fadeLeft 0.4s ease-in-out;
    animation: fadeLeft 0.4s ease-in-out;
}

.nav_3 {
    float: left;
    list-style: none;
    font-weight: 600;
    text-align: left;
    display: none;
    position: absolute;
    top: 0;
    left: 270px;
    z-index: 99;
    width: 290px;
    background: #fff;
    box-shadow: 0 10px 13px rgb(0 0 0 / 15%);
}

.nav_3 li {
    background: #fff !important;
}

.nav_3 li .nv_3 {
    text-transform: capitalize;
}

.nav_3 li:hover .nv_3 {
    width: calc(100% - 10px);
    margin-left: 10px;
    transition: all 0.2s ease-out;
    color: #133d79;
}

/********************* LÊN ĐAU*************************************/

#scroll-to-top {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    margin: 10px 20px;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 999;
    background: var(--color-tong);
}

#scroll-to-top .fa {
    float: left;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    line-height: 60px;
    margin: 0;
}

#scroll-to-top:hover {
    background: var(--color-phu);
}

.slick-list {
    overflow: inherit !important;
}

/**************************** footer ************************/
.footer {
    float: left;
    width: 100%;

}

.box_footer_top {
    float: left;
    width: 100%;
    padding: 10px 0 30px;
    background: var(--color-tong);
    position: relative;
    overflow: hidden;
}

.box_footer_top_content {
    float: left;
    width: calc(100% - 6%);
    margin: 45px 3% 0;
}

.footer_top_left {
    float: left;
    width: calc(21% - 45px);
    margin: 0 45px 0 0;
}

.logo_footer {
    float: left;
    width: 100%;
    margin: 10px 0 35px;
}

.logo_footer a {
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
}

.logo_footer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.footer_social {
    margin: 5px 0 10px;
    width: 100%;
}

.footer_social li {
    display: inline-block;
    margin: 0 6px 0 0;
    width: 60px;
    background: #fff;
    border-radius: 15px;
}

.footer_social li a {
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.footer_social li a img {
    height: 32px;
    margin: 0;
}
.footer_top_text{
    float: left;
    width: 100%;
    margin-bottom: 7px;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: default;
    line-height: 1.5;
    font-weight: 600;
}

.footer_top_left_content {
    float: left;
    width: 100%;

}

.footer_top_left_content li {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    color: #777;
    font-size: 15px;
    position: relative;
    cursor: default;
    line-height: 1.5;
}

.footer_top_left_content li .fa {
    float: left;
    font-size: 17px;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    color: var(--color-tong);
    background: #fff;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
}

.footer_top_left_content li label {
    float: left;
    width: calc(100% - 30px);
    color: #fff;
}
.footer_top_left_content li b{
    font-family: 'Gothamregular', sans-serif;
    font-weight: 500;
    width: auto;
    margin-right: 5px;
}
.footer_top_center_4 a:hover:before {
    display: none;
}

.footer_top_center {
    float: left;
    width: calc(19% - 40px);
    margin: 0 40px 0 0;
}

.footer_top_center_2, .footer_top_center_3 {
    width: calc(16% - 40px) !important;
}

.footer_top_center_4 {
    width: 40% !important;
    margin: 0 !important;
}
.footer_top_center_4 .footer_top_left_content li {
    font-size: 14px;
}
.box_footer_title {
    float: left;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 18px;

}

.box_footer_title label {
    float: left;
    color: #fff;
    font-family: 'Gothamregular', sans-serif;
    font-weight: 500;
}

.box_footer_title label:before {
    right: -53px;
    top: 18px;
}

.footer_top_left_content li a {
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    float: left;

}

.footer_top_left_content li a:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff;
    z-index: 1;
}

.footer_top_left_content li a:hover:before {
    width: 100%;
}

.footer_top_center_4 a {
    width:100%;
}

.footer_top_right {
    float: left;
    width: calc(25% - 25px);
    margin-right: 25px;
}

.footer_top_right_img {
    float: left;
    width: 100%;
}

.footer_top_right_img img {
    float: left;
    width: 100%;
}

.footer_top_right_img_line {
    float: left;
    width: 100%;
    margin-top: -20px;

}

.footer_top_right_img_line img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer_top_right_title {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.box_mst {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    position: relative;
    cursor: default;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 5px;
    text-align: left;
}

.box_email {
    float: left;
    width: 100%;
    margin: 5px 0 10px;
}

.box_email_input {
    float: left;
    width: calc(100% - 125px - 18px);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 0 0 16px;
    height: 42px;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #fff;
    outline: none;
}

.box_email_a {
    float: left;
    width: 111px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    background: transparent;
    margin: 0 0 0 10px;
}

.box_fanpage_content {
    float: left;
    width: 100%;
}

.box_fanpage_content .iframe {
    float: left;
    width: 100%;
    height: 195px;
    overflow: hidden;
}

.img_bocongthuong {
    float: left;
    width: 100%;
}

.img_bocongthuong img {
    float: left;
    height: 60px;
}

.box_map {
    float: left;
    width: 100%;
}
.footer_top_bottom{
    float: left;
    width: 100%;
    border-top: 2px solid #85a19b;
    padding: 15px 0 0;
    margin: 18px 0 0;
}
.footer_top_bottom_cs{
    float: left;
    width: 60%;
    margin: 20px 0 0;
}

.footer_top_chinhsach {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_top_chinhsach_item {
    padding: 0 30px 0 0;
    display: inline-block;
    position: relative;
    border-right: 1px solid #fff;
}

.footer_top_chinhsach_item:last-child {
    border: none;
    padding: 0 0 0 30px;
}

.footer_top_chinhsach_a {
    cursor: pointer;
    outline: none;
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
    margin: 6px 0;
    display: inline-block;
}

.footer_top_chinhsach_a:hover {
    color: #ff0;
}

.footer_top_chinhsach_full{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
}

.box_footer_bottom {
    float: left;
    width: 100%;
    background: var(--color-tong);
}

.box_footer_bottom_conbtent {
    float: left;
    width: calc(100% - 30px);
    padding: 10px 0;
    margin: 0 15px;
}

.box_footer_bottom_conbtent_p {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.box_footer_bottom_conbtent_p .footer_bottom_h3 {
    font-size: 14px;
    color: #fff;
    width: auto;
    display: inline-block;
    font-weight: normal;

}

.footer_bottom_h3 a {
    cursor: pointer;
    outline: none;
    display: inline-block;
    color: #fff;
}

.ft_center_right a {
    color: #d5d4d4;
}

.ft_center_right {
    float: right;
    width: 50%;
    color: #fff;
    font-size: 14px;
    text-align: right;
    line-height: 24px;
}

.img_bo_cong_thuong {
    float: left;
    width: 100%;
}

.img_bo_cong_thuong a {
    float: left;
    width: 40%;
    height: 65px;
    cursor: pointer;
    outline: none;
}

.img_bo_cong_thuong a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/********************* animation **************************/

.ani_fadeLeft {
    animation-duration: 1500ms;
    animation-delay: 100ms;
    animation-name: fadeLeft;
}

.ani_fadeLeft2 {
    animation-duration: 0.7s;
    animation-delay: 0.7s;
    animation-name: fadeLeft;
}

.ani_fadeLeft3 {
    animation-duration: 0.9s;
    animation-delay: 0.9s;
    animation-name: fadeLeft;
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }

    100% {
        transform: translateX(0);
    }
}

.ani_fadeLeft4 {
    animation-duration: 2000ms;
    animation-delay: 80ms;
    animation-name: fadeLeft4;
}

@keyframes fadeLeft4 {
    0% {
        opacity: 0;
        transform: translate(-180px, -100px);
    }

    100% {
        transform: translateX(0);
    }
}

.ani_fadeRight {
    animation-duration: 1500ms;
    animation-delay: 100ms;
    animation-name: fadeRight;
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    100% {
        transform: translateX(0);
    }
}

.ani_fadeRight2 {
    animation-duration: 1000ms;
    animation-delay: 80ms;
    animation-name: fadeRight2;
}

@keyframes fadeRight2 {
    0% {
        opacity: 0;
        /*transform: translateX(60px);*/
        transform: translate(100px, 20px);
    }

    100% {
        transform: translateX(0);
    }
}

.ani_zoomIn {
    -webkit-animation: zoomIn 0.8s ease-in-out;
    animation: zoomIn 0.8s ease-in-out;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.ani_fadeInUp {
    visibility: visible;
    animation-duration: 1s;
    animation-name: slideInUp;
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ani_fadeInUp2 {
    visibility: visible;
    animation-duration: 2s;
    animation-name: slideInUp;
}

.ani_fadeInUp3 {
    visibility: visible;
    animation-duration: 1.2s;
    animation-name: slideInUp;
}

.ani_fadeInUp4 {
    visibility: visible;
    animation-duration: 1.4s;
    animation-name: slideInUp;
}

.ani_fadeInUp5 {
    visibility: visible;
    animation-duration: 1.6s;
    animation-name: slideInUp;
}

/********************* phone **************************/
.suntory-alo-phone {
    float: left;
    background-color: transparent;
    cursor: pointer;
    height: 75px;
    transition: visibility .5s ease 0s;
    width: 75px;
    z-index: 2;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: var(--color-tong);
    opacity: 1;
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 75px;
    left: -3px;
    opacity: .1;
    position: absolute;
    top: 13px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 75px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: var(--color-tong);
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 0;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 70px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: var(--color-tong);
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 9px;
    opacity: 1;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}

@keyframes suntory-alo-circle-fill-anim {

    0% {
        opacity: .2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: .2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: .2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes suntory-alo-circle-anim {

    0% {
        opacity: .1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: .5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: .6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-img-anim {

    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.phone_img {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    width: 52px;
    height: 52px;
    /*padding-left: 14px;*/
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 25px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    width: 100%;
    /*margin: 14px 0;*/
}

.suntory-alo-phone:hover .ft_phone {
    display: block;
    background: var(--color-tong);
    border-radius: 55px;
    height: 52px;
    line-height: 52px;
    width: 220px;
    position: absolute;
    color: #fff;
    font-size: 25px;
    z-index: -1;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 0;
    left: 10px;
    -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
}

.ft_phone {
    display: none
}

.ft_phone i {
    float: left;
    margin-left: 13px;
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    margin-right: 10px
}

.ft_phone label {
    float: left;
    width: calc(100% - 66px);
    line-height: 52px;
    margin: 0 0 0 66px;
    font-size: 19px;
    font-weight: bold;
}

.chat-zalo {
    position: fixed;
    z-index: 1;
    left: 8px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.chat-zalo a {
    cursor: pointer;
}

.chat-zalo img {
    width: 60px;

}

.phone-vr-img-circle {
    /*background-color: #0080c7;*/
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;

}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.chat-face {
    bottom: 185px;
}

/************************* btn slick ******************************/

.arrow_pro {
    float: left;
    width: 100%;
}

.next_news, .prev_news, .next_tour, .prev_tour, .next_news_sub, .prev_news_sub {
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    top: -95px;
    background: var(--color-tong);
    border-radius: 50%;
    z-index: 1;
}

.next_news, .next_tour {
    right: 65px;
}

.next_news_sub, .prev_news_sub {
    top: 25%;
}

.next_news_sub {
    left: 0;
}

.prev_news_sub {
    right: 0;
}

.next_news .fa, .prev_news .fa, .next_tour .fa, .prev_tour .fa, .next_news_sub .fa, .prev_news_sub .fa {
    width: 100%;
    text-align: center;
    float: left;
    line-height: 50px;
    margin: 0;
}

.next_news .fa, .next_tour .fa, .next_news_sub .fa {
    left: 0 !important;
}

.prev_news .fa, .prev_tour .fa, .prev_news_sub .fa {
    right: 0 !important;

}

.prev_news, .prev_tour {
    right: 9px;
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;
}

.slick-dots li {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 3px solid #111;
    border-radius: 50%;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    color: transparent;
}

li.slick-active button {
    background: #000;
    opacity: 1;
}

/*************************** home **************************/

.box_banner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.box_banner:before {
    position: absolute;
    background: linear-gradient(0deg, rgba(16, 85, 114, 0.00) 15%, rgba(16, 85, 114, 0.5) 100%, rgba(16, 85, 114, 0.5) 80%);
    content: "";
    left: 0;
    right: 0;
    opacity: 1;
    top: 0;
    width: 100%;
    height: 20%;
    z-index: 1;
    cursor: pointer;
}

.box_banner_sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;

}

.box_banner img {
    cursor: pointer;
}

/*************************** POPUP **************************/

.box_popup {
    float: left;
    width: 100%;

    background-color: rgba(0, 0, 0, .8);

    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;

}

.popup_form_text {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 15px;
    font-size: 17px;
    font-weight: 600;
}

.box_popup .title_text {
    font-size: 25px;
}

.box_popup .title_text:before {
    left: -195px;
}

.box_popup .title_text:after {
    right: -195px;
}

.box_popup .title_text:before, .box_popup .title_text:after {
    width: 170px;
}

.box_popup_content {
    width: 760px;
    height: auto;
    max-width: 100vw;
    padding: 0;
    overflow: auto;
    display: flex;
    line-height: 1.5;
}

.box_popup_form {
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 15px;

}

.popup_form {
    float: left;
    width: calc(100% - 40px - 60px);
    margin: 20px;
    background: #fff;
    border-radius: 15px;
    padding: 55px 30px 40px;
    position: relative;
    display: inline-block;
}

.popup_form_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: none;
}

.popup_form_close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup_form_name {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.popup_form_infor {
    float: left;
    width: 100%;
}

.form-group {
    float: left;
    margin: 0 10px 10px;
    width: calc(100% - 20px);
}

.control-label {
    float: left;
    width: auto;
    margin: 0 0 5px;
    line-height: 32px;
    color: #006F3F;
    font-size: 14px;
    font-weight: 500;
}

.form-control {
    background-color: #fff;
    line-height: 28px;
    font-size: 16px;
    height: 18px;
    padding: 10px 16px;
    width: calc(100% - 32px - 2px);
    color: #333;
    border: 1px solid #006F3F;
    border-radius: 5px;
    outline: none;
}

/***************************  QUANG CAO ******************************/

.box_qc {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;

}

.box_qc_content {
    float: left;
    width: calc(100% + 10px);
    margin: 35px -5px;
}

.box_qc_item {
    float: left;
    width: calc(100% / 4 - 10px);
    margin: 0 5px 6px;
    overflow: hidden;
}

.box_qc_item_a {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: inline-block;
}

.box_qc_item_img {
    float: left;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.box_qc_item_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/***************************  LINH VUC ******************************/

.box_linhvuc {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box_linhvuc_content {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.box_linhvuc_infor {
    float: left;
    width: calc(100% + 40px);
    margin: 40px -20px;
}

.box_linhvuc_item {
    float: left;
    width: calc(100% / 3 - 30px - 40px);
    display: inline-block;
    position: relative;
    margin: 0 15px;
    box-shadow: 2px 10px 22px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 15px;
    z-index: 2;
    padding: 20px;
}

.box_linhvuc_top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_linhvuc_img {
    float: left;
    width: 85px;
    height: 85px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.box_linhvuc_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_linhvuc_name {
    float: left;
    width: calc(100% - 85px - 15px);
    margin-left: 15px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.3;
    color: var(--color-tong);
    font-family: "Gothambold", sans-serif;
}

.linhvuc_content {
    float: left;
    width: 100%;
    margin: 10px 0;

}

.linhvuc_content_text {
    float: left;
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    color: #47484a;
    font-weight: bold;
    margin-bottom: 10px;

}

.linhvuc_content_list {
    float: left;
    width: 100%;
    list-style: inherit;
    height: 86px;
}

.linhvuc_content_list_item {
    float: left;
    width: calc(100% / 2 - 20px);
    margin: 0 0 0 20px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

.linhvuc_content_list_a {
    float: left;
    width: 100%;
    cursor: pointer;
}
.linhvuc_content_list_a:hover{
    color: var(--color-tong);
}
.linhvuc_content_img {
    float: left;
    width: 100%;
}

.linhvuc_content_img_item {
    float: left;
    width: calc(100% / 2 - 10px);
    margin: 15px 5px 0;
}

.linhvuc_content_img_a {
    float: left;
    width: 100%;
    cursor: pointer;

}

.linhvuc_content_img_figure {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 57%;
    display: inline-block;
    border-radius: 15px;
}

.linhvuc_content_img_figure img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
}

.linhvuc_content_img_text {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0 5px;
    cursor: pointer;
    color: #333;
    height: 34px;
    font-family: 'Gothamregular', sans-serif;
}

.linhvuc_content_img_item:hover .linhvuc_content_img_text {
    color: var(--color-phu);
}

.box_linhvuc_item .more_center .btn_more_a {
    margin: -16px 0 -44px;
}

.btn_more {
    float: left;
    width: 100%;
}

.btn_more_a {
    float: left;
    width: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    border: 1px solid var(--color-tong);
    color: #fff;
    background: var(--color-tong);
    font-weight: bold;
    padding: 9px 37px;
    margin: 15px 0 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn_more_a:hover {
    background: var(--color-phu);
    color: var(--color-while);
    border: 1px solid var(--color-phu);
}

.btn_more_a img {
    margin-left: 8px;
    width: 18px;
    display: inline-block;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.more_center {
    text-align: center;
}

.more_center .btn_more_a {
    float: none !important;
    display: inline-block;
    width: auto !important;
}

.linhvuc_item_tea .box_content figure {
    float: left;
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
}

.linhvuc_item_tea .box_content figure:nth-child(2n) {
    margin: 0 0 0 5px;
}

.linhvuc_item_tea .box_content figure img {
    margin: 0 0 10px;
}

/***************************  DANH MUC ******************************/

.box_danhmuc {
    float: left;
    width: 100%;
    background: var(--color-tong);
    margin: 40px 0 0;
    position: relative;
    overflow: hidden;
}

.box_danhmuc_content {
    float: left;
    width: calc(100% - 8%);
    margin: 45px 4% 60px;
}

.box_danhmuc_infor {
    float: left;
    width: calc(100% + 10px);
    margin: 30px -5px 0;
}

.box_danhmuc_item {
    float: left;
    width: calc(100% / 6 - 10px);
    margin: 0 5px;
    position: relative;
    display: inline-block;
}

.box_danhmuc_a {
    float: left;
    width: calc(100% - 2px);
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 30px;
}

.box_danhmuc_a:before {
    position: absolute;
    background: linear-gradient(0deg, rgba(11, 67, 54, 0.00) 1%, rgba(11, 67, 54, 0.9) 54%, rgba(11, 67, 54, 0.9) 100%);
    content: "";
    left: 0;
    right: 0;
    opacity: 1;
    top: 0;
    width: 100%;
    height: 35%;
    z-index: 1;
}

.box_danhmuc_name {
    float: left;
    width: calc(100% - 20px);
    margin: 15px 10px;
    /*display: inline-block;*/
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    position: absolute;
    z-index: 1;
    text-align: center;
}

.fl_cl_fff {
    color: #fff !important;
}

.fl_cl_fff .title_text {
    color: #fff !important;
}

.fl_cl_fff .title_text:before, .fl_cl_fff .title_text:after {
    background: #fff !important;
}

.box_danhmuc_img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    display: inline-block;
}

.box_danhmuc_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.box_danhmuc_item:hover .box_danhmuc_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.box_danhmuc_item .btn_more {
    position: absolute;
    bottom: -24px;
}

.box_danhmuc_item .btn_more_a {
    border: 1px solid #fff;
}

.danhmuc_index {
    background: #fff;
    margin: 0;
}

.danhmuc_index .box_danhmuc_content {
    width: 100%;
    margin: 55px 0 75px;
}

.banner_sanpham, .banner_sanpham_video {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner_sanpham_img, .banner_sanpham_img img, .banner_sanpham_video video {
    float: left;
    width: 100%;
}

/*********************** BOX PRO *******************************/

.box_pro {
    float: left;
    width: 100%;

}

.bg_pro {
    background: #f6f9fc;
}

.box_pro_content {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}
.pro_index_item{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.box_pro_tt {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.box_pro_tt_item {
    float: left;
    font-size: 15px;
    color: #666;
    font-weight: 600;

}

.box_pro_tt_item:last-child {
    float: right;
}

.box_pro_index {
    margin: 45px 0 40px;
}

.box_pro_infor {
    float: left;
    width: calc(100% + 20px);
    margin: 20px -10px;
}

.box_pro_slick {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;

}

.box_pro_item {
    float: left;
    position: relative;
    width: calc(100% / 5 - 20px - 2px);
    margin: 0 10px 20px;
    transition: transform .35s;
    overflow: hidden;
    border: 1px solid #d8e0e8;
    border-radius: 12px;
}

.owl-carousel .box_pro_item {
    width: 100%;
}

.box_pro_img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.box_pro_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.box_pro_item:hover .box_pro_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.box_pro_img_a {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    color: #000;
    height: 100%;
    font-weight: bold;
    border-radius: 10px;
    overflow: hidden;
}

.box_pro_text {
    float: left;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.box_pro_text_name {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #544F4F;
    line-height: 1.3;
    margin: 0 0 14px;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    font-family: 'Gothamregular', sans-serif;
    height:  40px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.box_text_name{
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #544F4F;
    line-height: 1.3;
    margin: 0 0 14px;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    font-family: 'Gothamregular', sans-serif;
}
.box_pro_item:hover .box_pro_text_name {
    color: var(--color-phu);
}

.h_price {
    float: left;
    width: 100%;
}

.box_pro_index .box_pro_item_a {
    margin: 0 0 10px;

}

.box_pro_detail .box_pro_index .h_price_label {
    font-size: 16px;
    text-align: left;
}

.box_pro_index .box_pro_infor {
    margin: 20px -10px 0;
}

.box_pro_sub {
    margin: 0 0 20px;
}

.box_pro_sub .box_pro_infor {
    margin: 30px -10px 20px;
}

.h_price_label {
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    color: var(--color-phu);
    text-align: center;
}

.h_price_p {
    float: left;
    color: #696969;
    text-decoration: line-through;
    font-size: 15px;
    padding: 0 0 0 10px;
    line-height: 24px;
}

.box_pro_left {
    float: left;
    width: 23%;

}

.box_pro_right {
    float: right;
    width: calc(77% - 25px);
    margin: 0 0 0 25px;
}

.box_pro_right .box_pro_item {
    width: calc(100% / 4 - 20px - 24px - 2px);
}

.category-product {
    float: right;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.category_sp {
    display: inline-block;
    float: left;
}

.btn-group {
    float: left;
    display: inline-block;
    width: auto;
    margin: 0 0 0 10px;
    position: relative;
    min-width: 110px;
}

.category-product:hover .dropdown-menu {
    display: block;
    top: 30px;
    -webkit-animation: fadeLeft 0.4s ease-in-out;
    -moz-animation: fadeLeft 0.4s ease-in-out;
    -o-animation: fadeLeft 0.4s ease-in-out;
    animation: fadeLeft 0.4s ease-in-out;
    overflow: visible;
    /* max-height: 3000px; */
    /* max-width: 3000px; */
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

/********************* BOX WHY **********************************/

.box_why {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
}

.box_why_content {
    float: left;
    width: 100%;
    margin: 50px 0 0;
    position: relative;
    overflow: hidden;

}

.box_why_infor {

    float: left;
    width: calc(100% - 20px - 16px);
    margin: 30px 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 15px;
    z-index: 2;
    padding: 30px 10px;
}

.box_why_item {
    float: left;
    width: calc(100% / 4 - 40px);
    position: relative;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_why_item:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #85a19a;
}

.box_why_item:last-child:before {
    display: none;
}

.why_img {
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    display: inline-block;
    border: 3px solid var(--color-tong);
    border-radius: 100%;
    padding: 13px;
}

.why_img img {
    transition: all ease 1s;
    width: 100%;
    height: 100%;
    fill: #fff;

}

.why_text {
    float: left;
    width: calc(100% - 60px - 26px - 15px - 6px);
    color: #333;
    font-size: 19px;
    margin-left: 15px;
    line-height: 1.3;
}

.why_name {
    float: left;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #333;
    /* margin: 0 0 5px; */
    font-family: 'Gothamregular', sans-serif;
}

/***************************  NHA MAY ******************************/

.box_nhamay {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box_nhamay_content {
    float: left;
    width: 100%;
}

.box_nhamay_slick {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box_nhamay_item {
    float: left;
    width: 100%;
}
.box_nhamay_a{
    float: left;
    width: 100%;
    cursor: pointer;
}
.box_nhamay_img {
    float: left;
    width: 100%;
}

.box_nhamay_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;

}





/***************************  HINH ANH ******************************/


.box_hinhanh{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box_hinhanh_content{
    float: left;
    width: calc(100% - 100px);
    margin: 50px;
    position: relative;
    overflow: hidden;
}




.box_dichvu_infor {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 500px;
    margin-top: 30px;
}

.ani_lineDrawHeight {
    animation: lineDrawHeight 0.8s linear forwards;
}

@keyframes lineDrawHeight {
    0% {
        height: 0;
    }
    100% {
        height: 374px;
    }
}

.dichvu_infor {
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.box_dichvu_item {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.box_dichvu_item_a{
    float: left;
    width: 100%;
    cursor: pointer;
}

.dichvu_icon img {
    width: 50px;
}

.dichvu_icon .svg-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 105px;
    fill: transparent;
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.dichvu_icon .svg-circle circle {
    width: 104px;
    height: 104px;
}

.box_dichvu .svg-circle {
    stroke-dashoffset: 0;
}

.dichvu_logo {
    margin-top: 24px;
    opacity: 0;
    transition: all 1s 2s;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dichvu_logo img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 173px;
}

.box_dichvu .dichvu_logo {
    opacity: 1;
}

.dichvu_btn {
    margin-top: 60px;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    transform: translateY(-100px);
}

.box_dichvu_item:hover .dichvu_btn {
    opacity: 1;
    pointer-events: unset;
    transform: none;
}

.box_dichvu_btn_a {
    padding: 10px 37px;
    font-size: 18px;
    border-radius: 30px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.2s;
    white-space: nowrap;
    -ms-transition: background-color 0.4s ease, color 0.4s ease;
    -o-transition: background-color 0.4s ease, color 0.4s ease;
    -moz-transition: background-color 0.4s ease, color 0.4s ease;
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
    cursor: pointer;
    display: inline-block;
}

.box_dichvu_btn_a:hover {
    text-decoration: none;
    background-color: #133d79;
    transition: all 0.2s;
    /*color: #133d79;*/
}


.box_dichvu_item:hover .box_dichvu_line_icon {
    opacity: 0;
}

.box_dichvu_line_left {
    left: 0;
}

.box_dichvu_line_right {
    right: 0;
}

.box_dichvu_line_left, .box_dichvu_line_right {
    transition: width 0.5s 0.5s;
    position: absolute;
    height: 2px;
    top: 0;
    width: 0;
    background-color: #fff;
}

.dichvu_item_1 .box_dichvu_line_left {
    display: none;
}

.ani_lineDraw {
    animation: lineDraw 1.5s 0.5s linear forwards;
}

@keyframes lineDraw {
    0% {
        width: 0;
    }
    30% {
        width: calc(50% - 50px);
    }
    100% {
        width: calc(50% - 50px);
    }
}

.box_dichvu_name {
    float: left;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 400;
    max-width: 400px;
    color: #fff;
    line-height: 1.3;
    font-family: 'Gothamregular', sans-serif;
    z-index: 2;
    position: absolute;
    bottom: 32px;
    left: 10px;
}
.box_dichvu_item:hover .box_dichvu_name{
    opacity: 0;
    visibility: hidden;
}
.box_dichvu_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.dichvu_item_1 .box_dichvu_content {
    left: 5%;
    margin-left: -200px;
}

.dichvu_item_2 .box_dichvu_content {
    left: 30%;
    margin-left: -200px;
}

.dichvu_item_3 .box_dichvu_content {
    left: 43%;
    margin-left: -200px;
}



.dichvu_item_1 .box_dichvu_name {
    left: 1%;

}

.dichvu_item_2 .box_dichvu_name {
    left: 35%;

}

.dichvu_item_3 .box_dichvu_name {
    left: 68%;

}




.box_dichvu_item:hover .box_dichvu_content {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    z-index: 12;
    margin-left: 0;
    margin-right: 0;
    transition: all 1s;
    bottom: 0;
    top: auto;
}

.box_dichvu_text_h2 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 600;
    max-width: 655px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.3;
    font-family: 'Gothamregular', sans-serif;
}
.box_dichvu_text_sub{
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
}
.dichvu_img_bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.box_dichvu_img {
    height: 100%;
    width: calc(100% / 3);
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}

.dichvu_item_1 .box_dichvu_img {
    left: 0;
    background-position: 65% 50%;
}

.dichvu_item_2 .box_dichvu_img {
    left: 33.3%;
    background-position: 55% 50%;
}

.dichvu_item_3 .box_dichvu_img {
    left: 66.6%;
    background-position: 40% 50%;
}



.box_dichvu_item:hover .box_dichvu_img {
    width: 100vw;
    z-index: 11;
    left: 0;
    background-position: 50% 50%;
}

.box_dichvu_img:before {
    content: '';
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    width: 100%;
    height: 22%;
    background-color: rgba(0, 0, 0, 0.5);
}

.box_dichvu_item:hover .box_dichvu_img:before {
    background-color: rgba(0, 0, 0, 0.4);
}

/***************************  TAI SAO ******************************/

.box_taisao {
    float: left;
    width: 100%;
    background: var(--color-tong);
    position: relative;
    overflow: hidden;
}

.box_taisao_content {
    float: left;
    width: 100%;
    padding: 80px 0 0;
    margin-bottom: 40px;
}
.box_taisao_content:before{
    content: '';
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    animation: dh2 22s linear both infinite;
}
@keyframes dh2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-1turn);
    }
}
.box_taisao_infor {
    float: left;
    width: calc(100% - 100px);
    margin: 50px 50px 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_taisao_left {
    float: left;
    margin: 0 0 0 15px;
    width: calc(35% - 15px);
}

.box_taisao_item {
    float: left;
    width: calc(100% - 180px);
    margin: 0 90px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.taisao_img {
    float: left;
    width: 50px;
    margin: 0 0 10px;
    background: #08372b;
    padding: 10px;
    border-radius: 100%;
}

.taisao_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.taisao_text {
    float: left;
    width: 100%;
}

.taisao_name {
    float: left;
    width: 100%;
    padding: 0 0 8px;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Gothamregular', sans-serif;
}

.taisao_text_sub {
    float: left;
    width: calc(100% - 40px);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 20px;
}

.box_taisao_center {
    float: left;
    width: 370px;
    height: 370px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -110px;
    position: relative;
}
.box_taisao_center:before{
    content: '';
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    width: 370px;
    height: 370px;
    animation: dh1 18s linear both infinite;
}
@keyframes dh1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
    }
}
.box_taisao_center_img {
    width: 185px;
    height: 185px;
    background: #fff;
    padding: 25px;
    border-radius: 100%;
}

.box_taisao_center_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes alltuchtopzoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.90);
    }
    100% {
        transform: scale(1);
    }
}

.box_taisao_left .box_taisao_item:nth-child(4n-3) {
    transform: translateX(148px);
}

.box_taisao_left .box_taisao_item:nth-child(4n-2) {
    transform: translateX(89px);
}

.box_taisao_left .box_taisao_item:nth-child(4n-1) {
    transform: translateX(150px);
}

.box_taisao_left .box_taisao_item:nth-child(4n) {
    transform: translateX(275px);

}

.box_taisao_right {
    float: left;
    margin: 0 15px 0 0;
    width: calc(35% - 15px);
}

.box_taisao_right .box_taisao_item:nth-child(4n-3) {
    transform: translateX(-148px);
}

.box_taisao_right .box_taisao_item:nth-child(4n-2) {
    transform: translateX(-89px);
}

.box_taisao_right .box_taisao_item:nth-child(4n-1) {
    transform: translateX(-150px);
}

.box_taisao_right .box_taisao_item:nth-child(4n) {
    transform: translateX(-265px);

}

/*********************** QUY TRINH *******************************/

.box_quytrinh {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.box_quytrinh_content {
    float: left;
    width: 100%;
    margin: 55px 0 35px;
}

.box_quytrinh_infor {
    float: left;
    width: calc(100% - 10px - 16px - 35px);
    margin: 30px 8px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 15px;
    z-index: 2;
    padding: 30px 10px 30px 35px;
}

.box_quytrinh_item {
    float: left;
    width: calc(100% / 8 - 84px);
    position: relative;
    margin: 0 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.box_quytrinh_item:last-child {
    margin: 0 0 0 45px;

}

.box_quytrinh_item:first-child {
    margin: 0 45px 0 0;
}

.box_quytrinh_num {
    background: var(--color-tong);
    border-radius: 100%;
    color: #fff;
    width: 60px;
    height: 60px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 23px;
    line-height: 60px;
    font-family: "Gothambold", sans-serif;
}

.box_quytrinh_img {
    float: left;
    width: 100%;
    /* height: 40px; */
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 12px 0;
}

.box_quytrinh_img img {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    object-fit: contain;

}

.quytrinh_img_right {
    float: left;
    height: 13px;
    position: absolute;
    right: -78px;
    top: 12%;
}

.quytrinh_img_right img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box_quytrinh_item:last-child .quytrinh_img_right {
    display: none;
}

.box_quytrinh_text {
    float: left;
    width: calc(100% + 40px);
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 10px -20px 0;
    text-align: center;
    font-family: "Gothamregular", sans-serif;
}

/***************************  HINH ANH ******************************/

.box_hinhanh_infor {
    float: left;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 15px;
    z-index: 1;

    width: calc(100% - 20px - 250px - 40px );
    margin: 0 0 30px 40px;
    padding: 30px 10px 0;
}

.box_hinhanh_item {
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
    padding: 0;
    outline: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.owl-carousel .box_hinhanh_item {
    width: calc(100% - 20px);
}

.box_hinhanh_a {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.hinhanh_img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 75%;

}

.hinhanh_img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.box_hinhanh_item:hover .hinhanh_img:before {
    right: 51%;
    left: 51%;
    background: rgba(11, 67, 54, 0.3);
}

.hinhanh_img:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;

}

.box_hinhanh_item:hover .hinhanh_img:after {
    top: 51%;
    bottom: 51%;
    background: rgba(11, 67, 54, 0.3);
}

.hinhanh_img img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.box_hinhanh_item:hover .hinhanh_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.hinhanh_infor {
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    background: rgba(30, 30, 30, 0.2);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    overflow: visible;
    transition: .3s;
    transition-property: color, background-color, opacity, top, left, bottom, right, font-size, padding, margin, box-shadow, border;
}

.box_hinhanh_item:hover .hinhanh_infor {
    opacity: 1;
}

.hinhanh_infor_img {
    width: 26px;
    transition: .3s;
}

.box_hinhanh_item:hover .hinhanh_infor_img {
    width: 26px;
}

.hinhanh_infor_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hinhanh_name {
    float: left;
    width: 100%;
    transition: .3s;
}

.hinhanh_name_a {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 1.5;
    overflow: hidden;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    /* text-align: center; */
    text-decoration: none;
    color: var(--color-333);
    padding: 13px 0;
}

.box_hinhanh_item:hover .hinhanh_name_a {
    color: var(--color-tong);
}

.hinhanh_text {
    float: left;
    width: 100%;
    color: #555;
    overflow: hidden;
    font-size: 15px;
    height: 70px;
    line-height: 23px;
    font-weight: 500;
}

.box_hinhanh_date {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #242424;
    font-style: italic;
}

.hinhanh_r_left {
    float: left;
    width: 47%;
}

.hinhanh_r_left .box_hinhanh_item {
    width: 100%;
    margin: 0 0 10px;
}

.hinhanh_r_left .box_hinhanh_a {
    float: left;
    width: 100%;
}

.hinhanh_r_left .hinhanh_infor {
    width: 100%;
    margin: 15px 0 0;
}

.hinhanh_r_right {
    float: left;
    width: calc(53% - 15px);
    margin: 0 0 0 15px;
}

.hinhanh_r_right .box_hinhanh_infor {
    margin: 0;
}

/***************************  VIDEO ******************************/

.box_video {
    float: left;
    width: 100%;
    background: #fff;
}

.box_video_content {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.video_index .box_video_content {
    margin: 40px 0 0;
}

.video_index .box_video_infor {
    width: calc(100% - 20px - 250px - 40px );
    margin: 0 0 30px 40px;
    padding: 30px 10px 0;
}

.box_video_infor {
    float: left;
    width: calc(100% - 20px);
    margin: 30px 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 15px;
    z-index: 1;
    padding: 30px 10px;
}

.box_video_item {
    float: left;
    position: relative;
    width: calc(100% / 3 - 20px);
    border-radius: 3px;
    overflow: hidden;
    margin: 0 10px;
}

.box_video_a {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
}

.box_video_img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 68%;
    border-radius: 10px;
}

.box_video_img img {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    object-fit: cover;
}

.box_review_play {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
    color: transparent;
    opacity: 1;
}

.box_video_item:hover .box_review_play {
    animation: play_video 1.5s ease infinite;
}

@keyframes play_video {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.1);
    }
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.box_video_name {
    float: left;
    width: 100%;
    color: var(--color-tong);
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Gothamregular', sans-serif;
    text-align: center;
    height: 40px;
}

.video_index_content {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.video_index_left {
    float: left;
    width: 250px;

    overflow: hidden;

}

.vd_left_item {
    float: left;
    width: calc(100% - 2px - 30px);
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 15px;
}

.video_index_left_title {
    float: left;
    width: 100%;
    padding: 0 0 8px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #005470;
    font-family: "Gothamregular", sans-serif;
    position: relative;
}

.video_index_left_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% + 30px);
    height: 1px;
    background: var(--color-tong);
    margin: 0 -15px;
}

.video_index_left_ul {
    float: left;
    width: 100%;
    list-style: none;
}

.video_index_left_item {
    float: left;
    margin-left: 3px;
    width: calc(100% - 3px);
    padding: 8px 0;
    font-size: 16px;
    color: #013d83;
}

.video_index_left_item a {
    cursor: pointer;
    display: inline-block;
}

.video_index_left_item i {
    float: left;
    width: 15px;
    margin-top: 2px;
}

.video_index_left_item_h3 {
    float: left;
    width: calc(100% - 15px);
    font-size: 16px;
    color: #333;
    font-weight: 600;

}

.video_index_left_item_h3:hover {
    color: var(--color-phu);
}

.video_index .box_video_name {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    text-align: left;
}

.video_index .box_video_item {
    margin: 0 10px 30px;
}

.box_video_sub {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.fl_other {
    float: left;
    width: 100%;
}

.fl_other ul {
    float: left;
    margin-left: 10px;
    width: calc(100% - 10px);
    list-style: none;
}

.fl_other ul li {
    float: left;
    width: 100%;
    line-height: 22px;
    margin-bottom: 13px;
}

.fl_other ul li a {
    cursor: pointer;
    font-weight: 600;
    color: #333;

}

.fl_other ul li a:hover {
    color: var(--color-tong);
}

/***************************  VIDEO ******************************/

.box_noibat{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: var(--color-tong);
    margin: 30px 0;
}


.box_noibat_content{
    float: left;
    width: 100%;
    position: relative;
    margin: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.box_noibat_item{
    float: left;
    width: calc(100% / 3 - 80px);
    padding: 0 80px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_noibat_item:nth-child(3n-1) .noibat_img{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.noibat_name{
    float: left;
    width: 100%;
    font-size:20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: "Gothamregular", sans-serif;
}

.noibat_img{
    float: left;
    position: absolute;
    right: 25px;
    width: 35px;
    animation: icon-bounce 1s ease-in-out infinite;
}
@keyframes icon-bounce {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
}
.noibat_img img{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.box_noibat_item:nth-child(3n-1) .noibat_img img{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box_noibat_item:nth-child(3n-1) .noibat_img{
    animation: icon-bounce2 1s ease-in-out infinite;
}
@keyframes icon-bounce2 {
    0%, 100% {
        transform: translateX(10px);
    }
    50% {
        transform: translateX(0);
    }
}






/***************************  SINH THAI ******************************/

.box_sinhthai {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box_sinhthai_content {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.box_sinhthai_infor {
    float: left;
    width: 100%;
    margin: 45px 0 0;
}

.box_sinhthai_item {
    float: left;
    width: calc(100% / 4 - 30px - 60px);
    margin: 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.box_sinhthai_item.has_qr {
    border-radius: 24px;
    overflow: visible;
}

.box_sinhthai_a {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 17px 0;
    text-align: center;
}

.box_sinhthai_img {
    width: 200px;
    height: 200px;
    display: inline-block;

}

.box_sinhthai_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box_sinhthai_name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--color-tong);
    margin-top: 0;
}

.box_sinhthai_qr {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-top: 10px;
}

.box_sinhthai_qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/***************************  box_gioithieu ******************************/

.box_gioithieu {
    float: left;
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

.box_title {
    float: left;
    width: 100%;
    text-align: center;
}

.title_text {
    width: auto;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: var(--color-tong);
    line-height: 1.5;
    font-family: "Gothambold", sans-serif;
    display: inline-block;
    margin: 0 20px;
}

.title_text:before, .title_text:after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 3px;
    background: var(--color-tong);
    top: 60%;
    transform: translateY(-60%);
}

.title_text:before {
    left: -230px;
}

.title_text:after {
    right: -230px;
}

.box_title_sub .title_text {
    font-size: 24px;
    letter-spacing: 0;
    margin: 0 20px 0 0;
}

.box_title_sub_text {
    float: left;
    width: calc(100% - 400px);
    padding: 20px 200px 0;
    color: #313131;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.title_img {
    float: left;
    width: 100%;
    height: 11px;
    overflow: hidden;
    margin: 10px 0 7px;
}

.title_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box_gioithieu_text {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    color: #313131;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.box_gioithieu_content {
    float: left;
    width: 100%;
}

.box_gioithieu_content .box_right {
    width: calc(100% - 310px - 30px);
    margin: 0 0 20px;
}

.box_tam_nhin {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.box_tam_nhin_item {
    float: left;
    width: 100%;
    margin: 40px 0 0;
    position: relative;
    overflow: hidden;
}

.box_tam_nhin_left {
    float: left;
    width: calc(50% - 20px);
    margin: 0 20px 0 0;
    position: relative;
    overflow: hidden;
}
.container{
    max-width: 100% !important;
}

.box_tam_nhin_item:nth-child(2n-2) .box_tam_nhin_left {
    float: left;
    margin: 0 20px 0 0;
}

.box_tam_nhin_text {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 1.5;
    color: #333;
    margin: 10px 0;
    max-height: 800px;
    overflow: hidden;
}
.box_tam_nhin_text *{
    max-width: 100% !important;
}
.box_tam_nhin_text p {
    margin: 0 0 15px;
}

.box_tam_nhin_text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}

.box_tam_nhin_right {
    float: left;
    width: calc(50% - 30px);
    margin: 0 30px 0 0;
    border-radius: 25px;
    overflow: hidden;
}

.box_tam_nhin_right img {
    float: left;
    width: 100%;
}

.box_tam_nhin_item:nth-child(2n+1) .box_tam_nhin_right {
    margin: 0 30px 0 0;
}

.box_tam_nhin ul {
    float: left;
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
    list-style: inherit;
}

.box_tam_nhin ul li {
    margin: 0 0 10px;
    line-height: 1.5;

}

/****************** chinh sach *********************/

.box_chinhsach {
    float: left;
    width: 100%;
}

.box_chinhsach_content {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.box_chinhsach_content .box_right {
    width: calc(100% - 310px - 30px);
    margin: 0 0 20px;
}

.box_chinhsach_sub {
    float: left;
    width: calc(100% - 20px);
    overflow: hidden;
    margin: 15px 10px 0;
}

.box_dv_sub {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.box_dv_sub li {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

.box_dv_sub li a {
    float: left;
    width: auto;
    cursor: pointer;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

.box_dv_sub li a i {
    margin: 0 5px 0 0;
    color: var(--color-tong);
}

.box_right_cs {
    margin-left: 30px;
    float: left;
    width: 310px;
    margin-top: 10px;
}

.box_right_cs_item {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.box_right_cs_title {
    float: left;
    margin-bottom: 1px;
    padding: 12px;
    width: calc(100% - 24px);
    background: var(--color-tong);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.box_right_cs_infor {
    float: left;
    width: 100%;
}

.right_cs_item {
    float: left;
    margin-bottom: 1px;
    padding: 12px;
    width: calc(100% - 24px);
    background: #eee;
    color: #333;
}

.box_right_cs_a {
    cursor: pointer;
    color: #333;
}

.box_right_cs_a i {
    float: left;
    margin: 3px 7px 0 0;
    width: 7px;
}

.box_right_cs_text {
    float: left;
    width: calc(100% - 7px - 7px);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.right_cs_item:hover .box_right_cs_text {
    color: var(--color-phu);
}

/****************** FL *********************/

.fl_bg_f1f {
    background: #e7f3fa;
}

.fl_mg_top_20 {
    margin-top: 20px;
}

.fl_mg_top_40 {
    margin-top: 40px;
}

.fl_mg_40_40 {
    margin: 40px 0;
}

.fl_mg_20_40 {
    margin: 20px 0 40px;
}

.footer_share {
    position: fixed;
    bottom: 120px;
    left: 2px;
    width: 75px;
    z-index: 3;
}

.fl_phone_infor {
    display: block;
    bottom: 30px;
    left: 5px;
    position: fixed;
}

.footer_share:hover .fl_phone_list {
    display: block;
}

.fl_phone_list {
    display: none;
    bottom: 23px;
    left: 8px;
    position: fixed;
}

.fl_phone_list_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fl_phone_list_item {
    width: 50px;
    height: 50px;
    margin: 3px 6px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
}

.fl_phone_list_item:hover {
    text-decoration: none !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 4px 15px rgba(0, 0, 0, .13);
}

.fl_phone_list_item a {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: inline-block;
}

.fl_phone_list_item img {
    float: left;
    width: 50px;
    height: 50px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
}

.phone_number {
    z-index: -1;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    background: #C62828;
    padding: 14px 28px 14px 23px;
    border-radius: 24px;
    position: fixed;
    white-space: nowrap;
    bottom: 29px;
    left: 53px;
}

.fl_phone_list_item .phone_number {
    text-align: center;
    position: absolute;
    z-index: -1;
    left: 29%;
    visibility: hidden;
    opacity: 0;
    bottom: 1px;
    display: none;
    text-indent: 25px;
    transition: all 500ms;
    background: var(--color-tong);
}

.fl_phone_list_item:hover .phone_number {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-animation: fadeLeft 0.4s ease-in-out;
    -moz-animation: fadeLeft 0.4s ease-in-out;
    -o-animation: fadeLeft 0.4s ease-in-out;
    animation: fadeLeft 0.4s ease-in-out;
}

/************************* FORM LIEN HE ***************************/

.b_form_lienhe {
    float: left;
    width: 100%;
}

.b_form_lienhe_content {
    float: left;
    width: calc(100% - 120px);
    position: relative;
    background: #fff;
    padding: 60px 60px 35px;
    border-radius: 10px;
    overflow: hidden;
    margin: 80px 0;

}

.b_form_lienhe_left {
    float: left;
    width: calc(50% - 50px - 25px);
    padding: 20px 50px 20px 25px;
}

.b_form_lienhe_left_text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    margin: 20px 0 0;
    color: #2d2d2d;
}

.b_form_lienhe_right {
    float: left;
    width: 50%;
    margin: 20px 0;
}

.b_form_lienhe_right .box_loinhan_form {
    margin: 0;
}

.b_form_lienhe_right .box_loinhan_infor {
    margin: 0 0 30px;
}

.b_form_lienhe_right .box_loinhan_infor_item {
    width: calc(100% / 2 - 10px);
}

.b_form_lienhe_right .btn_more {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.b_form_lienhe_social {
    float: left;
    width: 100%;
    margin: 12px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/********************* BAO GIA **********************************/
.box_quote {
    float: left;
    width: 100%;

}

.box_quote_content {
    float: left;
    width: calc(100% - 50px - 40px);
    margin: 20px;
    background: #fff;
    border-radius: 15px;
    padding: 35px 25px;
    position: relative;
    display: inline-block;
}

.box_quote_left {
    float: left;
    width: 25%;
}

.box_quote_left_item {
    float: left;
    width: calc(100% - 32px);
    background: #F5F5F7;
    border-radius: 4px;
    padding: 10px 16px;
    margin-bottom: 12px;
}

.popup_form_check {
    float: left;
    width: 100%;
}

.popup_form_item {
    float: left;
    width: 100%;
    display: flex;
    height: 24px;
    padding: 6px 8px 3px 0;
    cursor: pointer;
}

.popup_form_checkbox {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
}

.popup_form_check input[type="checkbox"], .popup_form_check input[type="radio"] {
    accent-color: #04633b;
}

.popup_form_checkbox_label {
    float: left;
    width: calc(100% - 20px - 12px);
    margin: 0 0 0 12px;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    height: 20px;
}

.form_left_label {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #ff0000;
    line-height: 1.4;
}

.box_quote_right {
    float: left;
    width: calc(75% - 20px);
    margin: 0 0 0 20px;
}

.box_title_left {
    text-align: left;
    /*margin-bottom: 30px;*/
}

.box_title_left .title_text {
    text-align: left;
    color: #333;
}

.box_title_left .title_img img {
    width: auto;
    margin-left: -14%;
}

.box_quote_infor {
    float: left;
    width: 100%;
}

.f_popup_content {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.popup_infor {
    float: left;
    width: 100%;
}

.popup_content_item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.popup_content_item_title {
    float: left;
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.popup_content_item_title_text {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 19px;
    color: #333;
}

.popup_content_item_title_a {
    cursor: pointer;
    height: 36px;
}

.popup_content_item_title_a img {
    color: #3a3a3a;
    font-size: 28px;
    transition: .3s ease-in-out;
    width: 36px;
    height: 36px;
}

.popup_content_item.active .popup_content_item_title_a img {
    transform: rotate(180deg);
}

.popup_content_item_text {
    float: left;
    width: 100%;
    display: none;
    font-size: 17px;
    color: #3a3a3a;
    line-height: 1.7;
    max-height: 343px;
    overflow-y: scroll;
}

.popup_content_item.active .popup_content_item_text {
    display: block;
}

.popup_content_item_text p {
    margin: 16px 0;
}

.form_left_content {
    float: left;
    width: 100%;
    margin-top: 10px;
}

/********************* ALBUM **********************************/

.box_hoatdong {
    float: left;
    width: 100%;
    margin: 40px 0;
}

/********************* tin tuc **********************************/

.box_news.box_news_home {
    margin: 20px 0 0;

}

.box_news_home .box_news_infor {
    margin-top: 30px;
}
.box_news_home .new_img {
    width: 100%;
}
.box_news_home .new_infor {
    width: calc(100% - 20px);
    padding:  10px;
}
.box_news_home .new_name a {
    height: 46px;
    overflow: hidden;
}
.box_news_home .new_text {
    height: 65px;
    overflow: hidden;
}

.box_news_home_content {
    float: left;
    width: 100%;
    margin: 35px 0;
}

.box_news_home_left {
    float: left;
    width: calc(42% - 15px);
    margin-right: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.box_news_home .box_news .new_text {
    height: 65px;
    margin-top: 5px;
}

.box_news_home_left img {
    float: left;
    width: 100%;
}

.box_news_home .box_news {
    width: calc(58% - 15px);
    margin: 0 0 0 15px;
}

.box_news_home .box_news_content {
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.box_news {
    float: left;
    width: 100%;
    margin: 50px 0 30px 0;
    position: relative;
}

.box_news_content {
    float: left;
    width: 100%;
    margin: 40px 0 0;
    position: relative;
}

.box_news_detail {
    margin: 50px 0 0;
}

.box_news_detail .box_news_content {
    margin: 0;
}

.box_news_detail .box_left {
    margin-left: 30px;
    float: left;
    width: 332px;

}

.box_news_detail .box_right {
    width: calc(100% - 332px - 50px);
    margin: 0 20px 20px 0;
}

.box_news_detail .box_left .new_img {
    width: 100%;
}

.box_news_detail .box_left .new_infor {
    width: 100%;
    padding: 10px 0;
}

.box_news_detail .box_left .new_text, .box_news_detail .box_left .box_xemthem {
    display: none;
}

.box_news_detail .box_left .new_name a {
    font-size: 16px;
}

.box_news_detail .box_left .box_news_ul {
    padding-bottom: 0;
}

.box_news_infor {
    float: left;
    width: 100%;
    overflow: hidden;
}

.box_news_ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-bottom: 20px;
}

.box_news_item {
    float: left;
    padding: 10px;
    width: calc(100% - 20px - 2px);
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.owl-carousel .box_news_item {
    margin: 0 10px 10px;
    width: calc(100% - 20px - 2px - 20px);
}

.box_news_a {
    float: left;
    /*width: 100%;*/
    cursor: pointer;
    outline: none;
    display: inline-block;
}

.new_img {
    float: left;
    width: 200px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.new_img img {
    float: left;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.box_news_infor li:hover .new_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.new_infor {
    float: left;
    padding: 5px 10px;
    width: calc(100% - 220px);
}

.new_name {
    float: left;
    width: 100%;
}

.new_name a {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    color: var(--color-phu);
    line-height: 1.3;
    display: inline-block;
    font-weight: 500;
    font-family: "Gothamregular", sans-serif;
}

.box_news_item:hover .new_name a {
    color: var(--color-tong);
}

.new_text {
    float: left;
    width: 100%;
    margin: 10px 0;
    line-height: 1.5;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.box_xemthem {
    float: right;
    margin-top: 5px;

}

.box_xemthem_a {

    cursor: pointer;
    color: var(--color-phu);
    font-weight: 600;
}

.box_xemthem_a:hover {
    color: var(--color-tong);
}

.box_news_index {
    width: 100%;
    margin: 0 0 20px;
}

.new_date {
    float: left;
    width: 100%;
    margin: 7px 0;
    font-size: 15px;
    color: #555;
}

.box_news_sub {
    width: 100%;
    margin: 0 0 30px;
}

.news_home .box_title {
    margin-bottom: 35px;
}

/*********************** BOX FORM *******************************/

.box_form {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.box_form:before, .box_form:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 34px;
}

.box_form:after {
    bottom: 0;
    top: auto;
}

.box_form_content {
    float: left;
    width: calc(100% - 200px);
    margin: 70px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_form_left {
    float: left;
    width: calc(60% - 30px - 50px - 6px);
    margin: 0 30px 0 0;
    max-width: 566px;
    background-color: rgba(247, 247, 247, 0.9);
    padding: 30px 25px;
    border: 3px solid #04633b;
    border-radius: 15px;
}

.form_content_text {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    margin: 15px 0 10px;
}

.form_info {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.form_info_item {
    float: left;
    width: calc(100% / 2 - 20px);
    margin: 20px 10px 0;
    position: relative;
}

.form_info_item_1 {
    width: calc(100% - 20px);
}

.control-label {
    float: left;
    width: auto;
    color: #000;
    font-weight: 500;
    display: block;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.form-control {
    background-color: #fff;
    border-radius: 5px;
    font-size: 15px;
    line-height: 28px;
    outline: none;
    height: 18px;
    padding: 10px 8px;
    width: calc(100% - 16px - 2px);
    color: #666;
    border: 1px solid #ddd;
}

.one_select {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.form-group textarea {
    min-height: 50px;
}

.form_info_item:hover .box_form_info {
    display: block;
    top: 70px;
    -webkit-animation: fadeLeft 0.4s ease-in-out;
    -moz-animation: fadeLeft 0.4s ease-in-out;
    -o-animation: fadeLeft 0.4s ease-in-out;
    animation: fadeLeft 0.4s ease-in-out;
}

.box_form_info {
    width: calc(100% - 20px);
    display: none;
    background: #fff;
    padding: 20px 0 20px 20px;
    position: absolute;
    top: 70px;
    z-index: 1;
    height: 90px;
    overflow-Y: auto;
}

.box_form_info_item {
    float: left;
    width: 100%;
    text-align: left;
}

.box_form_info_h3 {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.box_form_info_content {
    float: left;
    width: calc(100% - 10px);
    margin: 5px 0 5px 10px;
}

.info_item {
    float: left;
    width: 100%;
    margin: 0 0 7px;
}

.box_form_info_item_a {
    float: left;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 19px;
}

.left_item_input {
    float: left;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #cacaca;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer;
}

.info_item_label {
    float: left;
    width: calc(100% - 34px);
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
}

.box_form_right {
    float: right;
    width: 40%;
}

.box_form_right_img {
    float: left;
    width: 100%;
}

.box_form_right_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.book_detail .box_form_info {
    display: block;
    position: relative;
    top: 5px;
    z-index: 1;
    height: auto;
    padding: 20px;
    width: calc(100% - 40px);
}

.book_detail .form_info_item:hover .box_form_info {
    display: block;
    top: 5px;
    -webkit-animation: fadeLeft 0s ease-in-out;
    -moz-animation: fadeLeft 0s ease-in-out;
    -o-animation: fadeLeft 0s ease-in-out;
    animation: fadeLeft 0s ease-in-out;
}

/*********************** banner_sub *******************************/
.banner_sub {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    /*margin-top: 96px;*/
}

.banner_sub:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}

.banner_text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0 70px;
    position: relative;
}

.banner_text_infor {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.bn_text_infor {
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    width: 100%;
}

.bn_text_center {
    float: left;
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
}

.bn_text_center a {
    float: left;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-family: "Gothamregular", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.list-inline {
    float: left;
    width: 100%;
    text-align: center;
}

.list-inline li {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    color: #808080;
    font-size: 18px;
}

.text-warning a {
    cursor: pointer;
    color: #f8f9fa;
    font-size: 18px;
}

.list-inline li + li {
    width: auto;
    position: relative;
    margin-left: 15px;
}

.list-inline li + li:before {
    content: '\f105';
    position: absolute;
    top: 56%;
    left: -15px;
    font-size: 20px;
    font-family: 'FontAwesome';
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 13px;
}

.list-inline li + li a {
    color: #fff;
}

.pagination {
    float: left;
    width: 100%;
    text-align: right;
    padding: 15px 0 0;
}

.pagination a {
    width: 32px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: 0 solid #fff;
    font-size: 16px;
    padding: 2px 10px;
    line-height: 29px;
    font-weight: 600;
    color: #fff;
    background: var(--color-tong);
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 10px;
}
.pagi_active{
    background: #fff !important;
    color: var(--color-tong) !important;
    border: 1px solid var(--color-tong) !important;
}
.box_content {
    float: left;
    width: 100%;
    line-height: 28px;
    font-size: 17px;
    color: #47484a;
    font-family: 'Roboto', sans-serif;
}

.box_content p, .box_content h2, .box_content h3, .box_content b, .box_content span {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.box_content strong {
    font-family: 'Roboto', sans-serif;
}

.box_content ul li {
    font-family: 'Roboto', sans-serif;
}

.box_content h2 {
    font-size: 22px;
}

.box_content h3 {
    font-size: 20px;
}

.box_content ul {
    float: left;
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
    list-style: inherit;
}

.box_content ul li {
    margin: 0 0 10px;
    line-height: 1.5;

}

.box_content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}

.box_content a[data-fancybox] {
    cursor: zoom-in;
}

.box_content img, .box_content iframe {
    max-width: 100% !important;
    width: 100% !important;
    /* height: 100% !important; */
    /* display: flex; */
    text-align: center;
    object-fit: contain;
    margin: 15px auto;
    /* width: 100%; */
    /*height: 512px;*/
}

.box_content iframe {
    height: 512px;
}

.box_content .image img {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}

.box_content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}

/************************* TIM KIEM ******************************/
.box_tiemkiem {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    margin: 20px 0;
}

.box_tiemkiem_item {
    float: left;
    width: calc(100% / 4 - 30px);
    margin: 0 15px;
    position: relative;
    outline: none;
}

.dropdown-toggle {
    float: left;
    color: #484848;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 45px;
    padding: 0 7px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    background: #fff;
    border: 1px solid #c8c8c8;
    font-size: 17px;
    outline: none;
    margin: 15px 0 0;
}

.dropdown-toggle:before {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #000;
    content: "";
    margin-top: -2px;
}

.dropdown-toggle:after {
    content: "";
    width: 40px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown-menu {
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    margin: -1px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    width: calc(100% - 2px);
}

.dropdown-menu li {
    float: left;
    width: 100%;
}

.dropdown-menu li a {
    display: block;
    clear: both;
    white-space: nowrap;
    float: left;
    color: #484848;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: calc(100% - 20px);
    font-size: 1.2em;

    border-bottom: 1px dashed #c8c8c8;
}

.dropdown-menu li a:hover {
    color: var(--color-phu);
}

.hasDatepicker {
    float: left;
    color: #484848;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 45px;
    padding: 0 7px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: calc(100% - 2px - 14px);
    background: #fff;
    border: 1px solid #c8c8c8;
    font-size: 17px;
    outline: none;
    margin: 15px 0;
}

#_size_detail {
    color: #484848;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 42px;
    height: 42px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: calc(100% - 4px);
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1em;
    outline: none;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 5px;
}

.box_btn {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.box_btn a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    z-index: 1;
    line-height: 20px;
    border: 0 solid #fff;
    font-size: 18px;
    padding: 15px 10px;
    min-width: 175px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    background: var(--color-tong);
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 50px;
}

.box_giamgia {
    float: left;
    height: 47px;
    line-height: 47px;
    color: #dd0000;
    font-weight: bold;
    margin: 15px 10px 15px 0;
}

.more_left {
    text-align: left;
}

.box_giamgia input {
    margin-right: 5px;
}

.box_tiemkiem_item .box_btn {
    float: right;
    width: auto;
    margin: 8px 0;
}

.box_tiemkiem_item .box_btn a {
    min-width: 150px;
}

.box_title_left {
    float: left;
    width: 100%;
}

.box_title_left h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 10px;
    line-height: 1.5;
    border-bottom: solid 1px var(--color-phu);
    text-transform: uppercase;
    text-align: left;
}

.box_title_left_text {
    float: left;
    width: calc(100% - 30px);
    padding: 10px 15px 0;
    line-height: 26px;
    font-size: 15px;
    color: #47484a;
}

.box_title_left_text p {
    margin-bottom: 10px;
}

.box_left {
    float: right;
    margin-left: 20px;
    width: calc(36% - 20px);

}

.box_left_item {
    float: left;
    width: calc(100% - 30px - 2px);
    margin: 0 0 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
}

.box_left_item .box_pro_item {
    width: calc(100% / 2 - 20px - 2px);
}

.box_left_item .box_pro_infor {
    margin: 20px -10px 0;
}

.more_pro {
    float: left;
    width: 100%;
    background: #f4f4f4;
}

.more_pro ul {
    float: left;
    width: 100%;
    list-style: none;
}

.more_pro ul li {
    float: left;
    padding: 10px;
    width: calc(100% - 20px);
    border-bottom: 1px #fefefe solid;
}

.more_pro ul li label {
    float: left;
    width: 140px;
    font-size: 14px;
    color: #000;
}

.more_pro ul li span {
    float: left;
    width: calc(100% - 140px);
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #005470;
}

.more_pro ul li code {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #3ab25d;
}

.more_pro ul li dt {
    float: left;
    width: 150px;
    font-weight: bold;
    font-size: .9em;
    color: #333333;
}

.more_pro ul li dd {
    float: left;
    width: 310px;
    font-size: 1.05em;
    line-height: 20px;
    color: #005470;
}

.box_left .title_text {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    padding: 5px 15px 3px;
    background: #04633b;
    width: auto;
    position: relative;
}

.box_left .title_text:after {
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    border-top: 33px solid transparent;
    border-left: 22px solid #7b3e02;
}

.box_left_title {
    float: left;
    width: calc(100% - 30px);
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    background: var(--color-phu);
    color: #fff;
    padding: 12px 15px;

}

.box_ketnoi {
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px;
    text-align: center;
}

.box_ketnoi a {
    float: left;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0 16px 12px 0;
}

.box_ketnoi img {
    width: 30px;
}

.box_right {
    float: left;
    width: 64%;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.box_right .box_pro_text_name {
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-phu);
    font-size: 22px;
    font-family: 'Gothamregular', sans-serif;
    display: inline-block;
}

.box_tintuc_top {
    float: left;
    width: 100%;
    border-radius: 5px;
    background: #04633b;
    margin-bottom: 15px;
}

.box_tintuc_top_item {
    float: left;
    width: auto;
    margin: 0 0 0 15px;
}

.box_tintuc_top_item a {
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px 8px;
}

.box_tintuc_top_item a:hover {
    text-decoration: underline;
}

.box_pro_tab {
    float: left;
    width: 100%;
    margin: 25px 0 0;
    text-align: center;
}

.box_pro_tab_item {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    color: #242425;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
    transition: 0.15s all;
    -webkit-transition: 0.15s all;
}

.box_pro_tab_a {
    float: left;
    color: #333;
    cursor: pointer;
    padding: 10px 11px 5px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 17px;
    position: relative;
    text-transform: capitalize;
    margin: 0 10px;
}

.box_pro_tab_item:hover .box_pro_tab_a, .box_pro_tab_a.active {
    color: var(--color-tong);
}

.box_pro_tab_a:after {
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    content: "";
    background: var(--color-tong);
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_pro_tab_item:hover .box_pro_tab_a:after, .box_pro_tab_a.active:after {
    width: 100%;
}

/************************ LIEN HE ********************************/
.bg_contact {
    float: left;
    width: 100%;
}

.box_contact {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: rgba(255, 255, 255, .9);

}

.box_ct_infor {
    float: left;
    width: 100%;

}

.box_ct_infor_right {
    float: left;
    padding: 10px;
    width: calc(50% - 20px);
}

.box_contact .company {
    float: left;
    width: 100%;
    color: #013d83;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Gothamregular", sans-serif;
}

.box_contact ul {
    float: left;
    margin-left: 18px;
    width: calc(100% - 18px);
    list-style: disc;
}

.box_contact ul li {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.box_contact ul li a{
    cursor: pointer;
}
.box_contact ul li i {
    color: #3ab25d;
    margin-right: 5px;
}

.company_h3 {
    float: left;
    width: 100%;
    color: #013d83;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "Gothamregular", sans-serif;
}

.box_contact p {
    float: left;
    width: calc(100% - 10px);
    font-size: 15px;
    margin: 3px 5px;
    line-height: 28px;
}

.box_ct_infor_left {
    float: right;
    width: 48%;
}

.box_ct_infor_left.box_yeucau {
    float: left;
    margin-right: 40px;
    width: calc(48% - 40px);
}

.box_loinhan_infor {
    float: left;
    width: 100%;
    display: inline-block;
}

.box_loinhan_form {
    float: left;
    width: 100%;
    margin: 30px 0;
    display: inline-block;
}

.box_loinhan_infor_item {
    float: left;
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
}

.contact_input.contact_select {
    width: calc(100% - 2px);
    padding: 11px 35px 11px 11px;
}

.box_thaoluan_content .box_loinhan_infor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_thaoluan_content .contact_input {
    margin-bottom: 0;
    padding: 16px 35px 15px 18px;
    border-radius: 25px;
}

.contact_input {
    float: left;
    margin-bottom: 15px;
    outline: none;
    width: calc(100% - 35px - 20px);
    color: #000;
    border-radius: 10px;
    padding: 12px 35px 12px 18px;
    border: 1px solid #dedede;
    height: auto;
    font-size: 16px
}

.contact-label {
    float: left;
    margin: 0 0 5px;
    line-height: 32px;
    color: #333;
    font-size: 15px;
    width: auto;
    font-weight: 500;
    font-family: "Gothamregular", sans-serif;
}

.loinhan_item_6 {
    width: calc(100% - 10px) !important
}

.note_input {
    float: left;
    margin-bottom: 15px;
    outline: none;
    width: calc(100% - 20px);
    color: #000;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #dedede;
    font-size: 16px;
}

.box_lienhe_content_infor {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.box_lienhe_item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.box_lienhe_item_icon {
    float: left;
    font-size: 30px;
    color: var(--color-tong);
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-top: 5px;
}

.box_lienhe_item_text {
    float: left;
    width: calc(100% - 30px - 15px);
    margin: 0 0 0 15px;
}

.box_lienhe_item label {
    float: left;
    width: 100%;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
}

.box_lienhe_item p {
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
}


/**************************** BAN DO *********************************/

.box_bando{
    float: left;
    width: 100%;
}

.box_bando .box_ct_infor_left{
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.box_bando_right{
    float: left;
    width: calc(50% - 20px);
    margin-left: 20px;
}

.box_bando_img, .box_bando_img img{
    float: left;
    width: 100%;
}

/******************  ***************************/


.fl_align_center {
    text-align: center;
}

.fl_width_100 {
    width: 100% !important;
}

.contact_f_infor {
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px;
}

.contact_f_infor .form {
    float: left;
    width: 100%;
}

.form-contact {
    float: left;
    width: calc(100% - 10px);
    padding: 6px 5px;
}

.contact_infor {
    float: left;
    width: calc(50% - 15px);
    margin: 0 15px 30px 0;
}

.contact_group {
    float: left;
    width: 100%;
}

.contact_infor label, .contact_group label {
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    color: #999;
}

.contact_infor .form-control {
    display: block;
    box-sizing: border-box;
    margin: 0;
    font-size: 16PX;
    letter-spacing: 0.4px;
    height: 39px;
    line-height: 39px;
    width: calc(100% - 2px);
    border: 1px solid #e1e1e1;
}

.contact_group p {
    text-align: left;
    outline: none;
    position: relative;
    float: left;
    width: 100%;
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: #fff;
    color: #666;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding: 11px 10px;
    margin: 0;
    border: none;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 0.4px;
    min-height: 65px;
    margin-top: 5px;
}

/******************************************/



/* ===== MỤC LỤC BÀI VIẾT ===== */
.pr_muc_luc {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 18px;
    margin: 20px 0 30px;
    font-size: 15px;
}

/* header mục lục */
.pr_muc_luc ._ml_1 {
    font-weight: 600;
    font-size: 16px;
    color: #111827;
}

.pr_muc_luc ._item_ml_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* icon mũi tên */
.pr_muc_luc .fa-chevron-down {
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* nội dung mục lục */
.pr_muc_luc .content_ml {
    margin-top: 12px;
    padding-left: 6px;
}

/* từng dòng mục lục */
.pr_muc_luc ._muc_luc {
    margin-bottom: 8px;
    padding-left: 12px;
    position: relative;
}

/*!* chấm tròn bên trái *!
.pr_muc_luc ._muc_luc::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #3b82f6;
    font-size: 18px;
    line-height: 1;
}*/

/* link */
.pr_muc_luc a {
    color: #1f2937;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.pr_muc_luc a:hover {
    color: #2563eb;
    text-decoration: underline;
}

/* responsive mobile */
@media (max-width: 768px) {
    .pr_muc_luc {
        padding: 14px;
        font-size: 14px;
    }
}

