
* {
    box-sizing: border-box;
}

:root {
    --primary-color: #333333;
    --second-color: #2f95fb;
    --third-color: #1f487c;
    --fourth-color: #FFFFFF;
    --fifth-color: #f2ea0b;;
}

/* @font-face {
    font-family: Open Sans;
    src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-display: swap;
} */

body {
    font-family: 'Open Sans', sans-serif;
    top: 0px !important;
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    font-weight: 400;
    overflow-x: hidden;
}

/* .adm-glyphicon span {
    background: url('img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block !important;
    position: relative;
    z-index: 9;
} */

.adm-glyphicon {
    position: relative;
    z-index: 9;
}

.wrap {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
}

a{
    transition: all 0.3s linear;
    color: var(--primary-color);
}

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

input, button, textarea, select{
    outline: none;  
}

input{
    -webkit-appearance: none;
}

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

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

.img-404{
    max-width: 100%;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100 img {
    /* object-fit: cover; */
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 2s linear;
}

.img-100:hover img {
    transform: scale(1.05);
}

h1, h2, h3, h4, h5, h6, p{
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6{
    line-height: 1.3;
}

.site-title {
    width: 0px;
    height: 0px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.skiptranslate{
    display: none !important;
}

#swal2-content{
    font-size: 18px !important;
    text-align: center;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    font-size: 14px;
}

.wrap-img{
    display: block;
}

.stop-scroll{
    height: 100%;
    overflow: hidden;
}

.no-data{
    font-size: 34px;
    margin-top: 30px;
}

/* Header  */
.header-wrap{
    padding: 10px 0;
    background-color: var(--third-color);
    color: #fff;
}

.logo{
    position: relative;
}

.name-logo{
    display: inline-block;
    padding-left: 15px;
    transform: translateY(16px);
}

.name-logo p:nth-child(1){
    color: var(--fifth-color);
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 54px;
    border-bottom: 3px solid var(--fifth-color);
    padding: 0 10px;
}

.name-logo p:nth-child(2){
    color: var(--fifth-color);
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(22px);
}

.name-logo p:nth-child(3){
    color: var(--fourth-color);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(40px);
}

.logo img{
    max-width: 457px;
    transform: translateY(-10px);
}

.captionLogo{
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.optionLogo{
    display: flex;
    align-items: center;
    height: 50px;
}

.optionLogo .phone{
    font-size: 20px;
    line-height: 33px;
    color: var(--fifth-color);
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
}

.optionLogo .phone .fa{
    font-size: 22px;
}

.boxSearch .showSearch{
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.form-search{
    width: 60px;
    position: relative;
}

.form-search input{
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    background-color: transparent;
    color: var(--fourth-color);
}

.form-search input::placeholder{
    color: var(--fourth-color);
}

.form-search .submit-search{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    border: none;
    background-color: transparent;
    color: var(--fourth-color);
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
}

.form-search-wrap{
    display: inline-block;
}

.language {
    margin-left: 20px;
    transition: all .2s;
    right: 0;
    position: relative;
}

.language .country{
    cursor: pointer;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--fifth-color);
    position: relative;
    display: inline-block;
}

.language .country img{
    width: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.language .country:not(:last-child){
    margin-right: 5px;
}

.header-right{
    margin-top: 20px;
}

.boxSearch.active + .language{
    right: -120px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.boxSearch .showSearch .closeSearch{
    display: none;
    width: 24px;
    height: 24px;
    transform: translateY(7px);
    cursor: pointer;
}

.boxSearch.active .showSearch .closeSearch{
    display: block;
}

.boxSearch.active .showSearch .icon-search{
    display: none;
}

.boxSearch.active .form-search{
    width: 190px;
    border-bottom: 1px solid var(--fourth-color);
}

.boxSearch.active .form-search .submit-search{
    opacity: 1;
    visibility: visible;
}

.boxSearch.active .form-search input{
    padding-right: 35px;
}

/* Menu  */
.menu-wrap{
    background-color: #0235de;
}

.menu-wrap.affix{
    width: 100%;
    top: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    animation: slide-down .5s linear forwards;
    z-index: 10;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu{
    text-align: center;
}

.menu .item-level-1{
    display: inline-block;
    position: relative;
}

.menu .item-level-1:not(:last-child){
    margin-right: 45px;
}

.menu .name-level-1{
    display: block;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 15px 0;
    position: relative;
    font-weight: bold;
    color: var(--fourth-color);
}

.menu .name-level-1::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--fifth-color);
    transition: all 0.3s linear;
}

.menu .item-level-1.active .name-level-1,
.menu .item-level-1:hover .name-level-1{
    color: var(--fifth-color);
}

.menu .item-level-1.active .name-level-1::before,
.menu .item-level-1:hover .name-level-1::before{
    width: 100%;
}

.menu .level-2{
    min-width: 220px;
    background: var(--fourth-color);
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    z-index: 3;
    border-bottom: solid 3px var(--second-color);
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    text-align: left;
    box-shadow: 0 0px 2px rgba(0, 0, 0, .1);
}

.menu .item-level-1:hover .level-2{
    opacity: 1;
    visibility: initial;
    transform: initial;
}

.menu .level-2 .item-level-2:not(:last-child){
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.menu .level-2 .name-level-2{
    font-size: 14px;
    line-height: 22px;
    display: block;
    font-weight: bold;
    padding: 12px 20px;
    color: var(--third-color);
}

.menu .level-2 .item-level-2:hover .name-level-2{
    color: var(--fourth-color);
    background-color: var(--second-color);
}

/* Banner  */
.banner-wrap{
    position: relative;
    height: 620px;
}

#banner .wrap-img{
    padding-bottom: 620px;
}

#banner .img-100:hover img {
    transform: scale(1);
}

.solutionBanner{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0235de;
    padding: 20px 30px;
    z-index: 1;
}

#banner .owl-dots,
.news-featured .owl-dots {
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 0;
    text-align: center;
}

.news-featured .owl-dots{
    bottom: 20px;
}

#banner .owl-dots button,
.news-featured .owl-dots button {
    margin: 0 10px;
}

.owl-dots button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--fourth-color);
}

.owl-dots button.active span{
    background-color: var(--second-color);
    border: 1px solid var(--second-color);
}

/* Sec 1 */
.sec-home-1 {
    padding: 50px 0 70px 0;
}

.h2-title{
    font-size: 42px;
    line-height: 53px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 60px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.h2-title img{
    width: 130px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.dich-vu .item .wrap-img{
    padding-bottom: 76%;
}

.dich-vu .item .des{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(31, 72, 124, 0.85);
    color: var(--fourth-color);
    padding: 20px 15px;
}

.dich-vu .item .name{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--fourth-color);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dich-vu .item .view{
    font-size: 12px;
    color: var(--fourth-color);
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.dich-vu .item .view .fa{
    position: absolute;
    right: 0;
    top: 51%;
    transform: translate(0, -50%);
    transition: all 0.2s;
}

.dich-vu .item .view:hover .fa{
    right: -5px;
}

.dich-vu{
    margin-bottom: 50px;
}

.viewDetail a,
.viewDetail button{
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid var(--second-color);
    padding: 8px 20px;
    min-width: 240px;
    z-index: 1;
    font-size: 13px;
    color: var(--second-color);
    font-weight: bold;
    text-align: left;
    transition: all 0.2s;
}

.viewDetail a::before,
.viewDetail button::before{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: 100%;
    bottom: -1px;
    z-index: -1;
    background-color: var(--second-color);
    transition: all 0.2s;
}

.viewDetail a:hover::before,
.viewDetail button:hover::before{
    right: -1px;
}

.viewDetail a:hover,
.viewDetail a:hover span .fa,
.viewDetail button:hover,
.viewDetail button:hover span .fa{
    color: var(--fourth-color);
}

.viewDetail a span,
.viewDetail button span{
    display: block;
    position: relative;
    padding-right: 20px;
}

.viewDetail a span .fa,
.viewDetail button span .fa{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px;
    line-height: 30px;
    transform: translateY(-50%);
    color: var(--second-color);
    transition: all 0.2s;
}

.viewDetail button{
    background-color: var(--fourth-color);
    min-width: auto;
    width: 100%;
}

.dich-vu .owl-nav button .fa{
    color: #bfbfbf;
    font-size: 50px;
    line-height: 40px;
}

.dich-vu .owl-nav button,
.infoAbout .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 40px;
    padding: 0;
}

.dich-vu .owl-nav .owl-prev{
    left: -60px;
}

.dich-vu .owl-nav .owl-next{
    right: -60px;
}

/* Sec 2 */
.sec-home-2{
    padding: 70px 0 80px 0;
    position: relative;
    color: var(--fourth-color);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* z-index: -1; */
}

.titleBox{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.sec-home-2 .des{
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.sec-home-2 .viewDetail{
    margin-bottom: 40px;
}

.viewDetail.white a{
    border: 2px solid var(--fourth-color);
    color: var(--fourth-color);
}

.viewDetail.white a::before{
    background-color: var(--fourth-color);
}

.viewDetail.white a span .fa{
    color: var(--fourth-color);
}

.viewDetail.white a:hover, 
.viewDetail.white a:hover span .fa{
    color: var(--second-color);
}

.infoAbout .item{
    text-align: center;
    padding-top: 20px;
}

.infoAbout .item .icon{
    height: 80px;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 100%;
    background-color: var(--fourth-color);
    text-align: center;
    line-height: 80px;
    font-size: 35px;
    position: relative;
    color: var(--second-color);
}

.infoAbout .item .icon::before{
    content: '';
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all .5s;
}

.infoAbout .item:hover .icon::before{
    transform: rotate(0deg) scale(1.4) skew(1deg);
    opacity: 0;
    transition: all 1s;
}

.infoAbout .item .icon .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.infoAbout .item .name{
    text-transform: uppercase;
    margin-bottom: 15px;
}

.infoAbout .item .number{
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
}

/* Sec 3 */
.sec-home-3{
    padding: 50px 0 60px 0;
}

.news-home .item .wrap-img{
    padding-bottom: 330px;
}

.news-home .item .content{
    background-color: #f6f6f6;
    padding: 15px 100px 15px 15px;
    min-height: 85px;
}

.news-home .item .content .nameNews{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 54px;
}

.dateNews{
    font-size: 12px;
    color: #999999;
    position: relative;
    padding-left: 20px;
}

.dateNews .fa{
    position: absolute;
    left: 0;
    top: 49%;
    transform: translate(0, -50%);
    color: var(--second-color);
    font-size: 13px;
}

.news-home .owl-nav button .fa{
    color: var(--fourth-color);
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-home .owl-nav button {
    position: absolute;
    bottom: 12px;
    width: 30px;
    height: 60px;
    border: none;
    background-color: #c9c9c9 !important;
    color: transparent !important;
    z-index: 1;
    transition: all 0.5s ease;
}

.news-home .owl-nav .owl-prev{
    right: 50px;
}

.news-home .owl-nav .owl-next{
    right: 15px;
}

.news-home .owl-nav button:hover{
    background-color: var(--second-color) !important;
}

.news-home{
    margin-bottom: 20px;
}

.item-news .wrap-img{
    padding-bottom: 65.56%;
    margin-bottom: 10px;
}

.item-news .content .nameNews{
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 23px;
    display: inline-block;
}

.nameNews:hover{
    color: var(--second-color);
}

.listNewsHome{
    margin: 0 5px;
}

.listNewsHome .item-news{
    margin: 0 -5px;
}

.newsHomeRight{
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.newsHomeRight .title{
    padding: 15px 15px 15px 50px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--fourth-color);
    background-color: var(--third-color);
    position: relative;
}

.newsHomeRight .title .fa{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 20px;
}

.listNewsRight{
    padding: 0 15px;
}

.listNewsRight .item{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.listNewsRight .item .nameNews{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
}

.listNewsRight .item .des{
    font-size: 13px;
    color: #666666;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 69px;
    margin-top: 10px;
}

.newsHomeRight .viewDetail{
    padding: 30px;
}

/* Sec 4 */
.sec-home-4{
    padding: 50px 0 80px 0;
    background-color: #f6f6f6;
}

.video .item .wrap-img{
    padding-bottom: 390px;
    cursor: pointer;
}

.video .item .wrap-img::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-image: url(images/bgvideo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
}

.video .item .wrap-img .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px;
    z-index: 2;
    color: #fff;
    max-width: 90%;
    font-size: 16px;
    line-height: 25px;
}

.video .owl-dots{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    transform: translate(0%, 0%);
    text-align: right;
    padding: 0 20px;
}

.video .owl-dots button {
    margin: 0 5px;
}

#modal-ytb .modal-dialog {
    width: 80vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 16 / 9;
    margin: 0;
}

.slideVideo{
    margin: 0 -10px;
}

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

.listImgHome .item .wrap-img{
    padding-bottom: 190px;
}

.listImgHome .item .wrap-img .fa{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--fourth-color);
    font-size: 18px;
    z-index: 1;
}

.albumHome{
    margin: 0 10px;
}

/* Sec 5 */
.sec-home-5{
    padding: 50px 0 60px 0;
}

.doi-tac .item .wrap-img{
    padding-bottom: 110px;
}

.doi-tac .item .wrap-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 85%;
    width: unset;
    height: unset;
}

/* Sec 6 */
.titleHomeContact{
    background-color: var(--second-color);
    color: var(--fifth-color);
    text-align: center;
    padding: 15px 20px;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
}

.contactHome{
    padding: 40px 0 10px 0;
}

.contactHome .infoContact{
    margin-bottom: 30px;
}

.contactHome .infoContact .address{
    color: var(--third-color);
    font-size: 24px;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contactHome .infoContact .phone .fa{
    display: inline-block;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    background-color: var(--second-color);
    border-radius: 100%;
    color: var(--fifth-color);
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    transition: all 0.5s ease;
}

.contactHome .infoContact .phoneNumber{
    color: #003433;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.contactHome .infoContact .phone:hover .fa{
    border-radius: 0;
}
/* Footer  */
.footer-wrap{
    background-color: var(--third-color);
    padding: 80px 0 60px;
}

.footer-wrap,
.footer-wrap a{
    color: var(--fourth-color);
}

.footer-inner{
    margin-bottom: 60px;
}

.addressFoot .title{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--fifth-color);
    text-transform: uppercase;
}

.addressFoot .contactInfo,
.linkPage .item{
    font-size: 14px;
    margin-bottom: 10px;
}

.addressFoot .contactInfo a{
    text-decoration: underline;
    font-size: 16px;
}

.addressFoot .contactInfo a:hover{
    color: var(--second-color);
}

.linkPage .item a{
    font-weight: bold;
}

.linkPage .item a:hover{
    color: var(--second-color);
    text-decoration: underline;
}

.congthuong{
    font-size: 12px;
}

.congthuong img{
    max-width: 110px;
    margin-bottom: 20px;
}

.congthuong .info-wrap{
    margin-bottom: 15px;
}

.congthuong .info{
    line-height: 20px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.congthuong .info .fa{
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0.5;
}

.linkInfo{
    margin: 0 -10px;
}

.linkInfo .link{
    width: 25%;
    float: left;
    padding: 0 10px;
    position: relative;
}

.linkInfo .link:not(:first-child):after{
    content: '|';
    position: absolute;
    bottom: 0;
    left: -5px;
}

.linkInfo .link a:hover{
    text-decoration: underline;
}

.copyright{
    font-size: 12px;
    line-height: 30px;
}

.copyright strong,
.copyright a{
    color: var(--fifth-color);
}

.social-icons{
    text-align: right;
}

.social-icons a{
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}

.social-icons a:not(:last-child){
    margin-right: 25px;
}

.social-icons a:hover{
    transform: translateY(-5px);
}

.btn-fixed-wrap{
    position: fixed;
    top: 40%;
    right: 15px;
    z-index: 11;
}

.btn-fixed-wrap .btn-fixed{
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    margin: 10px auto 0px;
}

.support-hotline{
    width: 70px;
    height: 70px;
    position: relative;
    display: block;
    background: var(--second-color);
    border-radius: 50%;
    text-align: center;
    color: var(--fourth-color);
    padding: 5px 10px;
    cursor: pointer;
}

.support-hotline:hover,
.support-hotline:focus{
    color: var(--fourth-color);
}

.support-hotline span{
    font-size: 11px;
    line-height: 16px;
    display: block;
    position: relative;
    z-index: 1;
}

.support-hotline .fa{
    font-size: 16px;
    line-height: 24px;    
    animation: quick-alo 1s infinite ease-in-out;
}

@keyframes quick-alo {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-10deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(10deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-10deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(10deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.support-hotline::before{
    background-color: rgba(47, 149, 251, 0.9);
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    position: absolute;
    content: '';
    border-radius: 100%;
    border: 2px solid transparent;
    animation: quick-alo-border 2.3s infinite ease-in-out;
    transition: all .5s;
}

@keyframes quick-alo-border {
    0% {
        transform: rotate(0deg) scale(1) skew(1.5deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1.5) skew(2deg);
        opacity: 0;
    }
}

.btn-fixed-wrap .btn-fixed:hover{
    transform: translateX(-10px);
}

.support-wrap{
    position: relative;
}

.support-content{
    width: 250px;
    position: absolute;
    background: var(--fourth-color);
    top: 0;
    right: -15px;
    padding: 18px;
    color: var(--primary-color);
    border: solid 2px var(--second-color);
    border-radius: 5px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}

.support-wrap.open .support-content{
    visibility: visible;
    opacity: 1;
    right: 105px;
} 

.support-content:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #2f95fb;
    position: absolute;
    left: 100%;
}

.support-content .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.support-content .hotline-tuvan{
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

.support-content .hotline-tuvan a{
    display: block;
    padding-left: 30px;
    position: relative;
    color: var(--second-color);
    font-weight: bold;
    line-height: 28px;
    font-size: 20px;
}

.support-content .hotline-tuvan a .fa{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 28px;
}

.support-content .hotline-tuvan a:not(:last-child){
    margin-bottom: 20px;
}

#back-to-top{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 9;
    color: var(--fourth-color);
    font-size: 20px;
    transition: all 0.5s ease;
    background-color: var(--second-color);
    border-radius: 50%;
    transform: translate(150%, 0);
    visibility: hidden;
    opacity: 0;
}

#back-to-top.show{
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

#back-to-top .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
    animation: bouncez 1.2s 500ms infinite;
}

@keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(-50%, -50%);
    }
    40% {
        transform: translate(-50%, -80%);
    }
    60% {
        transform: translate(-50%, -60%);
    }
}

/* breadcrumb */
.breadcrumb-build{
    position: relative;
}

.breadcrumb-build .wrap-img{
    padding-bottom: 400px;
}

.breadcrumb-build .img-100 img{
    object-fit: cover;
}

.breadcrumb-build .img-100:hover img {
    transform: scale(1);
}

.breadcrum{
    background-color: rgba(47, 149, 251, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px 0;
}

.breadcrum ol li{
    display: inline-block;
    position: relative;
}

.breadcrum ol li:last-child a{
    pointer-events: none;
}

.breadcrum ol li:not(:first-child){
    margin-left: 16px;
}

.breadcrum li a{
    font-size: 12px;
    line-height: 22px;
    color: var(--fourth-color);
}

.breadcrum li:not(:first-child)::before{
    content: '/';
    position: absolute;
    top: 0px;
    left: -10px;
    color: var(--fourth-color);
}

/* Contact page */
.wrapCont{
    padding: 50px 0 80px 0;
}

.h2-title.b{
    font-weight: bold;
}

.brand{
    margin-bottom: 40px;
}

.brand .title{
    margin-bottom: 20px;
    line-height: 1.4;
    color: #223f91;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

.brand .contact{
    background-color: #f5f5f5;
    padding: 20px 15px;
}

.brand .info-contact{
    font-size: 14px;
    line-height: 22px;
}

.brand .info-contact .name{
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.brand .info-contact .info{
    padding-left: 25px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 5px;
    color: #555555;
    font-size: 15px;
}

.brand .info-contact .info .fa{
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    color: #bbbbbb;
    transform: translateY(-50%);
}

.viewMap .view{
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px 10px 15px;
    text-transform: uppercase;
    color: #223f91;
    background-color: var(--fourth-color);
    position: relative;
    transition: all 0.5s ease;
}

.viewMap .view:hover{
    background-color: #0058a0;
    box-shadow: inset 0 0 3px #0058a0;
    color: var(--fourth-color);
}

.viewMap .view .fa{
    position: absolute;
    right: 20px;
    font-weight: bold;
    top: 45%;
    transform: translate(0, -50%);
    font-size: 16px;
}

.form-contact-page .textContact{
    margin-bottom: 15px;
}

.form-contact-page .textContact p{
    padding: 5px 0px;
}

.form-contact-page .textContact p strong{
    font-size: 16px;
}

.form-contact-page .input-wrap-contact {
    margin-bottom: 15px;
}

.form-contact-page .labe {
    margin-bottom: 5px;
}

.form-contact-page input,
.form-contact-page textarea {
    width: 100%;
    background: #f5f5f5;
    height: 40px;
    padding-left: 30px;
    border: solid 1px rgba(0, 0, 0, 0.15);
}

.form-contact-page textarea {
    height: 122px;
    resize: none;
    padding-top: 7px;
}

.form-contact-page .submit-contact {
    padding: 10px 30px;
    background-color: #223f91;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
}

.mapContact{
    margin-top: 25px;
    background: #f5f5f5;
}

.mapContact .tab-content{
    padding: 0 35px 20px;
}

.mapContact ul li a{
    display: block;
    text-align: center;
    padding: 14px 15px;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
}

.mapContact ul li{
    display: inline-block;
}

.mapContact ul li.active a,
.mapContact ul li:hover a{
    color: #223f91;
}

.mapContact ul{
    padding: 20px;
    background: #f5f5f5;
}

.mapContact iframe{
    width: 100%;
    height: 600px;
}

/* News page  */
.news-page .dich-vu .item{
    margin: 0 -13px 4px;
}

.news-page .dich-vu{
    margin: 0 13px;
}

/* News detail  */
.news-detail .content-news h2{
    font-size: 18px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif !important;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.news-detail.page-detail .content-news h2{
    font-size: 26px;
    line-height: 36px;
}

.news-detail .content-news h3{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif !important;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.news-detail.page-detail .content-news h3{
    font-size: 22px;
    line-height: 30px;
}

.news-detail .content-news h4{
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif !important;
}

.news-detail .content-news p{
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 23px;
}

.news-detail.page-detail .content-news p,
.news-detail.page-detail .content-news ul li{
    font-size: 16px;
    line-height: 26px;
}

.news-detail .content-news img{
    margin-bottom: 20px;
    max-width: 100% !important;
    height: auto !important;
}

.news-detail .content-news ul{
    margin-bottom: 10px;
    padding-left: 35px;
}

.news-detail .content-news ul li{
    list-style: disc;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 23px;
}

.news-detail .content-news iframe{
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.wrap-news{
    max-width: 980px;
    margin: 0 auto;
}

.service{
    margin-top: 30px;
}

.service .title{
    color: var(--third-color);
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.formService .group-form{
    margin-bottom: 20px;
}

.formService .group-form input,
.formService .group-form select{
    height: 45px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    width: 100%;
}

.social-share {
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 20px;
    margin-top: 35px;
}

.social-share .icon{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--fourth-color);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
}

.social-share .icon .fa,
.social-share .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social-share .icon.fb{
    color: #3b5998;
}

.social-share .icon.twitter{
    color: #1da1f2;
}

.social-share .icon.pinterest{
    color: #cb2027;
}

.social-share .share{
    display: flex;
    align-items: center;
}

.social-share .share .txt{
    margin-right: 10px;
}

.social-share .share .icon:not(:last-child){
    margin-right: 15px;
}

.social-share .back{
    line-height: 35px;
    text-align: right;
}

.social-share .back .fa{
    margin-right: 5px;
}

.social-share .back a:hover{
    color: var(--second-color);
}

.related .dich-vu{
    margin-bottom: 0px;
}

/* Page giơi thiệu */
.aboutTop .wrap-img{
    padding-bottom: 81.35%;
}

.aboutTop .img-100:hover img {
    transform: scale(1);
}

.about-inner{
    max-width: 470px;
    margin: 0 auto;
}

.about-inner .title{
    font-size: 26px;
    line-height: 35px;
    color: #666666;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about-inner .content{
    font-size: 16px;
    color: #666666;
}

.about-inner .content p{
    margin-bottom: 10px;
}

.aboutMid{
    padding: 90px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--fourth-color);
}

/* News list  */
.tabMenu{
    margin-bottom: 50px;
}

.tabMenu ul{
    text-align: center;
}

.tabMenu ul li{
    display: inline-block;
}

.tabMenu ul li:not(:last-child){
    margin-right: 10px;
}

.tabMenu ul li a{
    display: block;
    padding: 10px 7px;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
    background-color: #f5f5f5;
}

.tabMenu ul li a:hover, 
.tabMenu ul li.current a {
    color: var(--fourth-color);
    background-color: var(--second-color);
}

.news-featured .item{
    background-color: #f5f5f5;
}

.news-featured .item .wrap-img{
    padding-bottom: 66.7%;
}

.news-featured .item .content{
    padding: 30px 20px;
}

.news-featured .item .dateNews{
    margin-bottom: 10px;
}

.news-featured .item .nameNews{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
}

.news-featured .item .des{
    margin-bottom: 20px;
}

.news-featured{
    margin-bottom: 40px;
}

.news-list .item-news .content{
    padding: 10px 0 20px;
}

.news-list .item-news .nameNews{
    font-size: 18px;
    line-height: 27px;
    height: 54px;
    margin-bottom: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}


.news-list .item-news{
    margin-bottom: 30px;
}

/* Pagination */
.news-page .pagination-build{
    margin-top: 30px;
}

.pagination-build{
    text-align: center;
}

.pagination-build li{
    display: inline-block;
}

.pagination-build li:not(:last-child){
    margin-right: 4px;
}

.pagination-build li a{
    width: 40px;
    height: 40px;
    border: none;
    background: #ebebeb;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    font-size: 18px;
}

.pagination-build li.active a,
.pagination-build li a:hover{
    background: var(--second-color);
    color: var(--fourth-color);
}

/* News detail  */
.date-share{
    margin-bottom: 20px;
}

.date-share .date{
    font-size: 13px;
    line-height: 20px;
    padding: 5px 13px;
    background: #223f91;
    color: var(--fourth-color);
    margin-right: 20px;
    display: inline-block;
}

.date-share .the-social .icon:not(:last-child){
    margin-right: 5px;
}

.date-share{
    display: flex;
}

.the-social{
    height: 30px;
}

.the-social .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    position: relative;
    color: var(--fourth-color);
    border-radius: 0%;
}

.the-social .icon .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.the-social .icon.fb{
    background-color: #3b5998;
}

.the-social .icon.google{
    background-color: #dc4e41;
}

.the-social .icon.twitter{
    background-color: #1da1f2;
}

.the-social .icon.pinterest{
    background-color: #cb2027;
}

.the-social .icon:hover {
    border-radius: 100%;
}

.news-inner-detail{
    border-top: 1px dotted #ddd;
    padding-top: 20px;
}

.comments-news .title{
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.form-comment textarea{
    height: 115px;
    resize: none;
}

.form-reply textarea{
    height: 70px;
    resize: none;
    margin-bottom: 15px;
}

.form-comment .content-info{
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: none;
}

.form-comment input{
    margin-bottom: 10px;
}

.form-comment button{
    font-size: 16px;
    line-height: 24px;
    color: var(--fourth-color);
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.form-reply button{
    font-size: 14px;
    line-height: 20px;
    color: var(--fourth-color);
    padding: 7px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    border-radius: 3px;
    transition: all 0.5s ease;
    width: 100%;
}

.form-comment button:hover,
.form-reply button:hover{
    background-color: var(--second-color);
}

.sidebar-news .title{
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f2f2f2;
    padding: 11px 20px;
    border-bottom: 1px solid #ddd;
}

.sidebar-news .item{
    background: #f2f2f2;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.sidebar-news .item .wrap-img{
    padding-bottom: 66.666667%;
    margin-bottom: 10px;
}

.sidebar-news .item .nameNews{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

.list-comment{
    margin-bottom: 50px;
}

.list-comment .item{
    padding: 20px 0 20px 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.list-comment .item .avt-img{
    position: absolute;
    top: 20px;
    left: 0;
}

.list-comment .item .avt-img img{
    width: 55px;
    height: 55px;
    object-fit: cover;
}

.list-comment .item .name{
    font-size: 14px;
    font-weight: bold;
}

.list-comment .item .info-person{
    font-size: 12px;
    line-height: 25px;
}

.reply-wrap{
    text-align: right;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.reply-wrap .phan-hoi{
    color: #666666;
    padding-right: 12px;
    position: relative;
}

.reply-wrap .phan-hoi .fa{
    font-size: 7px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #666666;
    position: absolute;
}

.reply-wrap .phan-hoi:hover{
    text-decoration: underline;
}

.related-post .title{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: solid 2px #01532d;
}

.related-post ul li:not(:last-child){
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}


.related-post ul li .nameNews{
    display: block;
    padding: 13px 170px 13px 0;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.related-post ul li span{
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.kq-search{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

#banner.owl-carousel {
    display: block;
} 

#banner.owl-carousel .item {
    display: none;
}

#banner.owl-carousel .item:first-child {
    display: block !important;
}

.fanPage img{
    max-width: 270px;
}
@media only screen and (max-width: 768px) {  
    .header-wrap.affix{
        width: 100%;
        top: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
        animation: slide-down .5s linear forwards;
        z-index: 10;
    }

    .menu-mobile{
        position: fixed;
        width: 100%;
        top: 73px;
        left: 0;
        bottom: 0;
        visibility: hidden;
        z-index: 50;
    }

    .menu-mobile.show{
        visibility: visible;
    }

    .menu-mobile .overlay{
        position: fixed;
        top: 73px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 51;
        opacity: 0;
        visibility: hidden;
        transition: all 0.8s ease;
    }

    .menu-mobile.show .overlay{
        opacity: 1;
        visibility: visible;
    }

    .menu-mobile .content{
        transform: translate(100%, 0%);
        position: relative;
        z-index: 60;
        transition: all 0.5s ease;
        max-width: 450px;
        background-color: var(--fourth-color);
        max-height: 570px;
        overflow-y: scroll;
    }

    .menu-mobile.show .content{
        transform: translate(0%, 0%);
    }

    .menu-mobile .item-level-1{
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .menu-mobile .item-level-1.active .name-level-1{
        color: var(--fourth-color);
        background-color: var(--second-color);
    }

    .menu-mobile .name-level-1{
        display: block;
        padding: 12px 30px;
        font-size: 18px;
        line-height: 27px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .menu-mobile .submenu{
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        font-size: 26px;
        line-height: 34px;
        color: #666666;
        transition: all 0.3s linear;
        border-left: solid 1px rgba(0, 0, 0, 0.1);
    }

    .menu-mobile .submenu .fa{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        transition: .3s;
    }

    .menu-mobile .submenu.active .fa{
        transform: translate(-50%, -50%) rotate(90deg);
        color: var(--fourth-color);
    }

    .menu-mobile .level-2{
        background: #dddddd;
        padding: 10px 0;
        display: none;
    }

    .menu-mobile .level-2 .name-level-2{
        display: block;
        padding: 9px 30px;
        padding-left: 30px;
        font-size: 15px;
        font-weight: bold;
    }

    .icon-menu-m{
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        cursor: pointer;
        color: var(--fourth-color);
        transition: all 0.3s ease;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        background: var(--second-color);
        margin-left: 10px;
    } 

    .icon-menu-m .style-icon{
        height: 2px;
        width: 23px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: var(--fourth-color);
    }

    .icon-menu-m .style-icon:before, 
    .icon-menu-m .style-icon:after{
        content: "";
        position: absolute;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        width: 23px;
        height: 2px;
        background: var(--fourth-color);
        transition: all 0.3s ease;
    }

    .icon-menu-m .style-icon:before{
        top: -6px;
    }

    .icon-menu-m .style-icon::after{
        top: 6px;
    }

    .icon-menu-m.showMenu .style-icon{
        height: 0px;
    }

    .icon-menu-m.showMenu .style-icon:before{
        transform: rotate(130deg);
        left: 0;
        top: 0;
    }

    .icon-menu-m.showMenu .style-icon::after{
        transform: rotate(45deg);
        left: 0;
        top: 0;
    }

    .header-right {
        margin-top: 0px;
    }

    .optionLogo{
        justify-content: end;
        margin-top: 10px;
    }

    #banner .wrap-img {
        /* padding-bottom: 55%; */
        padding-bottom: 60%;
    }

    #banner .owl-dots{
        bottom: 5px;
    }

    .solutionBanner,
    .solutionBannerTop{
        position: relative;
        padding: 10px;
        font-size: 16px;
        line-height: 25px;
        color: var(--fifth-color);
        background-color: #0235de;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;    
    }
    
    .logo img {
        max-width: 100%;
        display: none;
    }

    .name-logo{
        padding-left: 0px;
        transform: translateY(0px);
    }

    .name-logo p:nth-child(1){
        font-size: 25px;
        line-height: 30px;
        border-bottom: 2px solid var(--fifth-color);
    }

    .name-logo p:nth-child(2){
        font-size: 25px;
        transform: translateY(6px);
    }

    .name-logo p:nth-child(3){
        transform: translateY(7px);
        font-size: 9px;
    }

    .language{
        margin-left: 0px;
        transform: translateY(4px);
    }

    .sec-home-1 {
        padding: 25px 0 40px 0;
    }

    .h2-title{
        font-size: 25px;
        line-height: 38px;
        padding-bottom: 45px;
        margin-bottom: 20px;
    }

    .h2-title img{
        width: 115px;
        height: auto;
    }

    .dich-vu .item .wrap-img {
        padding-bottom: 84%;
    }

    .dich-vu .item .name{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        height: 40px;
    }

    .dich-vu .item .des{
        padding: 10px;
    }

    .dich-vu .item .view{
        display: none;
    }

    .dich-vu {
        margin-bottom: 30px;
    }

    .dich-vu .owl-nav button .fa,
    .infoAbout .owl-nav button .fa {
        color: var(--fourth-color);
        font-size: 35px;
        line-height: 35px;
    }

    .dich-vu .owl-nav .owl-next,
    .infoAbout .owl-nav .owl-next {
        right: 5px;
    }

    .dich-vu .owl-nav .owl-prev,
    .infoAbout .owl-nav .owl-prev {
        left: 5px;
    }

    .sec-home-2{
        padding: 30px 0 40px 0;
    }

    .titleBox{
        margin-bottom: 10px;
    }

    .sec-home-2 .des{
        font-size: 13px;
    }

    .sec-home-2 .viewDetail{
        margin-bottom: 30px;
    }

    .infoAbout .item .name{
        font-size: 12px;
        line-height: 20px;
    }

    .infoAbout .item .number{
        font-size: 35px;
        line-height: 40px;
    }

    .sec-home-3 {
        padding: 30px 0 40px 0;
    }

    .news-home .item .wrap-img {
        padding-bottom: 42%;
    }

    .news-home .item .content .nameNews{
        font-size: 13px;
        line-height: 22px;
        -webkit-line-clamp: 2;
        height: 66px;
    }
    
    .news-home .item .content{
        padding: 10px;
        min-height: auto;
    }

    .item-news .content .nameNews{
        font-size: 12px;
        line-height: 20px;
    }

    .newsHomeRight{
        margin-top: 20px;
    }

    .sec-home-4{
        padding: 35px 0 30px;
    }

    .video .item .wrap-img{
        padding-bottom: 70%;
        margin-bottom: 10px;
    }

    .listImgHome .item .wrap-img {
        padding-bottom: 75%;
    }

    #modal-ytb .modal-dialog{
        width: 90vw;
    }

    .sec-home-5{
        padding: 30px 0;
    }

    .titleHomeContact{
        font-size: 20px;
        line-height: 30px;
    }

    .contactHome .infoContact .address{
        font-size: 14px;
        line-height: 25px;
    }

    .contactHome .infoContact .phoneNumber {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-wrap{
        padding: 30px 0;
    }

    .linkInfo {
        margin: 0 -5px;
    }

    .linkInfo .link{
        padding: 0 5px;
    }

    .linkInfo .link:not(:first-child):after{
        left: -10px;
    }

    .addressFoot,
    .congthuong,
    .footer-inner{
        margin-bottom: 20px;
    }

    .copyright {
        line-height: 20px;
        margin-bottom: 15px;
    }

    .copyright a{
        display: block;
    }

    .copyright span{
        display: none;
    }

    .social-icons{
        text-align: left;
    }

    .btn-fixed-wrap{
        top: 20%;
    }

    #back-to-top{
        right: 15px;
    }

    /* Contact page  */
    .breadcrumb-build .wrap-img {
        padding-bottom: 40%;
    }

    .breadcrum{
        display: none;
    }

    .wrapCont {
        padding: 30px 0 50px 0;
    }

    .brand .title{
        font-size: 22px;
    }

    .brand .info-contact .info .fa{
        transform: translateY(0%);
        top: 3px;
    }

    .viewMap .view{
        display: inline-block;
        padding: 10px 60px 10px 15px;
        margin-top: 10px;
    }

    .form-contact-page .button-wrap{
        text-align: center;
    }

    .mapContact iframe {
        height: 300px;
    }

    .mapContact .dropdown-button{
        font-size: 14px;
        line-height: 25px;
        font-weight: 600;
        padding: 10px 15px;
        background: #223f91;
        color: var(--fourth-color);
        position: relative;
    }

    .mapContact .dropdown-button .fa,
    .button-cate-news .dropdown-button .fa{
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 20px;
    }

    .button-map-group{
        position: relative;
    }

    .mapContact ul{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transition: all .3s;
        padding: 5px 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }

    .mapContact ul li{
        display: block;
    }

    .mapContact ul li a{
        text-align: left;
    }
    
    .mapContact ul.open{
        z-index: 2;
        opacity: 1;
        visibility: visible;
    }

    .news-page .dich-vu .item .name{
        display: block;
        height: unset;
    }

    .news-page .dich-vu .item .view{
        display: inline-block;
    }

    .service .title{
        font-size: 20px;
    }

    .viewDetail button{
        max-width: 230px;
    }

    .formService .group-form{
        margin: 0 -10px 20px;
    }

    .formService{
        margin: 0 10px;
    }

    .aboutTop .wrap-img{
        margin-top: 20px;
    }

    .news-featured .item-news .content {
        padding: 20px;
    }

    .news-featured .item-news .nameNews{
        font-size: 18px;
        line-height: 27px;
    }

    .news-list .item-news .content {
        padding: 0px 0 10px;
    }

    .news-list .item-news .nameNews{
        font-size: 13px;
        line-height: 20px;
        height: 40px;
    }

    .news-inner .item-news{
        margin: 0 -10px 20px;
    }  
    
    .news-inner{
        margin: 0 10px;
    }

    .pagination-build li a{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .button-cate-news{
        position: relative;
        margin-bottom: 30px;
    }

    .button-cate-news .dropdown-button{
        font-size: 15px;
        line-height: 24px;
        border: solid 1px var(--second-color);
        color: var(--fourth-color);
        padding: 7px 15px;
        position: relative;
        background-color: var(--second-color);
    }

    .button-cate-news ul{
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transition: all .3s;
    }

    .button-cate-news ul.active{
        z-index: 2;
        opacity: 1;
        visibility: visible;
    }

    .button-cate-news ul li a{
        display: block;
        font-size: 14px;
        line-height: 22px;
        text-transform: capitalize;
        padding: 10px 7px;
        background-color: #f5f5f5;
    }

    .button-cate-news ul li.current a{
        color: var(--fourth-color);
        background-color: var(--second-color);
    }

    .related-post ul li .nameNews{
        padding: 13px 0;
        display: block;
    }

    .related-post ul li span{
        position: relative;
        margin-top: 3px;
        display: inline-block;
        transform: translateY(0);
    }

    .kq-search {
        font-size: 18px;
    }

    .language .country:not(:last-child) {
        margin-right: 0px;
    }

    .form-search{
        width: 100%;
        padding: 5px 0;
        background: #dddddd;
    }

    .form-search input{
        height: 40px;
        width: 100%;
        border: none;
        padding-left: 15px;
        font-size: 15px;
        line-height: 24px;
        color: #888888;
        font-weight: bold;
    }

    .form-search input::placeholder{
        color: #888888;
    }

    .form-search .submit-search{
        top: 48%;
        color: #2f95fb;
        right: 30px;
        opacity: 1;
        visibility: visible;
    }

    .no-data{
        font-size: 24px;
    }

    .mapContact .tab-content {
        padding: 15px 15px 20px;
    }

    /* Tối ưu */
    .banner-wrap{
        min-height: 300px;
        height: inherit;
    }
    
    /* .dich-vu-carousel.owl-carousel {
        display: block;
    } 
    
    .dich-vu-carousel.owl-carousel .item {
        display: none;
    }
    
    .dich-vu-carousel.owl-carousel .item:first-child {
        display: block !important;
    } */
}

