@charset "UTF-8";
.container{
    /* width: 1200px !important; */
}

@font-face {
    font-display: block;
    font-family: 'Prompt-Bold';
    src: url('../fonts/all_font/Prompt-Bold.eot');
    src: url('../fonts/all_font/Prompt-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/Prompt-Bold.woff') format('woff'), url('../fonts/all_font/Prompt-Bold.ttf') format('truetype'), url('../fonts/all_font/Prompt-Bold.svg#Prompt-Bold') format('svg');
    font-family: 'Prompt-Bold';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'Prompt-Regular';
    src: url('../fonts/all_font/Prompt-Regular.eot');
    src: url('../fonts/all_font/Prompt-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/Prompt-Regular.woff') format('woff'), url('../fonts/all_font/Prompt-Regular.ttf') format('truetype'), url('../fonts/all_font/Prompt-Regular.svg#Prompt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'Prompt-Medium';
    src: url('../fonts/all_font/Prompt-Medium.eot');
    src: url('../fonts/all_font/Prompt-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/Prompt-Medium.woff') format('woff'), url('../fonts/all_font/Prompt-Medium.ttf') format('truetype'), url('../fonts/all_font/Prompt-Medium.svg#Prompt-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'Playball-Regular';
    src: url('../fonts/all_font/Playball-Regular.eot');
    src: url('../fonts/all_font/Playball-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/Playball-Regular.woff') format('woff'), url('../fonts/all_font/Playball-Regular.ttf') format('truetype'), url('../fonts/all_font/Playball-Regular.svg#Playball-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'Playfair9pt-Bold';
    src: url('../fonts/all_font/Playfair9pt-Bold.eot');
    src: url('../fonts/all_font/Playfair9pt-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/Playfair9pt-Bold.woff') format('woff'), url('../fonts/all_font/Playfair9pt-Bold.ttf') format('truetype'), url('../fonts/all_font/Playfair9pt-Bold.svg#Playfair9pt-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: block;
    font-family: 'SVN-Poppins';
    src: url('../fonts/all_font/SVN-Poppins.eot');
    src: url('../fonts/all_font/SVN-Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/SVN-Poppins.woff') format('woff'), url('../fonts/all_font/SVN-Poppins.ttf') format('truetype'), url('../fonts/all_font/SVN-Poppins.svg#SVN-Poppins') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: block;
    font-family: 'FzPoppins-Bold';
    src: url('../fonts/all_font/FzPoppins-Bold.eot');
    src: url('../fonts/all_font/FzPoppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/FzPoppins-Bold.woff') format('woff'), url('../fonts/all_font/FzPoppins-Bold.ttf') format('truetype'), url('../fonts/all_font/FzPoppins-Bold.svg#FzPoppins-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


:root {
    --font:'Prompt-Regular';
    --fontMedium:'Prompt-Medium';
    --fontB:'Prompt-Bold';
    --fontPlayball:'Playball-Regular';
    --fontPlayfair9pt:'Playfair9pt-Bold';
    --fontPoppins:'SVN-Poppins';
    --fontPoppinsBold:'FzPoppins-Bold';
    --colormain: #004A80;
    --colormainhv: #D21B1D;
    --bgmain: #004A80;
    --bgmainhv: #D21B1D;
    --bgbtntienich: #E00303;
    --container: 1200;
    --bgrgRight:linear-gradient(to right, #004A80 , #D21B1D);
    --bgrgLeft:linear-gradient(to left, #004A80 , #D21B1D);
    --bgrgTop: linear-gradient(to top, #004A80, #D21B1D);
    --bgrgBottom: linear-gradient(to bottom, #004A80, #D21B1D);
    --bgrg5: linear-gradient(to bottom, hwb(0deg 0% 0% / 0%), rgb(255 0 0 / 10%));
    --bgrg6 :linear-gradient(to right, #E00303,#D21B1D , #E00303);
    --primary-color: #192324;
    --secondery-color: #F8F8F8;
    --text-color: #283132;
    --accent-color: #7C877F;
    --white-color: #FFFFFF;
    --divider-color: #EAF0EC;
    --dark-divider-color: #FFFFFF1A;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

body {
    font-family: var(--font) ,Arial;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    margin: 0 auto;
    top: 0 !important;
    width: 100%;
}

.skiptranslate {
    height: 0;
    display: none !important;
}

#google_language_translator {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-resizer {
    background-color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    /* margin: 0; */
    padding: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

#bandoiframe iframe {
    width: 100% !important;
}

.grecaptcha-badge {
    right: 100% !important;
}

.video_iframe iframe {
    height: 275px !important;
    margin: 0;
    line-height: initial;
    width: 100% !important;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 0px 2px 0px #dc3545;
}

#popup-notify-label {
    text-align: center;
    text-transform: capitalize;
    font: 30px var(--fontB);
    color: #ed1c24;
    padding: 10px 0 0;
}


.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_row {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cut-text1 {
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cut-text2 {
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cut-text3 {
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*header*/

header {
    top: 0;
    z-index: 123;
    width: 100%;
    background: #fff;
    position: relative;
    =: 100%;
}

.topone {
    background: var(--bgmain);
    font-family: var(--fontB);
    font-size: 14px;
    color: #fff;
    padding: 3px 0;
}

.topone_flex {
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.topone_left {
    width: 30%;
    padding: 5px 0 0;
}

.topone_center {
    width: 40%;
    text-align: center;
}

.topone_right {
    width: 30%;
}

.mangxahoi_header {
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.mangxahoi_header a {
    margin: 0 0 0 5px;
}

header .wrap-top {
    padding: 0px 0;
    position: relative;
    background: #fff;
}

.wrap-top-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 10px;
    align-items: center;
    position: relative;
}

.wrap-top:after{
    position:absolute;
    content:'';
    width: calc((100% - 1200px)/2);
    height: 50px;
    background: var(--bgmain);
    right: 0;
    top: 0;
}

.logo {padding: 5px 0;}

.logo img {
    margin: 0;
    max-height: 210px;
}
.banner {
    text-align: center;
}

.banner img {
    margin: 0 auto;
    max-height: 210px;
}
.header-right{
}
.diachi-header{
    background: var(--bgmain);
    color: #fff;
    position: relative;
    font: 17px var(--font);
    padding: 0;
    height: 58px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.diachi-header:before{
    position:absolute;
    content:'';
    background: var(--bgmain);
    right: 100%;
    width: 40px;
    height: 100%;
    top: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
 
.diachi-header:after{
    position:absolute;
    content:'';
    background: var(--bgmain);
    left: 100%;
    width: 15px;
    height: 100%;
    top: 0;
}
.diachi-header i{
    padding-right: 6px;
}
.slogan-header{
    font: 14px var(--font);
    color: #fff;
    width: 50%;
}
.header-top{display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;align-items: center;padding: 10px 0;background: var(--bgmain);position: relative;height: 50px;color: #fff;}
.header-top:before{
    position:absolute;
    content:'';
    width: 38px;
    height: 50px;
    left: -37px;
    top: 0;
    background: var(--bgmain);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.wrap-top.fadeInDown .header-top{
    /* display:none; */
}
.header-mid{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.banner-header{
    width:30%;
}
.banner-header img{
    
}
.btn-lang-header{

}
.btn-lang-header a{

}
.btn-lang-header img{

}
.hotline-tuvan {
}

.adress-header{
    
}
.header-top p{
    position:relative;
    padding: 10px 0 10px 30px;
    margin: 0;
}
.header-top p:before{
    position:absolute;
    content:'';
    width: 26px;
    height: 26px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
animation-name: tada;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    transform-origin: center;
}


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

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

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

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.adress-header:before{
    background: url(../images/clock.png) left center no-repeat;
}
.email-tuvan:before{
    background: url(../images/email.png) left center no-repeat;
}
.hotline-tuvan:before{
    background: url(../images/phone.png) left center no-repeat;
}
.adress-header span{
     display:block;
     font: 15px var(--fontB);
     padding: 5px 0 0;
}
.hotline-header{
    color:#fff;
    justify-content: flex-end;
}
.hotline-header p{
    background: url(../images/hotl.png) left center no-repeat;
    color: #fff;
} 
.email-header {
    
}
.email-header i{
    font-size: 18px;
    color: #01a3ff;
}
.email-header span{
    font-size: 13px;
    color: #01a3ff;
}
.cart-header {
    padding: 0 20px 0 0;
    margin-left: 10px;
}
.cart-header a{
    font-size: 20px;
    color: #000;
    position: relative;
}
.cart-header span{
    font-size: 13px;
    position: absolute;
    top: -3px;
    width: 18px;
    height: 18px;
    background: #f3d6d6;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
}

.wrap-top-right {
    width: 30%;
}

.lang-header {
    position: relative;
    width: 150px;
    font-size: 13px;
}

.lang-header span {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 18px 0 0;
    text-align: right;
}
.lang-header img{
    width: 25px;
    margin: 0 5px 0 0;
}
.lang-header span:after {
    position: absolute;
    content: '';
    top: 8px;
    right: 4px;
    width: 0;
    height: 0;
    border-top: 6px solid #828587;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.lang-header a {
    color: #000000;
}

.slideTogglelangheader {
    display: none;
    background: #fff;
    min-width: 110px;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 999;
    margin: 0;
    list-style-type: none;
    text-align: left;
    padding: 0;
    width: 100%;
}

.slideTogglelangheader a {
    display: block;
    padding: 8px 10px;
}

.slideTogglelangheader a:hover {
    background: var(--colormainhv);
    color: #fff;
}

.slideTogglelangheader a i {
    padding: 0 0 0 4px;
    font-size: 11px;
    color: var(--colormainhv);
}

.slideTogglelangheader a:last-child {
    border: 0;
}

.dangky-dangnhap {
    position: relative;
}

.link-user-header {}

.link-user-header a {
    font: 12px MuliRegular;
    color: #000000;
    padding: 0 0 0 16px;
}

.link-user-header a.adangnhap {
    background: url(../images/icdn.png) center left no-repeat;
    padding: 0 10px 0 16px;
}

.link-user-header a.adangky {
    background: url(../images/icdk.png) center left no-repeat;
}

.hotline {
    text-align: right;
}

.hotline p {
    text-align: left;
    display: inline-block;
    padding: 5px 0 5px 55px;
    background: url(../images/hot.png) left top 5px no-repeat;
    font: 14px var(--font);
    color: #000000;
}

.hotline p span {
    display: block;
    color: #da251d;
    font: 16px var(--fontB);
    line-height: 27px;
}


/* Menu */

.menu {
    background: transparent;
    margin: 10px 0 10px;
}
.grid-menu{
    display: grid;
    grid-template-columns: 1fr 46px;
    gap: 10px;
    align-items: center;
    position: relative;
    align-content: center;
}
.row-menu {
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;
}

.menu ul#main-nav {
    width: 100%;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}

.menu ul li {
    position: relative;
    z-index: 99;
    flex-grow: 1;
}
.menu #main-nav .span-menu{
    background: #237FBB;
    height: 58px;
    width: 1px;
}
.menu ul#main-nav > li > a{
}
.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    color: #333333;
    margin: 0px;
    padding: 15px 0px;
    text-transform: uppercase;
    font-family: var(--fontMedium);
}
.menu ul#main-nav > li > a{height: 50px;line-height: 50px;padding: 0;}
.menu ul#main-nav > li > a >i{
   font-size: 20px;
}
.menu ul#main-nav > li > a img{
    height:24px;
    /* margin: 0; */
    vertical-align: middle;
}
.menu ul#main-nav > li > a:hover,
.menu ul#main-nav > li > a.active  {
  color:var(--colormainhv);
}

.menu ul li:hover>a {
   color:var(--colormainhv);
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid #999898;
    text-transform: capitalize;
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px;
}

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px 15px;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}


/* Search */

/* Search */
.btn-open-search {
    border: 0;
    box-shadow: none;
    border-radius: 50%;
    width: 46px;
    height: 36px;
    background: transparent;
    font-size: 17px;
    color: #000;
}
.search {
    width: 200px;
    height: 48px;
    z-index: 999;
    line-height: normal;
    display: flex;
    transition: 0.3s all;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 25px;
    position: absolute;
    right: 0;
    bottom: -46px;
    opacity: 0;
    border: 1px solid  var(--bgmain);
}

.search p {
    width: 46px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    text-align: center;
    background: var(--bgmain);
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    border: 0;
    position: absolute;
    right: 0px;
    /* top: 0; */
}

.search input {
    width: 100%;
    height: 48px;
    outline: none;
    padding: 0;
    border: 0px;
    background: transparent;
    text-indent: 20px;
    border-radius: 25px;
    font: 16px var(--font);
    color: #000;
    border: 0;
}

.search input::-webkit-input-placeholder,
.search input:-moz-placeholder,
.search input::-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #000;
}

.menu.fadeInDown {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0 auto;
}
.menu.fadeInDown .grid-menu{
    width: 1200px;
    margin: 0 auto;
    
}
.menu.fadeInDown ul li ul{
    background: var(--bgrgRight);
}
.menu.fadeInDown .logo img{
    max-height: 50px;
}

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

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

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

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


/* Breadcrumb */

.breadCrumbs {
    /* background-color: #eee; */
}

.breadCrumbs .wrap-content {
    padding: 15px 0px;
    max-width: 1200px;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--colormainhv);
}
.wrap_share{
    display: flex;
}
.time-main {
    margin-bottom: 0.75rem;
    color: #000;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.time-main i {
    font-size: 25px;
    color: #b7b5b5;
    margin-right: 3px;
}

.time-main span {
    display: inline-block;
    color: #858585;
    padding-left: 3px;
    font-size: 13px;
}

.share {
    padding: 15px 10px 10px 10px;
    line-height: normal;
    background: #f1f1f1;
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 15px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 10px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover,
.list-news-other li a:hover span {
    color: #008de1;
}

.list-news-other li a span {
    font-style: italic;
    color: #919191;
    font-size: 12px;
}

.wrap-main {
    margin: 15px 0;
}

.wrap-main.wrap-home {
    margin: 0;
}


/* Toc */

.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}
#bandoiframe-footer{
    border-radius:20px;
    border:4px solid #Fff;
    overflow:hidden;
    height: 400px;
}
#bandoiframe-footer iframe{
    width: 100% !important;
    margin: 0;
    height: 100% !important;
}
#footer-map {
    position: relative;
    height: 350px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}


/* Like Share */

.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}


/* Phân Trang  */

.pagination>li>a,
.pagination>li>span {
    float: initial;
    display: inline-block;
    color: var(--colormainhv);
    border-color: var(--bgmainhv);
}

.page-item.active .page-link {
    background-color: var(--bgmainhv);
    border-color: var(--bgmainhv);
}

.page-link {
    color: var(--color-main);
}

.page-link:hover {
    color: var(--color-hv-main);
}

.pagination {
    margin: 10px 0;
    display: block;
    text-align: center;
}

.pagination-home .pagination .page-item .page-link {
    color: var(--colormainhv);
    font-size: 13px;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--bgmainhv);
    border-color: var(--bgmainhv);
}


/* Phân Trang Ajax */

.pagination-ajax {
    text-align: center;
    margin: 10px 0 10px;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: var(--bgmainhv);
    color: #fff;
    border-color: var(--bgmainhv);
}


/* Popup custom */

.modal-custom .modal-footer {
    padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
    font-size: 14px;
}


/* Popup */

#popup .modal-body {
    padding: 0px;
}


/* Hidden Google Captcha */

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}


/* Hidden Check Grammar Coccoc */

coccocgrammar {
    display: none;
}


/* Scroll Top */

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 18px;
    display: none;
    z-index: 99;
    cursor: pointer;
}
.body-noroll .scrollToTop{
    display: none !important;
}


/* Transition All */

.transition {
    transition: 0.3s ease-out;
}


/* Scale IMG */

img {
    margin: 0 auto;
    max-width: 100%;
}

.img_ {
    overflow: hidden;
    display: block;
    position: relative;
}

.img_ img {
    transition: 0.3s ease-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.img_:hover>img,
.img_:hover a img {
    transition: 0.3s ease-out;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.padding {
    padding: 30px 0;
}
/*service*/

.dichvu-item {margin: 10px 0;}

.dichvu-item-img {border-radius: 15px;overflow: hidden;}
.dichvu-item-img  img{
    width: -webkit-fill-available;
}
.dichvu-bot{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.dichvu-ri{
    width: calc(100% - 52px);
    padding-left: 15px;
}
.dichvu-item-img  img.icondv{
    width: 80px;
    border-radius:50%;
    margin-top: -40px;
    position:relative;
}
.dichvu-item-desc{
    min-height: 50px;
    color:#333;
    font: 14px var(--fontB);
    line-height: 25px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp:2;
    -moz-webkit-line-clamp:2;
    -ms-webkit-line-clamp:2;
    -o-webkit-line-clamp:2;
    -webkit-line-clamp:2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 0px;
}
.dichvu-item-name {
    padding: 14px 0 0;
    margin: 0;
}

.dichvu-item-name a {
    color: var(--bgmain);
    font: 18px var(--fontB);
    display: block;
    line-height: normal;
    text-transform: uppercase;
}

.dichvu-item-name a:hover {
    color: var(--colormainhv);
}

/*service*/
/*post*/

.post-item {
    margin: 10px 0;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.post-item-img {
    /* width: 36%; */
}

.post-item-content {
    /* width: 64%; */
    /* padding: 0 0 0 14px; */
}

.post-item-name {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: 31% 28px 35px 28px;
    transition: 0.4s;
    color: #fff;
    text-align: center;
}

.post-item-name a {
    font: 18px var(--fontB);
    display: block;
    line-height: normal;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
}

.post-item-name a:hover {
    color: var(--colormainhv);
}

.post-item-date {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-style: italic;
}

.post-item-des {
    color: #fff;
    font: 14px var(--font);
    margin-top: 5px;
    line-height: 22px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-link-detail {
    margin: 10px 0 0;
}

.post-link-detail>a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 8px 30px 10px;
    color: #fff;
    text-transform: capitalize;
    font: 15px var(--font);
}

.post-link-detail>a:hover {
    background: var(--bgmainhv);
    color: #fff;
}
/*post*/

/*news*/

.box_news {
    margin: 10px 0;
}

.img_news {
    width: 36%;
}

.content_news {
    width: 64%;
    padding: 0 0 0 14px;
}

.name_news {}

.name_news a {
    color: #333;
    font: 16px var(--fontB);
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.name_news a:hover {
    color: var(--colormainhv);
}

.date_news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-style: italic;
}

.des_news {
    color: #333333;
    font: 14px var(--font);
    margin-top: 5px;
    line-height: 22px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*news*/



.section-bannerqc {
    margin: 0;
    text-align: center;
}

.section-bannerqc img {
    margin: 0 auto;
}


/*album*/
.position-relative {
    position: relative !important;
}
.grid-item.item_project {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.album_decor{
    position: relative;
    overflow: hidden;
    display: block;
}
.album_decor:after {
    position: absolute;
    content: '';
    bottom: 0.5px;
    left: 0.5px;
    right: 0.5px;
    background: linear-gradient(to top, black, transparent);
    height: 50%;
    pointer-events: none;
    z-index: 1;
}
.album_decor img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.album_index_name{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-bottom: 0;
    padding: 0 10px;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 2;
    color: #fff;
}

.album_decor:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.album_decor:hover .album_index_name{
    opacity: 1;
}

.hover_sang3 {
    position: relative;
    display: block;
    padding: 1px;
}

.hover_sang3:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-top: 1px solid var(--color-static);
    border-bottom: 1px solid var(--color-static);
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.hover_sang3:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid var(--color-static);
    border-right: 1px solid var(--color-static);
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.hover3:hover .hover_sang3:before, .hover3:hover .hover_sang3:after ,.hover_sang3:hover:before, .hover_sang3:hover:after {
    border-radius: 0px;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.pic-hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.hover3:hover .pic-hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.section-thuvienanh {
    padding: 40px 0;
}

.tva_img {
    margin: 10px 0;
    border-radius: 10px;
}

.tva_img img {
    border-radius: 10px;
}

.tva_name {
    transition: all 0.5s ease;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font: 15px var(--fontB);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: 20px 10px 10px;
}

.tva_name a {
    color: #fff;
}

.tva_img:hover .tva_name {
    bottom: 0;
}

.tva_img .tva_name a:hover {
    color: yellow;
}


/*album*/

/*form*/

.section-dangkynhantin {
    padding: 40px 0 ;
}

.des-form{
    text-align: center;
    font: 16px var(--font);
    color:#2E3740;
    margin: 0 0 20px 0;
}

.input_ {
    margin: 0 0 16px 0;
}

.input_ input,
.input_ textarea {
    width: 100%;
    border-radius: 5px;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    text-indent: 15px;
    height: 45px;
    border: 1px solid;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    border-color: #e5e5e5;
}

.input_ textarea {
    resize: none;
    height: 210px;
    padding-top:10px;
}

.input_ input:focus,
.input_ textarea:focus {
    box-shadow: none;
    outline: 0;
}

.input_ input::-webkit-input-placeholder,
.input_ textarea::-webkit-input-placeholder {
    color: #000;
}

.newsletter-button {
    text-align: center;
    margin: 12px 0 0;
}

.newsletter-button input {
    width: 180px;
    height: 45px;
    border-radius: 25px;
    background: var(--bgmain);
    color: #fff;
    text-transform: uppercase;
    font-family: var(--fontB);
    font-size: 16px;
    text-align: center;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0 auto;
}

.newsletter-button input:focus {
    outline: 0;
}

.newsletter-button input:hover {
    color: yellow;
}

/*form*/
.mangxahoi_header a img:hover,
.mangxahoi_footer a img:hover,
.zalo-share-button:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s ease;
}

/*footer*/

footer {
    color: #fff;
    position: relative;
    padding: 50px 0 0px;
    background: var(--bgmain);
}

footer>.container{
    position:relative;
}
.row_footer {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
}

.footer1 {
    width: 300px;
}

.footer2 {
    width: 160px;
}

.footer3 {
    width: 340px;
}
.footer4 {
    width: 25%;
}
.line-ft{
    width:1px;
    /* height:100%; */
    background: linear-gradient(to bottom,  rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 80%) 50%, rgb(255 255 255 / 0%) 100%);
    margin: 0 20px;
}
#fanpage-facebook-box{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tilte-fc-ft{
    width: 44px;
    height: 100%;
    /* writing-mode: vertical-lr; */
    /* text-orientation: mixed; */
    transform-origin: left top;
    white-space: nowrap;
    color: #022543;
    font-size: 20px;
    text-decoration: underline;
    transform: translateX(5px) translateY(63px) rotate(270deg);
    text-transform: uppercase;
}

.tilte-fc-ft {}
#fanpage-facebook{
    width: calc(100% - 50px);
}
#fanpage-facebook .fb_iframe_widget{
    border-radius:15px;
    overflow:hidden;
}
.logo-footer{

}
.logo-footer img{
    max-height: 160px;
}
.noidungfooter code {
    padding: 2px 4px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}

.compayname {
    text-transform: uppercase;
    font: 20px var(--fontB);
    color: yellow;
    padding: 0 0 15px;
}
.logoft{
    text-align:center;
    width: 200px;
}
.line-footer{
    height:1px;
    width:80%;
    margin: 40px auto;
    background: linear-gradient(to right, rgb(255 255 255 / 0%), #fff,  rgb(255 255 255 / 0%));
}
.info_footer {
    margin: 25px 0 20px 0;
    font: 15px var(--font);
}

.info_footer p {
    margin: 20px 0;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font: 16px var(--fontB);
    color: #333333;
}

.info_footer p span{
    font-family: var(--fontB);
    padding-right: 5px;
}
.info_footer p i{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ttft1 {
    text-transform: uppercase;
    font: 18px var(--fontB);
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    position:relative;
}
.ttft1:after{
    position:absolute;
    content:'';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background:#fff;
}
 .chinhsach{ 
 }
.chinhsach a {
    font: 14px var(--font);
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
}
.chinhsach span{
    
}
.chinhsach span:last-child{
    display:none;
}
/* .chinhsach a:before{
    position:absolute;
    content:'';
    left:0;
    top:7px;
    background:#fff;
    border-radius:100%;
    height:5px;
    width:5px;
} */

.chinhsach a:hover {
   color:yellow;
}

.mangxahoift {/* margin: 26px 0 0; */gap: 5px;}

.mangxahoift img {
    max-width: 30px;
}

.mangxahoift a {
}
.copppy{
    font: 14px var(--font);
    color: #fff;
    padding: 20px 0;
    background: var(--bgmainhv);
}

.coppyright {
   padding: 20px 0;
   text-align: center;
   color: #fff;
   background: var(--bgmain);
   font: 16px var(--font);
}

.thongke {
    text-align: right;
}

.thongke span {
    padding: 0 5px;
}


/*pro*/

.pro {text-align: center;margin: 10px 0;}
.img_pro{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.img_pro img{
}
.name_pro {
    margin: 0;
    padding: 13px 0 0;
} 
.name_pro a {
    text-transform: uppercase;
    font: 18px var(--fontB);
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name_pro a:hover {
    color: var(--bgmainhv);
}

.price_pro {
    font: 18px var(--font);
    padding-bottom: 5px;
}

.price_pro span.giamoi {color: var(--bgbtntienich);font-family: var(--fontRSB);font-size: 18px;}
.price_pro a {padding: 10px 30px;color: #fff;background:var(--bgmain);border-radius: 25px;display: inline-block;}
.price_pro span.giacu {
    font: 13px var(--font);
    color: #616060;
    text-decoration: line-through;
}
.title-dichvu a:hover{
     color:yellow   
}

.ab_pro {
    position: absolute;
    width: 100%;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-family: QuickSandRegular;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
    justify-content: center;
    opacity: 0;
    z-index: 1;
}


.pro .ab_pro span.cart-add,
.pro .ab_pro a.view_product,
.pro .ab_pro a.like_product {
    font-size: 17px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
    background: var(--bgbtntienich);
    color: #fff;
}

.pro .ab_pro a.like_product {
    border: 0;
    color: #000;
}

.pro .ab_pro a.like_product:hover,
.pro .ab_pro a.like_product.liked {
    color: pink;
}

.pro .ab_pro span.cart-add:hover,
.pro .ab_pro a.view_product:hover {
  
}

.thongbaolike {
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
    background: rgb(228 159 2);
    color: #fff;
    padding: 10px;
    font: 14px MuliRegular;
}


/*pro*/



/*media*/

.section-media {}

.title_media {
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #ff6600;
    padding: 0 0 5px 13px;
    margin: 0px 0 25px 0;
    font: 25px var(--fontB);
    color: #333333;
}

.media_left {
    padding-right: 8px;
    width: 65%;
}

.media_right {
    width: 35%;
}

.row_news_index {
    display: grid;
    grid-template-columns: 1fr 364px 508px;
    gap: 15px;
    width: 100%;
}
.title-news{
    
}
.title-news span{
    display: inline-block;
    position: relative;
    padding: 0 10px 0 0;
    min-height: 18px;
    font: 40px var(--fontPF);
    color:#0560AE;
    text-transform: capitalize;
}
.title-news span::before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    width: 50px;
    height: 18px;
    background: url(../images/line.png) no-repeat center center;
    left: 100%
}
.title-news .textindex1{
    font: 14px var(--font);
    color:#333333;
    margin: 20px 0;
    line-height: 22px;
}
.title-news a{
    display: inline-block;
    background: #0560AE;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    position: relative;
}
.title-news a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: #0560AE;
    right: -3px;
}
.row_news_index img{
    border-radius:10px;
}

.news_index_left {

}
.news_first_box{
        padding: 10px;
    border-radius: 15px;
    background: #E8F8FF;
}
.news_index_right {

}
.newshome-right{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px; /* Khoảng cách giữa các item */
}
.newshome-scroll {
    height: 380px;
    overflow: hidden;
}

.news_index_box {
 padding: 10px 10px 0;
 border: 1px solid var(--bgmain);
 margin: 10px 0;
 background: #Fff;
}

.news_index_img {
    
}
.news_index_img img{
    margin: 0;
}
.news_index_content { 
}
.news_index_content{
    text-align: center;
}
.news_index_name {
  padding: 15px 0 10px;
}
.news_index_date{
 width: 60px;
 font: 26px var(--fontB);
 border: 2px solid var(--bgmain);
 text-align: center;
 padding: 8px 0 5px;
 line-height: 25px;
}
.news_index_date span{
    display:block;
    width: 100%;
    font-size: 15px;
    font-family: var(--fontB);
}

.news_index_name a {
    font: 18px var(--fontB);
    text-transform: uppercase;
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
}
.news_index_desc{
    text-align: left;
    min-height: 69px;
    font: 14px var(--font);
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    margin: 2px 0 0px 0;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_index_seemore {
    
}

.news_index_xt {
    margin: 10px 0 0;
}
.news_index_xt a{
    display: inline-block;
    background: var(--bgmain);
    color: #fff;
    padding: 10px 30px;
}
.news_index_xt a:hover{
    background:var(--bgmainhv);
}

.news_index_seemore a {padding: 10px 30px;color: #fff;background:var(--bgmain);border-radius: 25px;display: inline-block;}
.news_index_seemore a:hover{
    color:yellow;
}
.news_index_describe {
    font: 13px var(--font);
    line-height: 20px;
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_first_name {
    padding: 14px 0 0;
}

.news_first_name a {
    font: 20px var(--font);
    color: #2D2A24;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_first-date{
     font: 14px var(--font);
     color:#AAAAAA;
     padding: 5px 0;
}
.news_first_describe {
    font: 14px var(--font);
    line-height: 21px;
    color: #333333;
    display: -webkit-box;
    margin: 5px 0 15px 0;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_first_describe p{
    margin: 0;
}
.news_first_sm a {
    display: inline-block;
    padding: 10px 20px;
    background: var(--bgmainhv);
    color: #fff;
    font: 14px var(--font);
    border-radius: 25px;
}

.news_first_sm a:hover {
    color: yellow;
}

.news_first_name a:hover,
.news_index_name a:hover,
.ul_mn>ul li a:hover,
.menu .ul_mn li ul li a:hover {
    color: var(--colormainhv);
}


/*media*/
.video_row {
    position: relative;
    padding-right: 60px;
}

.video_left {
    width: 100%;
}

.video_right {
    width: 36%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 290px;
    overflow: hidden;
}

.video_slick_it {
    padding: 0;
    cursor: pointer;
    border: 5px solid #fff;
    margin: 5px 0;
}

.video-main iframe {
    width: 100% !important;
    height: 400px !important;
    display: block;
}

#video-select .listvideos {
    width: 100%;
    border-radius: 0;
    height: 34px;
    padding: 0 10px;
}

.video_img {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.video_name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 20px 20px 70px;
    background: rgba(0, 0, 0, 0.64) url(../images/play.png) left 20px center no-repeat;
    color: #fff;
    font: 15px var(--font);
}

.video_name:hover {
    color: yellow;
}
    

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}

#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper.show1 #wrap {
    background: transparent
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
    opacity: 0;
}

@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

.wrap-top.on-show .logo {
    -webkit-animation: aiv_slide_left 1.2s;
    animation: aiv_slide_left 1.2s;
}

.wrap-top.on-show .banner {
    -webkit-animation: aiv_slide_down 1.2s;
    animation: aiv_slide_down 1.2s;
}

.wrap-top.on-show .hotline {
    -webkit-animation: aiv_slide_right 1.2s;
    animation: aiv_slide_right 1.2s;
}

.menu.on-show ul#main-nav li:nth-child(1) {
    -webkit-animation: aiv_slide_right 0.65s;
    animation: aiv_slide_right 0.65s;
}

.menu.on-show ul#main-nav li:nth-child(2) {
    -webkit-animation: aiv_slide_right 0.7s;
    animation: aiv_slide_right 0.7s;
}

.menu.on-show ul#main-nav li:nth-child(3) {
    -webkit-animation: aiv_slide_right 0.75s;
    animation: aiv_slide_right 0.75s;
}

.menu.on-show ul#main-nav li:nth-child(4) {
    -webkit-animation: aiv_slide_right 0.8s;
    animation: aiv_slide_right 0.8s;
}

.menu.on-show ul#main-nav li:nth-child(5) {
    -webkit-animation: aiv_slide_right 0.85s;
    animation: aiv_slide_right 0.85s;
}

.menu.on-show ul#main-nav li:nth-child(6) {
    -webkit-animation: aiv_slide_right 0.9s;
    animation: aiv_slide_right 0.9s;
}

.menu.on-show ul#main-nav li:nth-child(7) {
    -webkit-animation: aiv_slide_right 0.95s;
    animation: aiv_slide_right 0.95s;
}

.menu.on-show ul#main-nav li:nth-child(8) {
    -webkit-animation: aiv_slide_right 1.0s;
    animation: aiv_slide_right 1.0s;
}

.menu.on-show ul#main-nav li:nth-child(9) {
    -webkit-animation: aiv_slide_right 1.1s;
    animation: aiv_slide_right 1.1s;
}

.menu.on-show ul#main-nav li:nth-child(10) {
    -webkit-animation: aiv_slide_right 1.2s;
    animation: aiv_slide_right 1.2s;
}

@-webkit-keyframes aiv_slide_left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes aiv_slide_left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes aiv_slide_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes aiv_slide_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes aiv_slide_up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes aiv_slide_up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes aiv_slide_down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes aiv_slide_down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.effect-run {}

.effect-run a {
    display: block;
}

.effect-run canvas {
    top: -2px;
    left: -2px;
}

.effect-run img {
    margin: 0 !important;
}

.album_itema {
    margin: 10px;
    display: block;
}

.name-album {
    font: 16px var(--fontB);
    line-height: 18px;
    color: var(--colormain);
    text-transform: uppercase;
    padding: 10px 0 0;
    text-align: center;
}

.img_album {
    margin: 10px 0;
}

.tags-pro-detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tags-pro-detail a {
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin: 2px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    float: left;
    margin: 5px 5px 0px 0px;
}
.tabs-pro-detail{
    margin: 20px 0 0;
}
.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    background: #eee;
    padding: 14px 15px;
    font-size: 17px;
    border-left: 1px solid #d9d9d9;
}
.tabs-pro-detail .ul-tabs-pro-detail li:first-child{
    border: 0;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: var(--bgmainhv);
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

.title-main{
    text-align: center;
    margin:10px 0 15px;
    font: 35px var(--fontRSB);
    color: #005389;
    text-transform: uppercase;
}

.title-main span{
    display: block;
}


.title-main p{}

.title-home {
    text-align: center;
    margin:0px 0 20px;
    font:  36px var(--fontPlayfair9pt);
    color: var(--colormain);
    text-transform: uppercase;
    padding:  0 0 20px 0;
    background: url(../images/line.png) bottom center no-repeat;
}
.title-home h3{
    margin: 0;
    font: 46px var(--fontB);
    color:var(--bgmain);
    text-transform:uppercase;
} 
.title-home h3 span{
     color: var(--bgbtntienich);
}
.title-home p{
   font: 14px var(--fontB);
    color:#333333;
}
.title-home-white{
    color:#fff;
}
.number {}

.number-item {
    width: calc(100% / 3);
    padding-right: 10px;
}

.number-run {
    font: 30px var(--fontB);
    color: var(--colormainhv);
    margin: 0 0 15px 0;
}

.number-des {
    font: 14px var(--font);
    color: #000;
}
/*about*/

.choose_list{
    text-align: center;
    margin: 0 0 20px 0;
    justify-content: center;
}
.choose_list span{
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    margin:  2px;
    font-family: var(--font);
    text-transform: capitalize;
    color: #000;
    transition: 0.2s all;
    font-size: 16px;
    background:#E2E2E2;
}
.choose_list span.active,
.choose_list span:hover{
    background: var(--bgmain);
    color: #fff;
}

.title-list{text-align: center;margin: 0 0 20px 0;justify-content: center;}
.title-list span{
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    margin:  2px;
    font-family: var(--fontMedium);
    text-transform: capitalize;
    color: #333333;
    transition: 0.2s all;
    font-size: 16px;
    background: #E2E2E2;
}
.title-list span.active,
.title-list span:hover{background: var(--bgmain);color: #fff;}
/* camnhan */

.slick_camnhan_img .slick-prev:before,.slick_camnhan_img .slick-next:before{
    content: '';
}
.slick_camnhan_img .slick-prev,.slick_camnhan_img .slick-next{
    width: 52px;
    height: 52px;
    background: url(../images/l.png) center no-repeat;
    position: absolute;
    left: -45px;
}
.slick_camnhan_img .slick-next{
   background: url(../images/r.png) center no-repeat;
   right: -45px;
   left: initial;
}
.slick_camnhan_content .slick-slide .camnhan-content{
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity:0;
    transition: 0.8s all;
}
.slick_camnhan_content .slick-slide.slick-current.slick-active .camnhan-content{
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity:1;
}
/* camnhan */


/* layout-right */
.box-danhmucsp{

}
.danhmucsp-item{
    width: calc(100% / 6);
    border: 1px solid #fff
}
.danhmucsp-name{

}
.danhmucsp-name a{
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 10px;
    display: block;
}
.title-danhmucsap{
    margin: 0 0 10px 0;
}
.left-detail {
    position: relative;
    float: left;
    width: calc(100% - 300px);
    background: white;
    text-align: inherit;
    padding-right: 20px;
}
.right-detail {
    width: 280px;
    float: right;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}
.title-right {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    background: var(--bgmainhv);
    padding: 10px;
    font-family: var(--fontB);
    color: #fff;
    margin: 0;
}

.menu-right, .menu-right ul {
    padding: 0px;
}
.menu-right{
    padding: 10px;
    font-size: 14px;
    font-family: var(--font);
}
.menu-right li {
    list-style: none;
    padding: 10px 0px;
    background: url(../images/icondm-lur.png) no-repeat left 17px;
    padding-left: 20px;
}
.menu-right li a {
    color: #333;
    font-family: var(--fontB);
}
.menu-right ul li {
    border-bottom: 1px solid var(--bgmainhv);
    padding: 10px 0px;
    background: none;
}
.menu-right ul li a {
    font-family: var(--font);
}
.post-right-slick-item {
    margin: 5px 0;
}
.post-right-slick-img{
    width: 30%;
}
.post-right-slick-content{
    width: 70%;
    padding: 0 0 0 10px;
}
.post-right-slick-name{

}
.post-right-slick-name a{
    font: 15px var(--fontB);
    text-transform: capitalize;
    color: #151515;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-right-slick-name a:hover{
    color: var(--colormainhv);
}   
.post-right-slick-des{
    font: 13px var(--font);
    color: #0d0d0d;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slick-slide *{
    outline: none;
}
/* layout-right */



/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(143 143 143 / 20%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--bgmainhv);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--bgmain), var(--bgmainhv));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path { 
    fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: var(--bgmainhv);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
    box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
    color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
    stroke: var(--black-blue);
}
.switch,
.circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
} 
.switch {
    width: 80px;
    height: 4px;
    border-radius: 27px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    position: fixed;
    right: 50px;
    top: 75px;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
  z-index: 33333;
    transition: all 300ms linear;
}
.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--black-blue-light-3);
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
    box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.circle:before {
    position: absolute;
    font-family: 'unicons';
    content: '\eac1';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 1;
    color: var(--grey);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.circle:after {
    position: absolute;
    font-family: 'unicons';
    content: '\eb8f';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    color: var(--yellow);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.switched {
}
.switched .circle {
    left: 45px;
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    background: var(--black-blue);
}
.switched .circle:hover {
    box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.switched .circle:before {
    opacity: 0;
}
.switched .circle:after {
    opacity: 1;
}

.section-pronb{

}
.pro1-item{display: flex;flex-wrap: wrap;/* align-content: center; */justify-content: space-between;/* align-items: center; */width: 100%;background: #F5F5F5;margin: 30px 0;}
.pro1-item:nth-child(2n+1){flex-direction: row-reverse;}
.pro1-item:nth-child(2n+1) .pro1-left{
    padding-left: 4.16667rem;
    padding-right: calc((100% - 1200px) / 2);
    border-left: 10px solid #fff;
}
.pro1-left{
    width: 45%;
    padding-left: 4.16667rem;
    border-right: 10px solid #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 4.16667rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pro1-right{
    width: 55%;
    /* flex-grow: 1; */
    text-align: center;
}
.img_pro1{width: 100%;}
.name_pro1{width: 100%;padding: 20px 0 0;margin: 0;}
.name_pro1 a{
    color:var(--colormainhv);
    font: 32px var(--font);
}
.name_pro1 a:hover{
    
}
.des_pro1{
    width: 100%;
    color: #000000;
    font: 16px var(--font);
    margin: 20px 0;
}
.timhieuthem{
width: 100%;
}
.timhieuthem a{
    display: inline-block;
    font-family: var(--font);
    font-size: 15px;
    color: var(--colormain);
    /* padding: 10px 20px; */
    /* border: 1px solid  var(--bgmainhv); */
    text-transform: capitalize;
    /* background-color: #e6f1f1; */
}
.timhieuthem a:nth-child(2){
    color:#fff;
    background: var(--bgmain);
    margin-left:10px;
}
.timhieuthem a:hover {
    
}
.timhieuthem a i{
    padding: 0 0 0 10px;
}
.pro1-right img{
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* border-radius: 5.3125rem; */
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
}

.section-nhansu{

}
.nhansu-row{

}
.col-nhansu{
    padding: 0 10px;
}
.nhansu-item{
    text-align: center;
    margin:10px 0;
}

.nhansu-img{

}
.nhansu-img img{
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--bgmainhv);
    border-radius: 100%;
    transition-duration: 0.3s;
}
.nhansu-name{
    padding:15px 0 0;
    text-transform: capitalize;
    color:var(--colormainhv);
    font: 18px var(--fontB);
}
.nhansu-name span{
    text-transform: none;
    color:#2E3740;
    font: 16px var(--font);
    display: block;
    margin:20px 0 0;
}

.download-taptin{

}
.download-taptin a{display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;align-items: center;margin: 8px 0;padding-bottom: 8px;border-bottom: 1px solid #e6e6e6;color: #000;font: 15px var(--font);}
.download-taptin a span{display: inline-block;border: 1px solid var(--bgmainhv);padding: 10px 20px;border-radius: 25px;font-size: 14px;color: var(--bgmainhv);}
.download-taptin span i{

}
.download-taptin a span:hover{
    background: var(--bgmainhv);
    color:#fff;
}
.doitac_img{
    padding: 10px;
    margin: 5px 0;
}
.doitac_img img{
    max-height: 80px;
}


.slick-slide *:focus {
    outline: 0;
}

.section-video {}
.video-item-home{

}
.contact-fomr-info-box{position: relative;text-align: left;}
.contact-fomr-info-box img{
    margin: 0;
}
.contact-fomr-info{text-align: left;position: absolute;background: #23252D;color: #Fff;padding: 30px;right: 0;bottom: 0;}
.info-item-ct{margin: 15px 0;}
.info-item-ct p{
    color: #fff;
    font-size: 15px;
    font-family: var(--fontB);
    margin: 0 0 5px 0;
}
.info-item-ct p i{
    padding: 0 5px 0 0;
}
.info-item-ct a,
.info-item-ct span{
    display: block;
    color: #fff;
    padding: 0 0 0 25px;
}
.mangxahoi_contact{
    margin: 30px 0 0 ;
}
.mangxahoi_contact a{
    margin: 0 5px 0 0;
}
.mangxahoi_contact a img{
    max-height: 28px;
}
.bannerlayout{
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center; /* Căn giữa ngang */
    align-items: center; /* Căn giữa dọc */
    height: 350px;
    overflow: hidden;
}
.bannerlayout img{
    width: -webkit-fill-available;
    margin: 0 auto;
}
.bannerlayout::before{
    position: absolute;
    content: '';
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

/* Breadcrumb */

.breadCrumbs {
    background-color: #eee;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 10px;
    max-width: 1200px;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--color-gray);
}


.title-delaithongtinlienhe{
    text-align: center;
    font: 30px var(--fontUVN);
    color:var(--colormainhv);
    margin: 10px 0 20px 0;
}
.newsletterfooter{display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;align-items: center;padding: 30px 0 0;}

.newsletterfooter-title{width: 50%;font-size: 18px;font-family: var(--fontB);}
.newsletterfooter-title p{
    padding: 0;
    margin: 0;
    font-family: var(--font);
    font-size: 14px;
}
.form-newsletterfooter{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.input_footer {
    width: calc(100% - 45px);
}

.input_footer input,
.input_footer textarea {
    width: 100%;
    border-radius: 0;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    text-indent: 15px;
    height: 50px;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background-color: #2e313b;
    border-color: #e5e5e5;
}

.input_footer textarea {
    resize: none;
    height: 100px;
    padding-top:10px;
}

.input_footer input:focus,
.input_footer textarea:focus {
    box-shadow: none;
    outline: 0;
}

.input_footer input::-webkit-input-placeholder,
.input_footer textarea::-webkit-input-placeholder {
    color: #fff;
}

.newsletterfooter-button {
    width: 45px;
}

.newsletterfooter-button button {
    width: 45px;
    height: 50px;
    border-radius: 0;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-family: var(--fontB);
    font-size: 16px;
    text-align: center;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0 auto;
}

.newsletterfooter-button button:focus {
    outline: 0;
}
.section-productHome{
    padding: 40px 0;
}

.row-dichvu{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Chia thành 3 cột bằng nhau */
    gap: 30px;
}
.col-dichvu{
    border: 1px solid #FFD013;
    background: #fff;
    border-radius: 50px;
    padding: 20px 10px;
}


.congtrinh-item{
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.congtrinh-item a{
    display: block;
}
.congtrinh-item img{

}

.congtrinh-name{
    color:#fff;
    font: 26px var(--fontB);
    text-transform: uppercase;
    position: absolute;
    left:0;
    bottom: 0;
    padding: 25px 25px;
    width: 100%;
    z-index: 9;
    margin: 0;
    background: linear-gradient(to top, #000, rgb(0 0 0 / 0%));
}
.congtrinh-name span{
    display: block;
    font: 14px var(--font);
}

.congtrinh-name:hover{
    color:var(--colormainhv);
}
.congtrinh-name:hover span{
    color:#fff;
}

.img-hover-n{
    position:relative;
    overflow:hidden;
    display: block;
}
.img-hover-n:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.img-hover-n:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.contrinhs-choose{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 25px 0 30px 0;
    gap: 5px;
}
.contrinhs-choose span{
    cursor: pointer;
    font:16px var(--fontB);
    text-transform: capitalize;
    margin: 0 10px;
    position: relative;
}
.contrinhs-choose span:hover,
.contrinhs-choose span.active{
    /* text-decoration: underline; */
}

.contrinhs-choose span:after, .contrinhs-choose span:before {
    content: '';
    position: absolute;
    left: 0px;
   
    width: 100%;
    height: 2px;
    background-color:#7C877F;
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    transform: scaleX(0);
}
.contrinhs-choose span:after{
     bottom: -8px;
}
.contrinhs-choose span:before{
     top: -8px;
}
.contrinhs-choose span:hover:before, 
.contrinhs-choose span.active:before, 
.contrinhs-choose span:hover:after, 
.contrinhs-choose span.active:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.section-contrinh{
    
}
.title-contrinh-row{display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;align-items: center;margin: 0 0 25px 0;}
.title-contrinh{width: 50%;}
.title-contrinh span{
    display:block;
    font: 16px var(--fontTitle);
}
.title-contrinh p.textcontrinh1{
    background: var(--bgrg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font: 34px var(--fontB);
    margin: 0;
    padding: 4px 0 0px;
    line-height: 34px;
}
.desc-contrinh{
    width: 50%;
    font: 16px var(--font);
}


/*about*/

.section-about {
    padding: 50px 0;
    background: url(../images/bggioithieu.png) right bottom 10% no-repeat;
}
 
.row_about {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.about_left {width: 50%;position: relative;min-height: 500px;}
.about_left a.pic-about:nth-child(2) {
    /* width: 270px; */
    /* height: 225px; */
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    border: 5px solid #fff;
    -webkit-animation: runnow 10s infinite;
    -moz-animation: runnow 10s infinite;
    -ms-animation: runnow 10s infinite;
    -o-animation: runnow 10s infinite;
    animation: runnow 10s infinite;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    box-shadow: 0px 0px 5px #e9dada;
}
.about_left a.pic-about:nth-child(3) {
    /* width: 190px; */
    /* height: 200px; */
    background: #000;
    z-index: 3;
    border: 5px solid #fff;
    -webkit-animation: run 10s infinite;
    -moz-animation: run 10s infinite;
    -ms-animation: run 10s infinite;
    -o-animation: run 10s infinite;
    animation: run 10s infinite;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    position: absolute;
    left: calc(100% - 190px);
    top: calc(100% - 110px);
    box-shadow: 0px 0px 5px #e9dada;
}
@keyframes runnow {
    0% {
        top: 0px;
        left: 10px;
        z-index: 1;
    }
    25% {
        top: calc(100% - 270px);
        left: 10px;
        z-index: 1;
    }
    50% {
        top: calc(100% - 270px);
        left: calc(100% - 290px);
        z-index: 1;
    }
    75% {
        top: 0px;
        left: calc(100% - 290px);
        z-index: 1;
    }
    100% {
        top: 0px;
        left: 10px;
        z-index: 1;
    }
}
@keyframes run {
    0% {
        top: calc(100% - 200px);
        left: calc(100% - 190px);
        z-index: 4;
    }
    25% {
        top: 0px;
        left: calc(100% - 190px);
        z-index: 4;
    }
    50% {
        top: 0px;
        left: 10px;
        z-index: 4;
    }
    75% {
        top: calc(100% - 200px);
        left: 10px;
        z-index: 4;
    }
    100% {
        top: calc(100% - 200px);
        left: calc(100% - 190px);
        z-index: 4;
    }
}
.about-video{
    overflow: hidden;
    border-radius: 15px;
    height: 390px;
}
/* .about_img-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    height: 790px;
}
 */
.about_img {

}

/* .about_img1 {
    left: 0;
    top:80px;
    animation: run 10s  infinite;
}

.about_img2 {
    right: 0;
    top:0;
    animation: runnow 10s  infinite;
} */

/* @keyframes run {
    0% {
        top: 80px;
    }
    50% {
        top: 0px;
    }
    100% {
        top: 80px;
    }
}

@keyframes runnow {
    0% {
        top: 0px;
    }
    50% {
        top: 80px;
    }
    100% {
        top: 0px;
    }
} */
.title-home1{
    margin: 0 auto;
    font: 70px var(--font);
    text-transform: uppercase;
    background: linear-gradient(to bottom, #990808 0%, #ffffff 71%, rgba(255, 255, 255, 0) 100%);
    color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    margin-bottom: -44px;
    text-align: center;
}
.title-home2{
    font: 60px var(--fontBLI);
    position:relative;
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 50px 0;
    background: url(../images/line.png) center bottom no-repeat;
}
.title-home2 span{
    display: block;
    position:relative;
    background: var(--bgrgRight);
    color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
}
.title-home2::before {
    content: attr(aria-label);
    display: block;
    font: 60px var(--fontBLI);
    color: transparent;
    text-transform: uppercase;
    margin-top: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-shadow: 2px -2px 1px rgb(83 83 83 / 60%);
    text-align: center;
    width: 100%;
}
.box-baogia .title-home2{
    font-size:40px;
    background:transparent;
    padding: 0;
}
.box-baogia .title-home2::before{
    font-size:40px;
}
.box-baogia .title-home2 span{
    
}
.about_right {
    width: 50%;
    position:relative;
    padding-left: 30px;
}
.about-text2{
    font: 50px var(--fontPlayball);
    color:var(--colormain);
    margin: 0 0 15px 0;
}
.about-text3{
    font: 24px var(--fontPlayfair9pt);
    color: var(--colormain);
}

.about-text3 span{
    
}
.about-text3 p{
    font-size: 36px;
    margin: 0;
}

.about_des {
    font: 14px var(--font);
    color: #333333;
    line-height: 26px;
    margin: 15px 0 25px;
}
.about_seemore{
    margin: 10px 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.about_seemore a.btn-xemthemgt{
    display: flex;
    font-family: var(--fontB);
    font-size: 14px;
    color: #fff;
    background: var(--bgmainhv);
    padding: 0;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 2px 0 30px;
}

.about_seemore a.btn-xemthemgt:hover {
     background: var(--bgmain);
}
.about_seemore a.btn-xemthemgt i{
    width: 46px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colormainhv);
    font-size: 22px;
    margin-left: 20px;
}
.marquee-index{
    font: 50px var(--fontB);
    color:#E7E7E7;
}
.splistnb-box{position: relative;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;align-items: center;}
.splistnb-left{width: 50%;background: #F8F8F8;padding: 40px 6%;position: relative;}
.splistnb-right{width: 50%;text-align: right;}
.splistnb-right img{
    max-width: 690px;
    margin-left: -90px;
}
.splistnb-box{
    margin: 20px 0;
    display: flex;
}
.splistnb-item{
    width: calc(100%/3);
    text-align: center;
    margin: 10px 0;
}
.splistnb-img{

} 
.splistnb-img img{
    max-width: 70px;
}

.splistnb-name{
    text-transform: uppercase;
    color:#333333;
    font: 16px var(--fontB);
    margin: 10px 0 0;
}
.title-titleNghanhhang{

}
.title-titleNghanhhang span{
    display: block;
    font: 17px var(--font);
    text-transform: uppercase;
    color: #333333;
}
.title-titleNghanhhang p{
    background: var(--bgrg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font: 34px var(--fontB);
    margin: 0;
    padding: 10px 0 5px;
    line-height: 34px;
}
.titleNghanhhang-desc{
    font: 16px var(--fontTitle);
    margin: 20px 0 25px;
}

.title-product{
    text-align: center;
    margin:10px 0 15px;
    font: 17px var(--font);
    text-transform: uppercase;
    color: #333333;
}
.title-product p{
    margin: 0;
    padding:0;
}  
.title-product span {
    display: inline-block;
    background: var(--bgrg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font: 34px var(--fontB);
    margin: 0;
    padding: 10px 0 5px;
    line-height: 34px;
}


.section-contactus{
    background: url(../images/bgform.png) center top repeat;
    background-size:cover;
    padding: 50px 0;
    overflow: hidden;
}
.contactus-box{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.contactus-left{
    width: calc(100% - 674px);
}
.contactus-mid{
    width: 28%;
    padding: 0 20px;
}
.contactus-right{
    width: 674px;
}
.contactus-title{
    text-transform: uppercase;
    color:#fff;
    font: 40px var(--fontB);
}
.contactus-title span{
    display: block;
}

.contactus-desc{
    font: 14px var(--font);
    margin: 20px 0 30px;
    color: #fff;
    line-height: 22px;
}
.contactus-link{

}
.contactus-link a{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    color:#fff;
    font: 16px var(--fontB);
    text-transform: capitalize;
    padding: 10px 20px 14px;
    line-height: 26px;
}
.contactus-link a img{
    width: 28px;
    margin-left: 25px;
}
.baogia_img{

}
.baogia_img1{
    margin-bottom: 15px;
}
.baogia_img2{

}
.box-baogia{
    position: relative;
    width: 50%;
}
.contactus-home-fanpage{
    width: 533px;
}
/* .box-baogia:after{
    position:absolute;
    content:'';
    width: 353px;
    height:387px;
    background:url(../images/afform.png) no-repeat;
    right: -219px;
    bottom: -82px;
} */
.contactus-home{

}
.contactus-home-box{}
.contactus-right .box-baogia{
    display: block !important;
}
.fancybox-container .box-baogia{
    padding: 25px 25px 50px;
}
.title-form{
    text-align: center;
    margin: 0 0 30px 0;
    color:#fff;
    font: 16px var(--font);
    text-transform:uppercase;
}
.title-form h3{
    font: 50px var(--fontPlayfair9pt);
    text-transform:uppercase;
    margin: 0;
}
.title-form p{
    font: 16px var(--font);
    text-transform: none;
    padding: 0;
    margin: 0;
}
.title-form span{
    font: 16px var(--font);
    text-transform: none;
}
.form-baogia{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.box-input_baogia{
    width: 30%;
}
.line-box-input_baogia{
    width: 1px;
    height: 114px;
    background:#fff;
}
.box-input_baogia2{
    flex-grow:1;
}

.input_baogia_col50 {
    width: calc(50% - 7px);
}
.input_baogia {
    margin: 0 0 14px 0;
    position: relative;
}

.textarea_baogia:before{
    top: 15px;
    bottom: inherit;
}
.input_baogia >i{
    position: absolute;
    left:0;
    top:0;
    color: #498DBE;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 42px;
    font-size: 17px;
}

.input_baogia input,
.input_baogia textarea {
    width: 100%;
    border-radius: 0;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    text-indent: 10px;
    height: 50px;
    border: 1px solid;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-color: transparent;
}

.input_baogia textarea {
    resize: none;
    height: 114px;
    padding-top: 13px;
}

.input_baogia input:focus,
.input_baogia textarea:focus {
    box-shadow: none;
    outline: 0;
}

.input_baogia input::-webkit-input-placeholder,
.input_baogia textarea::-webkit-input-placeholder {
    color: #000;
}

.baogia-button {
    margin: 0;
    text-align: center;
    width:100%;
}

.baogia-button input {
    width: 190px;
    height: 50px;
    border-radius: 0;
    background: var(--bgmainhv);
    color: #fff;
    text-transform: capitalize;
    font-family: var(--font);
    font-size: 16px;
    text-align: center;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 11px 0px;
    line-height: 25px;
    font-weight: 600;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.baogia-button button img{
    width: 28px;
    margin: 0 0 0 7px;
}
.baogia-button input:focus {
    outline: 0;
}
.baogia-button input:hover{
    background: var(--bgmainhv);
}
.baogia-button input:hover {
    color: yellow;
}

.section-tintucHome{
     background: #fff;
     padding: 50px 0 30px;
}
.tintucHome-item{
    margin: 10px 0;
}
.tintucHome-content{
    padding: 00px 0 0 40px;
    background: #fff;
    width: calc(100% - 40px);
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top:-40px;
    position: relative;
}
.tintucHome-date{font: 14px var(--font);color: #AAAAAA;padding: 5px 0;}
.tintucHome-date span{
 
}
.tintucHome-name{
    padding: 10px 0 5px;
}
.tintucHome-name a{
    font: 18px var(--fontSB);
    color: var(--colormainhv);
    text-decoration: none;
}
.tintucHome-desc{
    font: 14px var(--font);
     color: #333;
     display: -webkit-box;
     width: 100%;
     -webkit-webkit-line-clamp: 3;
     -moz-webkit-line-clamp: 3;
     -ms-webkit-line-clamp: 3;
     -o-webkit-line-clamp: 3;
     -webkit-line-clamp: 3;
     -webkit-webkit-box-orient: vertical;
     -moz-webkit-box-orient: vertical;
     -ms-webkit-box-orient: vertical;
     -o-webkit-box-orient: vertical;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}
.tintucHome-xemthem{
    padding: 10px 0 5px;
}
.tintucHome-xemthem a{
    font: 14px var(--font);
    color: var(--colormainhv);
    text-decoration: none;
}
.tintucHome-xemthem a i{
    padding:0 0 0 10px;
}

.input_baogia .invalid-feedback{
    /* color: yellow; */
    margin-top:5px;
}
.left-project-detail{

}
.right-project-detail{

}
.project-detail-list{
    border: 1px solid #EAF0EC;
    padding: 30px;
    margin-bottom: 60px;
}

.project-detail-item{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.project-detail-item:last-child{
	margin-bottom: 0;
}

.project-detail-item .icon-box{
	position: relative;
	background-color: #EAF0EC;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}

.project-detail-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7C877F;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.project-detail-item:hover .icon-box::before{
	transform: scale(1);
}

.project-detail-item .icon-box i{
	font-size: 22px;
	color: #7C877F;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-detail-item:hover .icon-box i{
	color: #fff;
}

.project-detail-content{
	width: calc(100% - 70px);
}

.project-detail-content h3{
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #192324;
	margin-top: 0;
}

.project-detail-content p{
	color: #7C877F;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}


.sidebar-cta-Body{
	border: 1px solid var(--divider-color);
	padding: 30px;
}

.sidebar-cta-content{
	margin-bottom: 25px;
}

.sidebar-cta-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sidebar-cta-content p{
	font-weight: 500;
	margin-bottom: 0;
}

.sidebar-cta-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.sidebar-cta-contact-item:last-child{
	margin-bottom: 0;
}

.sidebar-cta-contact-item .icon-box{
	position: relative;
	height: 58px;
	width: 58px;
	background-color: var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-contact-item:hover{
	background-color: transparent;
}

.sidebar-cta-contact-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.sidebar-cta-contact-item:hover .icon-box::before{
    transform: scale(1);
}

.sidebar-cta-contact-item .icon-box img{
	position: relative;
	max-width: 24px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.sidebar-cta-contact-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}
.title-album-gallery{
    font: 24px var(--fontB);
    color: #000;
    padding: 0;
    margin: 10px 0 20px 0;
}
.album-gallery-col{
    margin: 10px 0;
}
.title-faq{
    color: #000;
    padding: 0;
    margin: 0px 0 10px 0;
    background: var(--bgrg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font: 34px var(--fontB);
}

.list-faq {
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

.list-faq .faq-item:first-child {
    border-top: none;
}

.list-faq .faq-item {
    border-top: 1px solid #f1ead6;
    position: relative;
    padding-top: 26px;
    padding-bottom: 23px;
}

.list-faq .qus {
    position: relative;
    color: #192324;
    cursor: pointer;
    font: 17px var(--fontB);
}

.list-faq .ans {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    display: none;
}

.list-faq .qus span {
    font-size: 20px;
    padding: 0 1;
}

.list-faq .qus .dots-add {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    right: 0
}

.list-faq .qus .dots-add:before {
    content: '';
    width: 100%;
    border-bottom: 1px solid #000;
    top: 50%;
    display: block;
    position: absolute;
    left: 0
}

.list-faq .qus .dots-add:after {
    content: '';
    height: 100%;
    border-left: 1px solid #000;
    left: 50%;
    top: 0;
    margin-top: 1px;
    display: block;
    position: absolute;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.list-faq .qus.active .dots-add:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.list-faq .faq-item:hover .qus,
.list-faq .qus.active {
    /* color: var(--orange); */
}
.whyimg-right1{
    width: calc(57% - 10px);
}
.whyimg-right2{
    width: calc(44% - 10px);
}
.whyimg-right3{
    width: calc(67% - 10px);
}
.whyimg-right4{
    width: calc(34% - 10px);
}
.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #040404;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 250px;
	position: relative;
	width: 250px;
	border-radius: 100%;
	background: rgb(255 255 255 / 80%);
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 4px solid transparent;
	border-color: transparent #f49a00 transparent #fb9e00;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 150px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}
#fancy-popup-language {
    width: 800px;
    max-width: 95% !important;
}
.fancy-popup-language-box{width: 500px;max-width: 100%;margin: 0 auto;}
.popup-language-title {
    text-transform: capitalize;
    font: 34px var(--fontB);
    text-align: center;
    margin: 30px 0 0;
}
.popup-language-title p{
    margin: 5px 0 0;
    padding: 0;
    font-size: 22px;
}

.popup-language-btn{display: flex;align-content: center;justify-content: space-evenly;align-items: center;margin: 20px 0 30px;}
.popup-language-btn a{
    display: inline-block;
    text-transform: capitalize;
    cursor: pointer;
    background: var(--bgrg);
    color: #fff;
    font-size: 20px;
    padding: 8px 10px 12px;
    border-radius: 25px;
    width: 150px;
    text-align: center;
}

.section-splistnb{
    padding-bottom: 0;
}


.project-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(20px);
    border-radius: 50%;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
    z-index: 9;
}
.congtrinh-item:hover .project-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.project-btn a {
    width: 100px;
    height: 100px;
    background: #FFFFFF1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    margin: 0;
}
.project-btn img {
    max-width: 24px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.project-btn a:hover img {
    transform: rotate(0deg);
}
.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row-product{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.doitac_item{
    margin: 10px 0;
    text-align: center;
}
.doitac_img {
   display: flex;
   width: 185px;
   height: 98px;
   flex-wrap: wrap;
   align-content: center;
   justify-content: center;
   align-items: center;
   box-shadow: 0px 3px 4px #9a9a9a;
}
.doitac_img img{
    max-width: 146px;
    margin: 0 auto;
}

.doitac_item a{
    display: block;
}
.doitac_item h3{
    color:#2B2A2A;
    font: 18px var(--font);
    text-transform: uppercase;
    margin: 10px 0 0;
}
.album-index-box{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.album_img img{
    width:-webkit-fill-available;
    border-radius:10px;
}
.album_img1{
    width: 26%;
}
.album_img2{
    display: flex;
    flex-wrap: wrap;
    width: 46%;
    gap: 10px;
}
.album_img2 .album_img {
    width: calc(50% - 5px);
}
.album_img2 .album_img:nth-child(1){
    width:100%;
}
.album_img3{
    width: 26%;
}

.album-index-row{
     display: grid;
     grid-template-columns: 310px 520px 310px;
     gap: 15px;
     margin: auto;
    position:relative;
}
.album-index-row:before{
    position:absolute;
    content:'';
    left:0;
    bottom:0;
    width:100%;
    height:300px;
    background-image: linear-gradient(to top, #fff , rgb(255 255 255 / 0%));
}
.album_item{
    width: 100%;
    height: auto;
    border-radius: 20px; /* Bo góc mềm mại */
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    margin: 15px 0;
}
.album_item a{
        
}

.album_item1 { grid-column: 1 / 2; grid-row: 1 / 2; }
.album_item2 {grid-column: 2 / 3;grid-row: 1 / 1;}
.album_item3 { grid-column: 3 / 4; grid-row: 2 / 3; }
.album_item4 { grid-column: 1 / 2; grid-row: 2 / 3; }
.album_item5 { grid-column: 2 / 3; grid-row: 2 / 3; }
.album_item6 {grid-column: 1 / 4;grid-row: 3 / 4;} 

.album_item img{
    border-radius: 20px;
}
.section-albumhome{
    /* background-image: linear-gradient(to bottom, #FFFCF1 , #FFFFFF); */
    padding: 50px 0;
}
.album_item4{
    height: 200px;
    overflow: hidden;
}
.bannermap{
    margin: 40px 0 20px;
}

.section-dichvuHome{
    background: url(../images/bgdv.png) no-repeat;
    padding: 80px 0 50px;
    background-size: 100% 100%;
}
.row-dichvu-home{
    display: grid;
    gap: 20px;
    grid-template-columns: 488px 1fr ;
}
.title-index{
    margin: 0 0 20px;
    text-align: center;
    padding: 0 0 30px 0;
    background: url(../images/line.png) no-repeat bottom center;
    font: 40px var(--fontRSB);
    text-transform: uppercase;
    color: var(--colormainhv);
}
.title-index p{
    font: 26px var(--fontUVN);
    color: var(--colormainhv);
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px 0;
}
.title-index span{
     
}

.dichvuhome_left{

}
.dichvuhome_right{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.dichvuhome_box{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.dichvuhome_box a{
    display: block;
}
.dichvuhome_box img{

}
.dichvuhome_box h3{
    padding:20px 5px;
    background-color: #CCE8F5;
    font: 16px var(--fontSMB);
    color:#333333;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
}
.dichvuhome_right .dichvuhome_box h3{
     padding:10px 5px;
}
.title-dichvu{
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    padding: 0 0 0 12px;
    border-bottom: 1px solid var(--bgmain);
    border-radius: 0 0 30px 0;
}
.title-dichvu h3{
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px;
    font: 30px var(--fontRSB);
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    background: var(--bgbtntienich);
}
.title-dichvu h3::before{
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    background: var(--bgbtntienich);
    left: -12px;
}
.title-dichvu h3::after{
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    background: var(--bgbtntienich);
    left: calc(100% - 2px);
    clip-path: polygon(15% 0, 100% 50%, 15% 100%, 0 100%, 0 0);
}
.title-dichvu span{
    flex-grow: 1;
    background: #0560AE;
    height: 1px;
    margin: 53px 15px 0;
}
.title-dichvu a{
    font: 16px var(--font);
    color: #fff;
    background: var(--bgmain);
    padding: 19px 30px;
    border-radius: 45px;
}
.title-dichvu a:hover{
    color:yellow
}
.slick-slide {
    transition:0.3s all;
}
.slick-slide.slick-active.slick-center{
    padding: 0px 0 0;
}


.circle-animate {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
    position: absolute;
  }
  .border-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #0560AE;
    border-radius: 92% 110% 100% 90%;
  }
  .border-circle:nth-child(1) {
    -webkit-animation: spin 6s linear infinite;
    -moz-animation: spin 6s linear infinite;
    -o-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
  }
  .border-circle:nth-child(2) {
    -webkit-animation: spin2 6s linear infinite;
    -moz-animation: spin2 6s linear infinite;
    -o-animation: spin2 6s linear infinite;
    animation: spin2 6s linear infinite;
  }
  .border-circle:nth-child(3) {
    -webkit-animation: spin3 6s linear infinite;
    -moz-animation: spin3 6s linear infinite;
    -o-animation: spin3 6s linear infinite;
    animation: spin3 6s linear infinite;
  }
  .border-circle:nth-child(4) {
    -webkit-animation: spin4 6s linear infinite;
    -moz-animation: spin4 6s linear infinite;
    -o-animation: spin4 6s linear infinite;
    animation: spin4 6s linear infinite;
  }
  @keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spin2 {
    from {
      -webkit-transform: rotate(72deg);
      -moz-transform: rotate(72deg);
      -ms-transform: rotate(72deg);
      -o-transform: rotate(72deg);
      transform: rotate(72deg);
    }
    to {
      -webkit-transform: rotate(-288deg);
      -moz-transform: rotate(-288deg);
      -ms-transform: rotate(-288deg);
      -o-transform: rotate(-288deg);
      transform: rotate(-288deg);
    }
  }
  @keyframes spin3 {
    from {
      -webkit-transform: rotate(-144deg);
      -moz-transform: rotate(-144deg);
      -ms-transform: rotate(-144deg);
      -o-transform: rotate(-144deg);
      transform: rotate(-144deg);
    }
    to {
      -webkit-transform: rotate(216deg);
      -moz-transform: rotate(216deg);
      -ms-transform: rotate(216deg);
      -o-transform: rotate(216deg);
      transform: rotate(216deg);
    }
  }
  @keyframes spin4 {
    from {
      -webkit-transform: rotate(216deg);
      -moz-transform: rotate(216deg);
      -ms-transform: rotate(216deg);
      -o-transform: rotate(216deg);
      transform: rotate(216deg);
    }
    to {
      -webkit-transform: rotate(-144deg);
      -moz-transform: rotate(-144deg);
      -ms-transform: rotate(-144deg);
      -o-transform: rotate(-144deg);
      transform: rotate(-144deg);
    }
  }


  :root {
    --container: 1200;
    --about-box-w: 650;
    --about-box-h: 650;
    --about-first-w: 440;
    --about-first-h: 440;
    --about-last-w: 440;
    --about-last-h: 440;
}

.about-img {
    width: 600px;
    height: 650px;
    position: relative;
}
 
.about-img::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid var(--bgmainhv);
    width: 440px;
    height:440px;
    border-radius:10px;
}


.about-img figure {
    position: absolute;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    margin: 0;
}

.about-img figure img{
    max-width: 100%;
    height: auto;
    border-radius:20px;
}

.about-first {
    width: calc(var(--about-first-w)/var(--about-box-w)*100%);
    top: 0px;
    left: 0px;
    z-index: 2;
    -webkit-animation: runFirst 10s infinite;
    -moz-animation: runFirst 10s infinite;
    -ms-animation: runFirst 10s infinite;
    -o-animation: runFirst 10s infinite;
    animation: runFirst 10s infinite;

}


.about-last {
    width: calc(var(--about-last-w)/var(--about-box-w)*100%);
    z-index: 3;
    -webkit-animation: runLast 10s infinite;
    -moz-animation: runLast 10s infinite;
    -ms-animation: runLast 10s infinite;
    -o-animation: runLast 10s infinite;
    animation: runLast 10s infinite;
    top: calc(100% - var(--about-last-h)/var(--about-box-h)*100%);
    left: calc(100% - var(--about-last-w)/var(--about-box-w)*100%);
}

@keyframes runFirst {
    0% {
        top: 0px;
        left: 0px;
    }

    25% {
        top: calc(100% - var(--about-first-h)/var(--about-box-h)*100%);
        left: 0;
    }

    50% {
        top: calc(100% - var(--about-first-h)/var(--about-box-h)*100%);
        left: calc(100% - var(--about-first-w)/var(--about-box-w)*100%);
    }

    75% {
        top: 0;
        left: calc(100% - var(--about-first-w)/var(--about-box-w)*100%);
    }

    100% {
        top: 0;
        left: 0;
    }
}

@keyframes runLast {
    0% {
        top: calc(100% - var(--about-last-h)/var(--about-box-h)*100%);
        left: calc(100% - var(--about-last-w)/var(--about-box-w)*100%);
    }

    25% {
        top: 0;
        left: calc(100% - var(--about-last-w)/var(--about-box-w)*100%);
    }

    50% {
        top: 0;
        left: 0;
    }

    75% {
        top: calc(100% - var(--about-last-h)/var(--about-box-h)*100%);
        left: 0;
    }

    100% {
        top: calc(100% - var(--about-last-h)/var(--about-box-h)*100%);
        left: calc(100% - var(--about-last-w)/var(--about-box-w)*100%);
    }
}

.flip-item img{
    border-radius:20px;
}
.text-banner{
color:#fff;
text-transform: uppercase;
}
.logo-name{
    font: 30px var(--fontBLI);
    color: var(--colormain);
    text-shadow:0px 2px 5px #000
}
.text-banner p{
    margin: 0;
    padding: 5px 0;
}
.logo-desc{
    font: 16px var(--fontB);
    color: var(--colormain);
}
.line-hotline{
    width: 1px;
    /* height: 100px; */
    margin: 0 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff , rgba(255,255,255,0) );
}
.line-header{
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff , rgba(255,255,255,0));
}
.logo-center{
    text-align: center;
}
.logo-center img{
    margin: 0 auto;
    max-height: 230px;
}


.row-linhvuc{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Chia thành 3 cột bằng nhau */
    gap: 30px;
}
.col-linhvuc{
    border: 1px solid #FFD013;
    background: #fff;
    border-radius: 50px;
    padding: 20px 10px;
}

.linhvuc-item {
    position: relative;
    margin: 10px 0;
    overflow: hidden;
    border: 5px solid var(--bgmain);
    border-radius: 10px;
}

.linhvuc-item >img{
    width:-webkit-fill-available;
}
.linhvuc-item-content{
    background:#fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 30px;
}
.linhvuc-item:hover .linhvuc-item-content{
    background: hsl(0deg 0% 0% / 30%);
}
.linhvuc-item-icon {
    
}
.linhvuc-item-icon  img{
    max-height:75px;
}
.linhvuc-item:hover .linhvuc-item-icon  img{
      filter: brightness(0) invert(1);
}
.linhvuc-item-name{
    width: 100%;
}
.linhvuc-item-name a{
    text-transform:uppercase;
    color:Var(--colormain);
    font: 30px var(--fontPoppinsBold);
     display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp:1;
    -moz-webkit-line-clamp:1;
    -ms-webkit-line-clamp:1;
    -o-webkit-line-clamp:1;
    -webkit-line-clamp:1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.linhvuc-item:hover .linhvuc-item-name a{
    color:#fff;
}
.linhvuc-item:hover .linhvuc-item-name a:hover{
    color: var(--colormainhv);
}

.linhvuc-item-desc{
    color:#555555;
    font: 14px var(--font);
    line-height: 25px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp:3;
    -moz-webkit-line-clamp:3;
    -ms-webkit-line-clamp:3;
    -o-webkit-line-clamp:3;
    -webkit-line-clamp:3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    margin: 10px 0 10px;
}
.linhvuc-item:hover .linhvuc-item-desc{
    color:#fff;
}
.linhvuc-item-xt{
    margin: 10px 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.linhvuc-item-xt a{
    display: flex;
    font-family: var(--fontB);
    font-size: 14px;
    color: #fff;
    background: var(--bgmain);
    padding: 0;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 2px 0 30px;
}
.linhvuc-item:hover .linhvuc-item-xt a{
    background:Var(--bgmainhv);
}
.linhvuc-item-xt a:hover {
     background: var(--bgmain);
}
.linhvuc-item-xt a i{
    width: 46px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #06224D;
    font-size: 22px;
    margin-left: 20px;
}

.section-linhvucHome{
    padding: 60px 0 ;
    background:url(../images/bglinhvuc.png) center no-repeat;
    background-size:100% 100%;
}
 
.title-sanphamlist{
    font: 50px var(--fontBLI);
    position:relative;
    margin: 0 0 30px;
}
.title-sanphamlist span{
    display: inline-block;
    position:relative;
    background: var(--bgrgRight);
    color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
}
.title-sanphamlist::before {
    content: attr(aria-label);
    display: block;
    font: 50px var(--fontBLI);
    color: transparent;
    text-transform: uppercase;
    margin-top: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-shadow: 2px -2px 1px rgb(83 83 83 / 60%);
}
.box-nav-product-home{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
.btn-nav-product-home{
    width: calc(100% - 548px);
    display: flex;
    gap: 22px;
}
.line-nav-product-home{
    width: 8px;
    height: 65px;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
}
.desc-nav-product-home{
    width: 480px;
    font: 16px var(--font);
    color: #333333;
    line-height:24px;
}
.btn-list-ajaxslick{text-align: center;cursor: pointer; color: #000;}
.btn-list-ajaxslick.active,
.btn-list-ajaxslick:hover{
    color:var(--colormain);
}
.btn-list-ajaxslick img{
    
}
.btn-list-ajaxslick h4{
    font: 16px var(--fontB);
    text-transform: capitalize;
    margin: 10px 0 0;
}

.info_pro {
    display:flex;
    position:absolute;
    top:-1px;
    height:100%;
    width:100%;
    text-align:left;
    border-radius:10px;
    background:linear-gradient(180deg, rgba(0, 51, 153, 0.59) 0%, #039 100%);
    color:#fff;
    padding:20px;
    flex-flow:column;
    justify-content:center;
    pointer-events:none;
}
.info_pro h3{
    margin: 0;
    padding: 0;
}
.info_pro h3 a{
    color:#fff;
    font: 16px var(--fontB);
}
.desc-product{
    margin: 5px 0 0;
    color: #333333;
    font: 14px var(--fontB);
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hover .info_pro {
    transform:translate3d(0, -100%, 0);
    animation-duration:0.6s;
    animation-fill-mode:forwards;
    animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover.mouseleave.bottom .info_pro {
    animation-name:swing--leave-bottom;
    transform-origin:center bottom;
}
.name-product {
    font-size:18px;
    color:#fff;
    margin-bottom:10px;
    line-height:26px;
    max-height:52px;
}
.name-product.text-split {
    -webkit-line-clamp:2;
}
.hover.mouseenter.top {
    perspective-origin:center top;
}
.hover.mouseenter.top .info_pro {
    animation-name:swing--enter-top;
    transform-origin:center top;
}
.hover.mouseenter.right {
    perspective-origin:right center;
}
.hover.mouseenter.right .info_pro {
    animation-name:swing--enter-right;
    transform-origin:right center;
}
.hover.mouseenter.bottom {
    perspective-origin:center bottom;
}
.hover.mouseenter.bottom .info_pro {
    animation-name:swing--enter-bottom;
    transform-origin:center bottom;
}
.hover.mouseenter.left {
    perspective-origin:left center;
}
.hover.mouseenter.left .info_pro {
    animation-name:swing--enter-left;
    transform-origin:left center;
}
.hover.mouseleave.top {
    perspective-origin:center top;
}
.hover.mouseleave.top .info_pro {
    animation-name:swing--leave-top;
    transform-origin:center top;
}
.hover.mouseleave.right {
    perspective-origin:right center;
}
.hover.mouseleave.right .info_pro {
    animation-name:swing--leave-right;
    transform-origin:right center;
}
.hover.mouseleave.bottom {
    perspective-origin:center bottom;
}
.hover.mouseleave.bottom .info_pro {
    animation-name:swing--leave-bottom;
    transform-origin:center bottom;
}
.hover.mouseleave.left {
    perspective-origin:left center;
}
.hover.mouseleave.left .info_pro {
    animation-name:swing--leave-left;
    transform-origin:left center;
}
@keyframes swing--enter-top {
   0% {
        transform:rotate3d(-1, 0, 0, 90deg);
   }
   100% {
        transform:none;
   }
}
@keyframes swing--enter-right {
   0% {
        transform:rotate3d(0, -1, 0, 90deg);
   }
   100% {
        transform:none;
   }
}
@keyframes swing--enter-bottom {
   0% {
        transform:rotate3d(1, 0, 0, 90deg);
   }
   100% {
        transform:none;
   }
}
@keyframes swing--enter-left {
   0% {
        transform:rotate3d(0, 1, 0, 90deg);
   }
   100% {
        transform:none;
   }
}
@keyframes swing--leave-top {
   0% {
        transform:none;
   }
   100% {
        transform:rotate3d(-1, 0, 0, 90deg);
   }
}
@keyframes swing--leave-right {
   0% {
        transform:none;
   }
   100% {
        transform:rotate3d(0, -1, 0, 90deg);
   }
}
@keyframes swing--leave-bottom {
   0% {
        transform:none;
   }
   100% {
        transform:rotate3d(1, 0, 0, 90deg);
   }
}
@keyframes swing--leave-left {
   0% {
        transform:none;
   }
   100% {
        transform:rotate3d(0, 1, 0, 90deg);
   }
}
.quytrinh{
    width: 1489px;
    margin: 0 auto;
    padding: 40px 0;
}
.quytrinh-box{display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;}
.col-quytrinh{width: calc(100% / 7);max-width: 168px;position:relative;}
.col-quytrinh:nth-child(2n){
    padding-top: 140px;
}
.col-quytrinh:after{
    position:absolute;
    content:'';
    width:170px;
    height:100px;
    top: 112px;
    left: 63%;
    background:url(../images/lineel.png) center center no-repeat;
}
.col-quytrinh:nth-child(2n):after{
    background:url(../images/lineer.png) center center no-repeat;
}
.col-quytrinh:nth-child(7):after{
    display:none;
}
.quytrinh-item{

}
.quytrinh-img{
    width: 156px;
    height: 131px;
    background:url(../images/1.png) center center no-repeat;
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 9;
}
.quytrinh-img span{
     font: 50px var(--fontB);
     color:#00D3FF;
     margin-top: -40px;
     display: inline-block;
     transform: rotate(-30deg) translateX(-32px) translateY(-20px) skewX(-23deg);
}
.quytrinh-name{

}
.quytrinh-name h3{
    font: 18px var(--fontB);
    text-transform: uppercase;
    position: relative;
    color:#00D3FF;
    padding: 0 0 10px 0;
    margin: 10px 0;
}
.quytrinh-name h3:after{
    position:absolute;
    content:'';
    left:0;
    bottom:0;
    right:0;
    width: 50px;
    height: 2px;
    background:#00D3FF;
}
.quytrinh-name p{
    font:14px var(--font);
    color:#333333;
    line-height:24px;
}
.col-quytrinh:nth-child(2) .quytrinh-img span,
.col-quytrinh:nth-child(2) .quytrinh-name h3{
    color:#5744EE;
}
.col-quytrinh:nth-child(2) .quytrinh-name h3:after{
    background:#5744EE;
}
.col-quytrinh:nth-child(3) .quytrinh-img span,
.col-quytrinh:nth-child(3) .quytrinh-name h3{
    color:#9930ED;
}
.col-quytrinh:nth-child(3) .quytrinh-name h3:after{
    background:#9930ED;
}
.col-quytrinh:nth-child(4) .quytrinh-img span,
.col-quytrinh:nth-child(4) .quytrinh-name h3{
    color:#F347A5;
}
.col-quytrinh:nth-child(4) .quytrinh-name h3:after{
    background:#F347A5;
}
.col-quytrinh:nth-child(5) .quytrinh-img span,
.col-quytrinh:nth-child(5) .quytrinh-name h3{
    color:#E90000;
}
.col-quytrinh:nth-child(5) .quytrinh-name h3:after{
    background:#E90000;
}
.col-quytrinh:nth-child(6) .quytrinh-img span,
.col-quytrinh:nth-child(6) .quytrinh-name h3{
    color:#F37047;
}
.col-quytrinh:nth-child(6) .quytrinh-name h3:after{
    background:#F37047;
}
.col-quytrinh:nth-child(7) .quytrinh-img span,
.col-quytrinh:nth-child(7) .quytrinh-name h3{
    color:#E90000;
}
.col-quytrinh:nth-child(7) .quytrinh-name h3:after{
    background:#E90000;
}
.section-contactus-home{
    background: url('../images/bgform.png')center center no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}
.congtrinhsp {
    overflow:hidden;
    margin: 10px 0;
}
.congtrinhsp-info {
    padding: 14px 0 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    background: linear-gradient(to bottom, hsl(0deg 0% 0% / 0%), hsl(0deg 0% 0% / 90%));
    color: #fff;
    font:  16px var(--fontB);
    margin: 0;
    transition: all 1s;
}
.congtrinhsp-info:before{
    position:absolute;
    content:'';
    width: 90%;
    height:1px;
    background:#fff;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.congtrinhsp-info h3{
    margin: 0 0 5px 0;
    padding: 0;
}
.congtrinhsp-info a{
    font: 16px var(--fontB);
    text-transform:capitalize;
    color:#fff;
}
.congtrinhsp-info .congtrinhsp-diachi{
    font: 14px var(--font);
    color:#fff;
}


.form-home-row{display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;align-items: center;}
.logo-form {
    width: 105px;
}
.form-right{
    flex-grow: 1;
}
.line-form-home{
    width: 2px;
    height:248px;
    background:var(--bgmain);
    margin: 0 30px;
}
.form-baogia .title-home2{
    font-size:40px;
    padding: 0;
    background: transparent;
}
.form-baogia .title-home2::before{
    font-size:40px;
    bottom: 0;
}
.icon-hot3{
    text-align:center;
    margin: 0 0 10px 0;
}
.icon-hot3 img{
    margin: 0 auto;
}
.hotline-form{
    background:#fff;
    padding: 30px 0;
    margin-top: 5px;
    border-top: 3px solid #BDBDBD;
    justify-content: center;
}

.newshome-home-slick  .slick-dots{
    position: relative;
    text-align: left;
    bottom: 0;
}
.newshome-home-slick  .slick-dots li{
    
}
.newshome-home-slick  .slick-dots li button{border: 0;width: 20px;}

.newshome-home-slick  .slick-dots li button:before {
    width: 20px;
    height: 4px;
    opacity: 1;
}

.newshome-home-slick  .slick-dots .slick-active button {
    transition: 0.3s all;
    border-color:#333;
    width: 20px;
}
.newshome-home-slick  .slick-dots .slick-active button:before{
    width: 20px;
    background: var(--bgmain);
}
.videonb-home-slick-box{
    position:relative;
}
.videonb-home-slick-box a img{
    
}
.videonb-home-slick-box a h3{
    font:  20px var(--fontB);
    color: #333333;
    text-align: center;
    margin: 15px 0 0;
}
.videonb-home-slick{
    position: relative;
    z-index: 1;
}
.video-img-home {
    
}
.section-doitacHome{
    padding: 40px 0 60px;
}
.chinhanh-footer{
    position:relative;
    overflow:hidden;
}
.btn-chinhanh-footer{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.btn-chinhanh-footer span{
    font: 16px var(--fontB);
    color: #fff;
    background: var(--bgmainhv);
    border-radius: 5px;
    padding: 10px 10px;
    cursor: pointer;
}
.btn-chinhanh-footer span.active{
    
}
.congtrinh-home {
    padding: 30px 0 50px;
}
.box-productIn{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.productIn-left{
    width: 285px;
    background: #F6F6F6;
    position: sticky;
    top: 80px;
}
.productIn-right{
    width: calc(100% - 285px);
    padding-left: 20px;
}
.post-item-content-bottom{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.post-item:hover .post-item-content-bottom {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.post-item:hover .post-item-content{
     opacity: 0;
}
.post-item-content-bottom h3{
    
}
.post-item-content-bottom h3 a{
     color:#fff;   
}
.box-title-about{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 99;
}
.namkinhnghiem {
    text-align: center;
    width: 200px;
    height: 170px;
    background: url(../images/line_about.png) left center no-repeat;
    color: var(--colormainhv);
    font: 30px var(--fontB);
    text-transform: uppercase;
    padding-top: 22px;
}
.namkinhnghiem span{
    display: block;
    font: 200px var(--fontB);
    color: var(--colormain);
    line-height: 95px;
    margin-top: -30px;
    margin-bottom: 26px;
}
.line-about{
    height: 138px;
    width: 1px;
    background: linear-gradient(to bottom, rgb(85 85 85 / 0%), #555555, rgb(85 85 85 / 0%));
}
.title-about{
    font:  80px var(--font);
    color: #111111;
}
.about_img_name{
    text-align:right;
}
.about_img_name img{
    margin: 0;
}
.tieuchi-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    align-items: center;
    margin: 60px 0 0;
}
.tieuchi-item{
    text-align:center;
}
.tieuchi-img{
    width: 105px;
    height: 105px;
    position:relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.tieuchi-img:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url(../images/bgicontieuchi.png) center no-repeat;
    transition: transform 0.5s ease;
}
.tieuchi-img:hover:before{
    animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tieuchi-img img{
    max-width: 45px;
    position:relative;
}
.tieuchi-number{
    margin: 12px 0 0;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-weight: 700;
    justify-content: center;
 }
.tieuchi-number span{
    font: 30px var(--fontPoppinsBold);
    color: #333333;
    font-weight: 900;
    line-height: 24px;
    margin-right: 5px;
}
.tieuchi-name{
    text-transform:uppercase;
    color: #333333;
    font: 14px var(--fontPoppins);
    margin: 14px 0 0;
    font-weight: 700;
}
.dvxemthem{
    text-align:center;
    margin: 10px 0 0;
}
.dvxemthem a{
   display: inline-block;
    font-family: var(--fontB);
    font-size: 14px;
    color: #fff;
    background: var(--bgmainhv);
    padding: 0;
    text-transform: capitalize;
    width: 180px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius:10px;
}
.info-ct-1{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
    padding: 18px 10px;
    background: var(--bgmain);
    backdrop-filter: blur(7px);
    opacity: 1;
    transition: 1s;
    margin: 0;
    font: 18px var(--fontB);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.info-ct-2{
        width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 7;
    padding: 30px;
    opacity: 0;
    transition: 1s;
}
.congtrinhsp:hover .info-ct-1{
        bottom: -100%;
    opacity: 0;
}
.congtrinhsp:hover .info-ct-2{
        bottom: 0;
    opacity: 1;
}
.if_tt {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(7px);
    padding: 50px 25px;
    text-align:center;
}
.if_tt h3{
      font: 20px var(--fontB);
    color:#333333;
    text-transform:capitalize;
}
.if_tt h3 a{
    color:#333333;
    text-transform: uppercase;
}
.if_tt .congtrinhsp-desc{
    font: 14px var(--fontB);
    color:#333333;
}
.ct-xct{
    margin: 10px 0 0;
}
.ct-xct a{
        display: inline-block;
        font-family: var(--fontB);
        font-size: 14px;
        color: #fff;
        background: var(--bgmainhv);
        padding: 0;
        text-transform: capitalize;
        width: 180px;
        height: 48px;
        line-height: 50px;
        text-align: center;
}
.box-vide0-tintuc{
   display: grid;
   grid-template-columns: repeat(2, 50%);
   gap: 15px;
   justify-content: space-between;
   position: relative;
   padding: 30px;
   border-radius:20px;
   box-shadow: 0px 0px 10px #a5a3a3;
}
.box-tiktok-lienhe{
        display: grid;
        grid-template-columns: repeat(2,55% 45%);
        gap: 20px;
        justify-content: space-between;
        position: relative;
}
.thongtinlienhe{
     padding: 30px;
     border-radius: 20px;
     box-shadow: 0px 4px 3px #a5a3a3;
}
.thongtinlienhe h3{
    position:relative;
    text-transform:uppercase;
    padding: 0 0 7px 0;
    margin: 0 0 10px;
    color: var(--bgmainhv);
    font: 20px var(--fontB);
}
.thongtinlienhe h3:after{
    position:absolute;
    content:'';
    width: 30px;
    height:2px;
    left:0;
    bottom:0;
    background: var(--bgmainhv);
}
.box-footer{
    display: grid;
        grid-template-columns: repeat(2,45% 55%);
        gap: 20px;
        justify-content: space-between;
        position: relative;
}
.camnhan-home{
    
}
.camnhanbox{
    position: relative;
}
.camnhan-item{
    display: grid;
    grid-template-columns: repeat(2,612px 554px);
    gap: 20px;
    justify-content: space-between;
    align-items: start;
    padding: 2px 0 0 2px;
}
.camnhan-left{
    display:flex;
    flex-wrap:wrap;
    padding-right:30px;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-shadow: 1px 2px 6px #cccc;
    border-radius: 10px;
}
.camnhan-right{border-radius: 10px;overflow: hidden;}
.camnhan_img{
    width: 108px;
}
.camnhan_img img{
    border-radius:50%;
}
.ten_camnhan{
    width: calc(100% - 108px);
    padding-left: 15px;
    font: 18px var(--fontB);
    color:#333333;
    text-transform:capitalize
}
.ten_camnhan> div{
     font: 12px var(--font);
    color:#000000;
    text-transform:none;
}
.ten_camnhan> div.mota_camnhan{
      font: 14px var(--font);
    color:#000000;
}
.camnhan-item-2{
    display:flex;
    flex-wrap:wrap;
    align-content: center;
    align-items: center;
}
.camnhan_img-2{
    width: 62px;
}
.camnhan_img-2 img{
    border-radius:50%;
}
.ten_camnhan-2{
    width: calc(100% - 62px);
    padding-left:15px;
    font: 14px var(--fontB);
    color:#333333;
    text-transform:capitalize
}
.ten_camnhan-2 >div{
    font: 12px var(--font);
    color:#000000;
    text-transform:none;
}
.slick_camnhan_content-ab{
    width: 490px;
    position: absolute;
    left: 90px;
    bottom: 45px;
}
.row-congtrinhsp{
    display: grid;
     grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.title-anhi{
    font-weight: bold;
    color:#313131;
}

.box-readmore {
    display: none;
}
.btn-openmucluc{
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background: var(--bgmain);
    color:#fff;
    cursor: pointer;
}
.btn-openmucluc i{
    padding-left: 5px;
}

.coppyright a{
    color: #fff;
}


.form-formfooter{
    
}
.box-input_formfooter{
    display:flex;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 30px 0;
}

.input_formfooter_col50 {
    width: calc(100% - 82px);
}
.input_formfooter {
    position: relative;
}
/* .input_formfooter:before{
    position:absolute;
    content:'';
    left: 39px;
    width: 1px;
    height: 17px;
    background: #ccc;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.textarea_formfooter:before{
    top: 15px;
    bottom: inherit;
}
.input_formfooter >i{
    position: absolute;
    left:0;
    top:0;
    color: #498DBE;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 42px;
    font-size: 17px;
}

.input_formfooter input,
.input_formfooter textarea {
    width: 100%;
    border-radius: 8px 0 0 8px;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    text-indent: 0;
    height: 43px;
    border: 1px solid;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-color: transparent;
    padding-left: 14px;
}

.input_formfooter textarea {
    resize: none;
    height: 100px;
    padding-top: 13px;
}

.input_formfooter input:focus,
.input_formfooter textarea:focus {
    box-shadow: none;
    outline: 0;
}

.input_formfooter input::-webkit-input-placeholder,
.input_formfooter textarea::-webkit-input-placeholder {
    color: #000;
}

.formfooter-button {
    text-align: center;
}

.formfooter-button input {
    width: 82px;
    height: 43px;
    border-radius: 0 8px 8px 0;
    background: var(--bgbtntienich);
    color: #fff;
    text-transform: capitalize;
    font-family: var(--font);
    font-size: 14px;
    text-align: center;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 11px 0px;
    font-weight: 600;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.formfooter-button input:focus {
    outline: 0;
}

.formfooter-button input:hover {
    color: yellow;
}
.section-why{
      padding: 50px 0px;
    background: url(../images/bg_why.png) no-repeat;
    background-size: cover;
}
.why-box{display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;}
.col-why{width: 50%;position:relative;margin: 50px 0;}

.col-why:after{
    content: "";
    position: absolute;
    background: url(../images/line_why.png);
    width: 32px;
    height: 36px;
    right: 63px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
  .col-why:nth-child(2n) .why-item{
     padding: 0 0 0 95px;
 }
 .col-why:nth-child(2n):after{
     right: inherit;
     left: 63px;
     transform: rotate(180deg);
 }
.col-why:nth-child(7):after{
    display:none;
}
.why-item{padding-right: 95px;position: relative;}
.why-img{
    position: relative;
    z-index: 9;
    display: flex;
    font-family: 'ICIEM';
    align-items: flex-end;
    border-bottom: 1px dashed #fff;
    padding-bottom: 24px;
    margin-bottom: 20px;
    color: #fff;
}
.why-img span{
    font-size: 81px;
    line-height: normal;
    font-family: var(--fontB);
    opacity: 0.3;
    position: absolute;
}
.why-img h3{
    text-decoration: none;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-family: var(--font);
    margin: 0;
    padding-left: 35px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.why-name{font-family: var(--font);font-size: 14px;}
.why-name p{
    color: #FFFFFF;
    padding-right: 30px;
}

.linhvuc2-item{
    text-align:center;
    margin: 10px 0;
}
.linhvuc2-img{
    
}
.linhvuc2-img img{
    width:-webkit-fill-available;
}

.linhvuc2-name{
    padding: 0;
    margin: 15px 0 5px;}
.linhvuc2-name a{
    font: 16px var(--fontMedium);
    color:#333333;
    text-transform:capitalize;
     display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.linhvuc2-name a:hover{
    color:var(--colormain);
}
.linhvuc2-desc{
    font: 14px var(--font);
    color:#333333;
    text-transform:capitalize;
     display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.section-quatrinh{
    position: relative;
    padding: 70px 0px;
    background: #F5F5F5;
    overflow: hidden;
}
.quatrinh-box-muiten{
    position: relative;
    padding: 22px 0px;
}
.quatrinh-box-muiten:before {
    content: "";
    position: absolute;
    background: url(../images/vien-quytrinh.png) no-repeat;
    width: 1328px;
    height: 100%;
    left: -5px;
    top: 0;
    right: 0px;
    margin: 0 auto;
}
.section-quatrinh::after {
    content: "";
    position: absolute;
    background: url(../images/muiten-quytrinh.png);
    width: 48px;
    height: 58px;
    left: calc((100% - 1328px) / 2);
    top: 115px;
}
.quatrinh-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 108px;
}
.quatrinh-box-2{
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
}
.imgquytrinh-box{
    width: 38%;
    margin-top: -50px;
}
.box_quytrinh {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    width: 23%;
    position:relative;
    padding: 30px 0 0;
}
.box_quytrinh:before {
    content: "";
    position: absolute;
    background: var(--bgmain);
    width: 15px;
    height: 7px;
    left: 76px;
    top: 0px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.box_quytrinh:after {
    content: "";
    position: absolute;
    background: var(--bgmain);
    width: 12px;
    height: 12px;
    left: 77px;
    bottom: 20px;
    border-radius:50%;
}
.hinh_quytrinh {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.hinh_quytrinh img{
    max-width: 65px;
}
.numer_quytrinh {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -13px;
    left: -13px;
    font-size: 15px;
    font-family: 'FR';
}

.text_quytrinh {
    width: calc(100% - 70px);
    max-width: 165px;
    position:relative;
}
.text_quytrinh:after {
    content: "";
    position: absolute;
    background: var(--bgmain);
    width: 5px;
    height: 150px;
    left: -30px;
    top: -30px;
}
.name_quytrinh {
    text-decoration: none;
    color: var(--colormain);
    font-size: 18px;
    font-family: var(--fontB);
    text-transform: uppercase;
}
.name_quytrinh {
    margin: 0px 0px 10px;
}
.text-split3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.mota_quytrinh {
    height: 80px;
    font-family: var(--font);
    font-size: 13px;
    color: #2C2C2C;
}
.imgquytrinh-slick-img {}
.imgquytrinh-slick-img img{
}

.muiten_quytrinh::before {
    content: "";
    position: absolute;
    background: url(../images/muiten-quytrinh.png);
    width: 48px;
    height: 58px;
    right: calc((100% - 1370px) / 2);
    top: 226px;
    transform: rotate(90deg);
}

.muiten_quytrinh::after {
    content: "";
    position: absolute;
    background: url(../images/muiten-quytrinh.png);
    width: 48px;
    height: 58px;
    left: 45%;
    bottom: 186px;
    transform: rotate(180deg);
}

.quytrinh_xt{
    margin: 10px 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 47%;
    margin-top: -60px;
}

.quytrinh_xt a{
    display: flex;
    font-family: var(--fontB);
    font-size: 14px;
    color: #fff;
    background: var(--bgmain);
    padding: 0;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 2px 0 30px;
    position: relative;
    z-index: 99;
}

.quytrinh_xt a:hover {
     background: var(--bgmainhv);
}
.quytrinh_xt a i{
    width: 46px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colormainhv);
    font-size: 22px;
    margin-left: 20px;
}

.tintuc-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.title-meidia{
    text-transform:capitalize;
    font: 36px var(--fontB);
    color: var(--colormain);
    padding: 0 0 10px 0;
    margin: 0 0 20px;
    background:url(../images/line_media.png) left bottom no-repeat;
}
.tintuc-form-left{
}
.tintuc-form-right{
}
.tintuc-slick-1{
    
}
.tintuc-slick-2{
    
}
.dichvu-item1{
    display:flex;
    
}
.dichvu-item1-img{
    width: 50%;
}
.dichvu-item1-content{
    width: 50%;
    padding-left: 15px;
}
.dichvu-item1-name{
    margin: 0 0;
}
.dichvu-item1-name a{
    font: 14px var(--fontMedium);
    color: #333333;
    text-transform: uppercase;
}
.dichvu-item1-name a:hover{
    color:var(--colormain);
}
.dichvu-item-date{
    font: 13px var(--font);
    color: #333333;
    padding: 5px 0 0;
}
.dichvu-item-date i{
    color:var(--colormain);
    margin-right:5px;
}
.dichvu-item2{
     margin: 20px 0 0px;
}
.dichvu-item2-img{
}
.dichvu-item2-img img{
    width:-webkit-fill-available;
}
.dichvu-item2-name{
     padding-top: 15px;
     margin: 0;
}
.dichvu-item2-name a{
    font: 14px var(--fontMedium);
    color: #333;
    text-transform: uppercase;
}
.dichvu-item2-name a:hover{
    color:var(--colormain);
}
.dichvu-item1-desc{
     margin: 10px 0 10px;
     font: 14px var(--font);
     color: var(--bgmain3);
     line-height: 25px;
     display: -webkit-box;
     width: 100%;
     -webkit-webkit-line-clamp: 3;
     -moz-webkit-line-clamp: 3;
     -ms-webkit-line-clamp: 3;
     -o-webkit-line-clamp: 3;
     -webkit-line-clamp: 3;
     -webkit-webkit-box-orient: vertical;
     -moz-webkit-box-orient: vertical;
     -ms-webkit-box-orient: vertical;
     -o-webkit-box-orient: vertical;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}
.dichvu-item1-xemthem{
    
}
.dichvu-item1-xemthem a{
     font: 14px var(--font);
     color: #333333;
     text-transform: uppercase;
     border: 1px solid #333333;
     padding: 7px 15px;
     display: inline-block;
}
.dichvu-item1-xemthem a:hover{
    background:var(--bgmain);
    color:#fff;
    border-color:var(--bgmain);
}
.tencongty{
    text-align:center;
    color:#fff;
    font: 36px var(--fontPlayfair9pt);
    text-transform: uppercase;
    margin: 20px 0;
}
.box-info-footer{
    background:var(--bgmainhv);
    border-radius:10px;
    padding: 30px 20px;
    display: flex;
    flex-wrap:wrap;
    color:#fff;
    gap: 10px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.box-info-footer p{
    padding: 0 0 0 52px;
    min-height: 48px;
}
.box-info-footer p:nth-child(1){
    background: url(../images/footer1.png) left center no-repeat;
}
.box-info-footer p:nth-child(2){
    background: url(../images/footer2.png) left center no-repeat;
}
.box-info-footer p:nth-child(3){
    background: url(../images/footer3.png) left center no-repeat;
}
.box-info-footer p:nth-child(4){
    background: url(../images/footer4.png) left center no-repeat;
}
.box-info-footer p span{
    display:block;
}