@charset "UTF-8"; 
@font-face {
    font-family: 'SVN-Poppins';
    src: url("../fonts/SVN-Poppins-Light.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'SVN-Poppins';
    src: url("../fonts/SVN-Poppins-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'SVN-Poppins';
    src: url("../fonts/SVN-Poppins-Medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'SVN-Poppins';
    src: url("../fonts/SVN-Poppins-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'SVN-Poppins';
    src: url("../fonts/SVN-Poppins-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Angin-Senja';
    src: url("../fonts/1FTV-Angin-Senja.otf");
    font-style: normal;
    font-display: block;
}

:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --maincolor: #00428E;
    --secocl: #D6251A;
    --thcocl: #01BBE3;
}

div.wap_main {
}

body {
    font-size: 14px;
    font-family: 'SVN-Poppins', sans-serif;
    overflow-x: hidden !important;
    min-width: 1356px;
    max-width: 1920px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}
.autoHeight img{height:auto !important;}
a,input,textarea {
    outline: none;
    padding: 0px;
}

a {
    text-decoration: none!important
}

p {
    margin-bottom: 0.5rem;
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slick * {
    outline: none
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

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

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.wap_1200 {
    max-width: 1220px;
    margin: auto;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wap_1300 {
    max-width: 1320px;
    margin: auto;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wrap-main,.wrap-content {
    max-width: 1220px;
    margin: 40px auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wrap-home {
    max-width: 100%;
    padding: 0px !important;
    margin: 0;
    position: relative;
    z-index: 9;
}

.wrap-content {
    margin: auto;
}

.alert {
    width: 100%
}

.slick-none {
    display: none;
}

.slick-none.slick-slider {
    display: block;
}

/* General */
.title-main {
    margin-bottom: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
}

.title-main span {
    display: block;
    color: var(--maincolor);
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}

.title-main-index {
    margin-bottom: 1.5rem;
    text-align: center;
}

.title-main-index span {
    text-transform: capitalize;
    color: #006BC9;
    font-size: 46px;
    font-family: 'UTMAlpineKT';
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

.social {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-right: auto;
}

.social a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.social a img{max-height:18px;}

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    z-index: 2;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
}

.control-carousel:hover {
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: #fff;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

/* Header */
.header {
    width: 100%;
    position: sticky;
    z-index: 99;
    max-height: 65px;
    background: #fff;
    top: 0;
}

.logo-header a img {
}

.in-page .content-tour {
    margin-top: 0
}

.in-page .header {
    box-shadow: 0px 0px 5px
}

.logo-header {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.logo-header a {
    display: block;
    text-align: center;
}

.logo-header span {
    position: absolute;
    width: 100%;
    height: 120px;
}
.cart-temp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}

.cart-temp > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff5151;
    color: #FFF;
    margin-right: 10px;
    border-radius: 3px;
}

.cart-temp > div > p:nth-child(1) {
    font-weight: 700;
}

.search-bar {
    width: 70%;
    height: 50px;
    border: none;
    background-color: rgb(0 0 0 / .8);
    transition: all 0.6s;
    z-index: 12;
    border: none;
    position: absolute;
    border-radius: 0px;
    overflow: hidden;
    display: block;
    top: 130%;
    opacity: 0;
    transition: all 0.6s;
    visibility: hidden;
    right: 0;
}

.search-bar.open {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.search-bar input.search-text {
    background-color: transparent;
    border: none;
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    outline: none;
    position: relative;
    z-index: 2;
    color: #FFF;
}

.search-bar .search-btn {
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 2;
}

/* Menu */
.menu {position: relative;width: 100%;z-index: 9;min-width: 1356px;}
.menu-kh{position:relative;background: var(--maincolor);}
.menu .wrap-content {position:relative;}
.menu ul {width: calc(50% - 92.5px);padding: 0;margin: 0;list-style: none}
.menu ul.menu-main {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;/* border-bottom: 1px solid rgb(255 255 255 / 20%); */}
.menu ul li {position: relative;z-index: 1}
.menu ul li.li-home {}
.menu ul li.li-home a {padding-left: 0;}
.menu ul li.li-end a {padding-right: 0;}
.menu ul li a:hover,.menu ul li a.active {color: var(--thcocl);}
.menu ul li.menu-line {width: 1px;height: 15px;background-color: rgba(0,0,0,0.1);display: none;}
.menu ul li.datve-mn{padding-left:20px;}
.menu ul li.datve-mn a {display: block;position: relative;font-size: 15px;font-weight: 600;color: #121212;min-width: 110px;text-align: center;padding: 0 15px;line-height: 35px;border: 1px solid #121212;border-radius: 3px;text-transform: uppercase;text-decoration: none;transition: 0.5s;}
.menu ul li.datve-mn a:hover{color: #fff;background: var(--thcocl);border-color: var(--thcocl);}
.menu ul li a {display: block;position: relative;font-size: 15px;color: #121212;padding: 24px 25px;text-transform: uppercase;text-decoration: none}
.menu ul li a.has-child {padding-right: 16px;margin-right: 8px}
.menu ul li a.has-child:after {content: "";position: absolute;bottom: calc(50% - 4px / 2);right: 5px;width: 5px;height: 5px;border: 1px solid #fafafa;border-top: 0px;border-left: 0px;-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu ul li ul {position: absolute;min-width: 250px;background-color: #fafafa;border-radius: 0.25rem;-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);box-shadow: 1px 1px 15px rgba(0,0,0,0.15);-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}
.menu ul li:hover > ul {-webkit-transform: perspective(600px) rotateX(0);transform: perspective(600px) rotateX(0);transform-origin: 0 0 0;-webkit-transform-origin: 0 0 0;opacity: 1;visibility: visible}
.menu ul li ul li {padding-left: 0.75rem;padding-right: 0.75rem}
.menu ul li ul li a {font-size: 14px;color: #313131;border-bottom: 1px solid #ececec;padding: 10px 0px;text-transform: capitalize}
.menu ul li ul li a.has-child {margin-right: 0px}
.menu ul li ul li a.has-child:after {border-color: #313131;-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
.menu ul li ul li a.active {color: #ec2d3f}
.menu ul li ul li a.active.has-child:after {border-color: #ec2d3f}
.menu ul li ul li:last-child > a {border-bottom: 0px}
.menu ul li ul li:hover > a {color: var(--maincolor)}
.menu ul li ul li:hover > a.has-child:after {border-color: var(--maincolor)}
.menu ul li ul li ul {top: 0;left: 100%;margin-top: 0px}
.timkiem {color: #333;font-size: 15px;}
.search {width: 25%;position: absolute;background: #ffffff;border: 1px solid var(--thcocl);border-radius: 7px;left: 10px;bottom: 10px;z-index: 9;}
.search p {float: left;width: 35px;height: 35px;line-height: 35px;cursor: pointer;text-align: center;margin: 0px;color: var(--main-3);font-size: 16px}
.search input {width: calc(100% - 35px);height: 35px;float: left;outline: none;padding: 0px;border: 0px;background: transparent;text-indent: 10px;font-size: 13px;}
.search input::-webkit-input-placeholder {color: #333}
.search input:-moz-placeholder {color: #333}
.search input::-moz-placeholder {color: #333}
.search input:-ms-input-placeholder {color: #333}

.menu-fix{position: fixed;left: 0px;right: 0px;top: 0px;z-index: 999;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;background: #fff;box-shadow: 0 0 5px rgb(0 0 0 / 40%);}
.menu-fix .logo-header a{zoom: 0.65;}
.menu-fix ul.menu-main{border-bottom:0}
.menu-fix .logo-header{padding: 0;}
.menu-fix .search{bottom:unset;top:calc(100% + 10px)}

/* Menu RP */
.menu-res {
    display: none;
    height: 55px;
    z-index: 10;
    background: #00428E;
    position: relative;
    line-height: normal;
    width: 65px;
}

.menu-bar-res {
    height: 55px;
    padding: 0px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hamburger {
    display: block;
    width: 45px;
    height: 23px;
    position: relative;
}

#hamburger:before,#hamburger:after,#hamburger span {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,#hamburger:after,#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform,top,bottom,left,opacity;
    transition-property: transform,top,bottom,left,opacity;
}

.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block!important;
}

/* Search RP */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: var(--color-red);
    background: #fff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-red);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--color-red);
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: var(--color-red);
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc;
}

/* Slideshow */
.slideshow {
    position: relative;
}
.slideshow:before{position:absolute;content:'';width:100%;height: 213px;background: url(../images/web/sl1.png) no-repeat center top;background-size: 100%;left: 0;bottom: -60px;z-index: 5;}
.slideshow-item {
    display: block;
    cursor: pointer
}

.slideshow-image {
}

.slideshow-image img {
}

.content-show-slider {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.content-show-slider > div {
    width: 75.833333333%;
    position: relative;
    padding-top: 5px;
}

.slideshow a {
    display: block;
    cursor: pointer;
}

.slideshow a img {
    width: 100%;
}

.slideshow:hover .control-slideshow {
    opacity: 0.3;
}

.slideshow .control-slideshow:hover {
    opacity: 0.8;
}

.control-slideshow {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px/2);
    width: 35px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
}

.control-slideshow i {
    color: #ffffff;
}

.prev-slideshow {
    left: 20px;
    padding-right: 3px;
}

.next-slideshow {
    right: 20px;
    padding-left: 3px;
}

/* Partner */
.wrap-partner {
    padding: 50px 10px;
}

.wrap-partner .wrap-content {
    max-width: 1200px;
    padding: 0px;
    position: relative;
}

.owl-partner {
    padding: 0px 0px;
}

.partner {
    display: block;
}

.partner img {
    width: 100%;
}

/* 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);
}

/* Intro */
.wrap-custom-news {
    background: #f2f2f2;
    padding: 25px 0;
}

.wrap-news {
    padding: 30px 10px;
}

.wrap-intro {
    margin-bottom: 50px;
}

.left-intro {
    width: 48.75%;
}

.right-intro {
    width: 48.75%;
}

.custom-opinion .newshome-normal {
    align-items: center;
    margin-bottom: 10px;
}

.custom-opinion .pic-newshome-normal {
    width: 110px;
    margin-bottom: 0px;
    height: 110px;
    border-radius: 50%
}

.custom-opinion .pic-newshome-normal img {
    border-radius: 50%
}

.custom-opinion .desc-newshome {
    margin-bottom: 10px;
    font-size: 14px;
    background: url('../images/web/after_cus.png')no-repeat top left;
    padding-top: 25px;
    box-sizing: border-box;
    line-height: 25px;
    margin-bottom: 13px;
}

.custom-opinion .info-newshome-normal {
    width: calc(100% - 125px);
}

.custom-opinion .name-newshome.text-split a {
    color: #f00
}

.custom-opinion .name-newshome.text-split:hover a {
    color: #333
}

.custom-opinion .newshome-scroll ul li {
    margin-bottom: 20px !important
}

.pic-newshome-normal img {
    width: 100%;
}

.info-newshome-normal {
    width: calc(100% - 41%);
}

.video-main {
    position: relative;
    height: 385px;
}

.video-main iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.listvideos {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    color: var(--color-black);
    margin-top: 5px;
    cursor: pointer;
    outline: none;
}

.content-news-index-list .post-content {
    background: none !important;
    padding-top: 0 !important;
}

.content-news-index-list .post-content .meta-content {
    font-family: 'Roboto';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-news-index {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    width: 100%;
    margin-top: 30px;
}

.content-news-index-one p {
    margin-bottom: 0
}

.date-post {
    color: #E88C26;
    font-size: 14px;
    font-family: 'MuliRegular';
    margin-bottom: 10px !important;
}

.content-news-index-one {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content-news-index-one h3.nowrap {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-news-index-one h3 {
    border-bottom: 0px;
    padding-bottom: 0px;
    line-height: 18px;
    font-size: 20px;
    font-family: 'SVNProductSansRegular';
    margin-bottom: 13px;
    font-weight: normal;
    color: #333;
}

.content-news-index-one h3 a {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    text-decoration: none;
}

.content-news-index-one h3:hover a {
    color: #f00;
}

.content-news-index-one .meta-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    font-family: 'MuliRegular';
}

.content-news-index-one p img {
    transform: scale(1);
    transition: all 0.6s
}

.content-news-index-one div:nth-child(2) {
    width: calc(100% - 385px);
}

.content-news-index-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
}

.content-news-index-list .post-inner {
    margin-bottom: 12px;
    padding: 0 8px;
}

.news-index .post-content {
    width: 100%;
    margin-top: 5px;
}

.content-news-index-list .post-inner h3.nowrap {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-news-index-list .post-inner h3 {
    margin-bottom: 3px;
    border-bottom: 0px;
    padding-bottom: 0px;
    line-height: 25px;
    font-size: 16px;
    font-family: 'SVNProductSansRegular';
    margin-top: 10px;
}

.content-news-index-list .post-inner h3 a {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    text-decoration: none;
}

.content-news-index-list .post-inner:hover h3 a {
    color: #f00;
}

/* About*/
.content-about-right {
    width: 100%;
    max-width: 1366px;
    margin: auto;
}

.form-newsletter {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.form-newsletter > div {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 10px 30px;
    box-sizing: border-box;
}

.form-newsletter > div > h2 {
    color: #FFF600;
    font-size: 30px;
    font-family: 'SVNALoveOfThunder';
    text-align: center;
}

.form-newsletter > div > p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
}

.content-input-index {
    border-radius: 5px;
    overflow: hidden;
}

.form-newsletter > div span {
    position: absolute;
    background: #E6E6E6;
    display: inline-block;
    height: 38px;
    width: 50px;
    z-index: 1;
    line-height: 38px;
    text-align: center;
    color: #333;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content-input-index .newsletter-input {
    width: 100%;
}

.slick-advertisement {
    width: 100%;
    margin: auto;
}

.item-slick:hover img {
    filter: brightness(0.5);
    transition: all 0.6s
}

.item-slick img {
    max-width: 100%;
    transition: all 0.6s
}

.content-search-catalogy {
    width: 100%;
    background: url('../images/web/bgsearch.jpg')no-repeat top center;
    border: 5px solid #fff;
    background-size: cover;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    margin-bottom: 55px;
}

.catalogy-slick {
    max-width: 500px;
    margin: auto;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
}

.catalogy-slick:after {
    content: '';
    position: absolute;
    right: -49px;
    width: 52px;
    height: 45px;
    top: 0;
    background: url('../images/web/after_bg.png')no-repeat top center;
}

.catalogy-slick:before {
    content: '';
    position: absolute;
    left: -49px;
    width: 52px;
    height: 45px;
    top: 0;
    background: url('../images/web/before_bg.png')no-repeat top center;
}

.item-catalogy-slick h3 {
    font-size: 15px;
    font-family: 'MuliBold';
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 45px;
    text-align: center;
}

.item-catalogy-slick h3 a {
    text-decoration: none;
    color: #333
}

.item-catalogy-slick h3:hover a {
    color: #00428E
}

/* Video */
.css_flex_video {margin:0 -11px;}
.video {
    display: block;
    width: calc(33.33% - 22px);
    text-align: center;
    cursor: pointer;
    margin: 0 11px;
    margin-bottom: 22px;
}

.pic-video {
    position: relative;
    margin-bottom: 0;
}

.pic-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/web/vd.png) no-repeat center center;
}

.pic-video img {
    width: 100%
}

.pic-video img {
    width: 100%;
}

.name-video {
    font-size: 17px;
    color: #121212;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 0px
}

.name-video.text-split {
    -webkit-line-clamp: 2
}

.name-video:hover {
    color: var(--secocl)
}

/* Video home */
div.chay-vd {
    margin: 0 -11px;
}

div.chay-vd .item-vd {
}

div.chay-vd .video {
    width: auto;
    margin-bottom: 0;
}

div.chay-vd .name-video.text-split {
    -webkit-line-clamp: 2;
    line-height: 25px;
    max-height: calc(25px * 2);
}

/* Album */
.album {
    width: 23.5%;
    margin: 0 2% 2% 0;
    text-align: center;
    cursor: pointer;
}

.album:nth-child(4n+1) {
    clear: both;
}

.album:nth-child(4n) {
    margin-right: 0px;
}

.pic-album {
    position: relative;
}

.pic-album img {
    width: 100%;
}

.name-album {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

/*Poduct index*/
.vethamquan-index{padding:60px 0 70px 0}
.chay-ve{margin:-20px;}
.chay-ve .product {margin: 0;position: relative;background: none;box-shadow:unset;border-radius: 0;}
.chay-ve .product:hover{box-shadow: unset;}
.chay-ve .box-product {position: relative;display: block;margin: 20px;position: relative;background: #fff;box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);border-radius: 25px 0;transition: 0.5s;}
.chay-ve .box-product:hover{box-shadow: 0 0px 20px rgb(0 66 142 / 40%);}
.chay-ve .name-product.text-split{line-height: 26px;height: calc(26px * 2);}
.ve_xemthem{text-align:center;margin-bottom: 0;padding-top: 38px;}
.ve_xemthem a{position: relative;display: inline-block;color: var(--maincolor);font-size: 15px;font-style: normal;line-height: 43px;min-width: 185px;padding: 0 15px;margin: 0;border-radius: 50px;text-transform: capitalize;text-align: center;transition: 0.5s;border: 1px solid var(--maincolor);z-index: 7;}
.ve_xemthem a:hover {background: var(--secocl);border-color: var(--secocl);color: #fff;}
.fullmrzalo {
    width: 100% !important;
    margin: auto !important;
    padding-bottom: 20px;
}

.desc-title-product {
    font-size: 15px;
    color: #000;
    font-family: 'RobotoRegular';
}

.list-catalogy {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.list-catalogy p {
    display: inline-block;
    padding: 0 3px;
    margin-bottom: 10px;
}

.list-catalogy p span {
    padding: 10.5px 15.5px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    font-family: 'RobotoRegular';
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
}

.list-catalogy p span.active,.list-catalogy p span:hover {
    border: 1px solid #69A21F;
    transition: all 0.6s
}

/* Product */
.wrap-product {
}

.content-main {
}

.grid-page {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.boxProduct {display: grid;grid-template-columns: repeat(3,1fr);gap: 40px}
.boxProduct > .product {margin: 0!important;width: 100%;min-width: 100%}
.product {width: calc(33.33% - 40px);margin: 20px;position: relative;background: #fff;box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);border-radius: 25px 0;transition: 0.5s;}
.product:hover{box-shadow: 0 0px 20px rgb(0 66 142 / 40%);}
.box-product {position: relative;display: block}
.pic-product {}
.pic-product img {width: 100%;border-radius: 25px 0 0 0;}
.info-product{padding: 16px 20px 25px 20px;}
.name-product {line-height: normal;font-size: unset;margin-bottom: 0;}

.name-product a {
    color: #121212;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}

.name-product:hover a {
    color: var(--secocl);
}

.name-product.text-split {
    -webkit-line-clamp: 2;
}
.desc-product{color: #404040;font-size: 14px;font-style: normal;font-weight: 300;line-height: 1.5;margin-top: 7px;}
.desc-product.text-split {
    -webkit-line-clamp: 2;
}
.view-more-product {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.view-more-product a {
    color: #0033cc;
    text-transform: uppercase;
    text-decoration: underline;
}

.view-more-product:hover a {
    color: #f00
}

.price-product {
    margin-bottom: 0px;
    text-align: center;
    margin-block-start: 0em;margin-block-end: 0em;}

.price-new {
    font-size: 17px;
    font-weight: normal;
    color: #404040;
    text-align: right;
    padding: 9px 0;
    margin-top: 12px;
    margin-bottom: 0;
    padding-left: 42%;
    padding-right: 10px;
}

.price-new span{
    font-weight: 600;
    color: var(--secocl);
    margin-left: 5px;
}

.price-old {
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: line-through;
    font-family: 'Roboto';
    display: none;
}

.price-per {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    background: var(--color-red);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.cart-product {
    position: absolute;
    margin-bottom: 0px;
    left: 0;
    bottom: 25px;
}

.cart-product span {
    display: inline-block;
    cursor: pointer;
    width: 142px !important;
    padding: 0;
    line-height: 45px;
    border-radius: 0 50px 50px 0;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}

.cart-add {
    background-color: var(--maincolor);
}

.cart-add:hover {
    background-color: var(--secocl);
}

.cart-buy {
    background-color: var(--color-green);
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}

/* Post  */
.css_flex_baiviet {margin:0 -15px;}
.news {
    display: block;
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}

.pic-news {
    width: 100%;
    margin-bottom: 0;
}

.pic-news img {
    width: 100%;
    border-radius: 10px;
}

.info-news {
    width: 100%;
    padding-top: 20px;
}

.name-news {
    color: #121212;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.name-news.text-split {
    -webkit-line-clamp: 2;
}

.name-news:hover {
    color: var(--secocl);
}

.time-news {
    color: var(--maincolor);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.time-news span {
    padding: 3.5px 0;
    display: inline-block
}

.time-news span:nth-child(1) {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    text-transform: capitalize;
    border-radius: 3px;
    background: var(--maincolor);
    min-width: 76px;
    margin-right: 22px;
}

.time-news span:nth-child(2) {
    background: url(../images/web/bv1.png) no-repeat center left;
    padding-left: 20px;
    padding-right: 15px;
}

.time-news span:nth-child(3) {
    background: url(../images/web/bv2.png) no-repeat center left;
    padding-left: 15px
}

.desc-news {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 7px;
    margin-bottom: 0;
}

.view-news {
    display: inline-block;
    color: var(--secocl);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    background: url(../images/web/mt3.png) no-repeat center right;
    padding-right: 27px;
    margin-top: 17px;
}

.view-news:hover {
    color: var(--maincolor);
    background: url(../images/web/mt4.png)no-repeat center right
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128,128,128,0.15);
    margin-top: 15px;
    border-radius: 5px;
    /* display: flex; */
    /* align-items: center; */
}

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

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

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

.list-news-other li {
    margin-bottom: 2px;
    line-height: 1.5;
}

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

.list-news-other li a:hover {
    color: var(--secocl);
}

/*News index*/
.news-index {
    padding: 60px 0;
}

.chay-tintuc .news-nb .news {
    width: auto;
    margin: 0 15px;
    margin-bottom: 0;
}

.chay-tintuc {
    margin: 0 -15px;
}

.chay-tintuc .name-news.text-split {
    -webkit-line-clamp: 2;
    line-height: 23px;
    max-height: calc(23px * 2);
}

.chay-tintuc .desc-news.text-split {
    -webkit-line-clamp: 3;
    line-height: 22px;
    max-height: calc(22px * 3);
}

/* Contact */
.top-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.top-contact .article-contact {
    width: 48%;
}

.form-contact {
    width: 47%;
}

.input-contact {
    position: relative;
    margin-bottom: 15px;
}

.input-contact input,.input-contact textarea {
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
}

.input-contact input {
    text-indent: 10px;
}

.input-contact textarea {
    resize: none;
    height: 150px;
    padding: 10px;
}

.input-contact .custom-file-label::after {
    content: attr(title);
}

.bottom-contact {
    position: relative;
    width: 100%;
}

.bottom-contact iframe {
    display: block;
    width: 100%;
    height: 500px;
}

/* Footer */
.footer-article {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background: url(../images/web/bg3.png)no-repeat top center;
    background-size: cover;
}

.footer-article .wrap-content {
    padding: 65px 0 50px 0;
    width: 100%;
    box-sizing: border-box;
}

.footer-news:nth-child(1) {
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
}

.footer-news:nth-child(2) {
    width: 30%;
}

.footer-news:nth-child(3) {
    width: 15%;
}

.footer-news:nth-child(4) {
    width: 15%;
}

.footer-news:nth-child(5) {
    width: 24.5%;
}

.title-footer {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.title-footer:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    margin-bottom: 15px;
}

.footer-ul li:last-child {
    margin-bottom: 0px;
}

.footer-ul li a {
    color: #fff;
}

.footer-ul li:hover a {
    color: var(--thcocl);
}

.box-maps {
    border: 1px solid #fff;
    padding: 5px;
    box-sizing: border-box;
}

.if-footer {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.if-footer li {
    margin-bottom: 4px;
}

.if-footer li:last-child {
    margin-bottom: 0px;
    padding-top: 18px;
}

.if-footer li a {
    color: var(--mu-nn, #FFF);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.if-footer li:hover a {
    color: var(--thcocl);
}

#content-index {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
}

.footer-tags {
    background: #eee;
}

.footer-tags .wrap-content {
    padding: 30px 10px;
}

.label-tags {
    font-weight: 600;
    font-size: 15px;
}

.list-tags {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-tags li {
    margin: 0px 5px 5px 0px;
}

.list-tags li a {
    color: #fff;
    background-color: var(--color-red);
    padding: 6px 15px 8px 15px;
    border-radius: 3px;
    display: block;
}

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

.footer-powered {
    width: 100%;
    background: rgb(0 41 85 / 30%);
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.footer-powered .wrap-content {
    padding: 20px 0;
}

.footer-powered b {
    color: #fff;
    font-weight: normal;
}

.copyright {
    margin-bottom: 0px;
    text-align: center;
}

.copyright span {
    color: var(--thcocl);
}

.statistic {
    margin-bottom: 0px;
}

.statistic span {
    padding: 0 10px 0 7px;
}

.statistic span:last-child {
    padding-right: 0px;
}

#footer-map {
    position: relative;
    height: 450px;
}

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

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

/* Phân Trang Ajax */
.pagination-ajax {
    text-align: center;
}

.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(--color-red);
    color: #fff;
    border-color: var(--color-red);
}

/* 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: 30px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

/* Transition All */
.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
}

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

.scale-img:hover img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--thcocl);
    color: #fff;
    font-size: 35px;
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7,41,103,0.8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7,41,103,0.35);
    opacity: .4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

/* Zalo */
.btn-zalo {
    bottom: 298px;
}

/* Phone */
.btn-phone {
    bottom: 220px;
}
.btn-fb {
    bottom: 142px;
}

.btn-map {
    bottom: 376px;
}

/* Cart fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 443px;
    z-index: 10;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff!important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.toolbar {
    background: var(--color-red);
    width: 100%;
    padding: 3vw;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.toolbar ul li a img {
    height: 6vw;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 3.5vw;
    display: none;
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}

.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fixbar ul li {
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
}

.fixbar .icon-cart-mobile,.fixbar .icon-cart-new,.fixbar .icon-home-new,.fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
    font-size: 10px;
    position: absolute;
    background: red;
    color: #fff!important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    margin-left: 5px;
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #fff;
    padding: 9px 10px 10px 7px;
    z-index: 10;
}

.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plugbar ul li {
    width: 20%;
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969;
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px/2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234,230,230,0.5);
    border-radius: 100%;
}

/* Combo Phone */
.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103,182,52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103,182,52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0,175,242,0.5);
    opacity: .75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .support-online .btn-support {
    cursor: pointer;
}

.support-online .mes i {
    background: orange;
}

.support-online .sms i {
    background: red;
}

.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}

#my-phone-circle {
    position: relative;
    width: 50px!important;
    height: 50px!important;
}

.wcircle-open .wcircle-icon i:before {
    content: '\f00d';
}

.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    display: flex!important;
    display: -ms-flex!important;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative!important;
}

.wcircle-icon:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: rgba(18,130,252,.5);
    border: 1px solid #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -moz-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(18,130,252,.5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    -moz-animation: zoomIn 2s infinite ease-in-out;
    -ms-animation: zoomIn 2s infinite ease-in-out;
    -o-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
    position: absolute!important;
    left: 0;
    top: 0;
    display: none;
}

.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.wcircle-menu-item i,.wcircle-icon i {
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

/*criteria*/
.bg-criteria {
    background: #00428E;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.title-main-show {
    text-align: center;
    width: 100%;
}

.title-main-show h3 {
    font-size: 46px;
    color: #fff;
    font-family: 'Roboto';
    text-transform: capitalize;
}

.desc-title-main {
    max-width: 765px;
    margin: auto;
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto';
}

.item-slick {
    text-align: center;
    color: #fff;
    width: 100%;
    outline: none;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-slick h3 {
    font-size: 16px;
    font-family: 'MuliBold';
    text-align: left;
}

.item-slick h3 a {
    text-decoration: none;
    color: #fff;
}

.item-slick h3:hover a {
    color: #ff0;
}

.item-slick-img {
    text-align: center;
    margin: auto;
    border-radius: 50%;
    width: 95px;
}

.item-slick-img span {
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/web/bgicon.png')no-repeat top center;
    height: 92px;
    width: 95px;
}

.show-item-slick {
    padding: 0 23px;
    box-sizing: border-box;
    position: relative;
    outline: none;
}

.item-slick > div {
    width: calc(100% - 110px);
}

.slick-criteria {
    width: calc(100%);
    margin: auto;
    margin-top: 22px;
}

.desc-criteria {
    font-size: 14px;
    font-family: 'MuliRegular';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*Customer reviews*/
.slick-customer {
    width: 100%
}

.item-slick-reviews {
    padding: 0 18px;
}

.customer-reviews {
    text-align: center;
}

.customer-reviews span img {
    border-radius: 50%;
}

.customer-reviews span {
    margin: auto;
    display: inline-block;
}

.descs-reviews img {
    margin-right: 5px;
    display: inline-block !important;
    margin-left: 5px;
}

.descs-reviews {
    font-size: 14px;
    font-family: 'MuliRegular';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
    text-align-last: center;
}

.customer-reviews h3 {
    background: #fff;
    margin-top: -51px;
    width: 100%;
    z-index: 1;
    position: relative;
    font-size: 15px;
    font-family: 'MuliBold';
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 15px;
    color: #00428E;
}

.customer-reviews h3:after {
    content: '';
    position: absolute;
    left: calc((100% - 190px)/2);
    width: 190px;
    height: 1px;
    background: #262626;
    top: 8px
}

.customer-reviews h3:before {
    content: '';
    position: absolute;
    left: calc((100% - 165px)/2);
    width: 165px;
    height: 1px;
    background: #262626;
    bottom: 0px
}

/*Title Index*/
.tieude1 {
    text-align: center;
    padding-bottom: 22px;
}

.tieude1 h2 {
    color: var(--maincolor);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

.tieude1 p {
    position: relative;
    display: inline-block;
    color: var(--thcocl);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 0 27px;
    margin-bottom: 0;
}

.tieude1 p:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background: var(--thcocl);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tieude1 p:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background: var(--thcocl);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tieude2 {
    padding-bottom: 22px;
}

.tieude2 h2 {
    color: var(--maincolor);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

.tieude2 p {
    position: relative;
    color: #121212;
    font-family: Angin-Senja;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: -25px;
}

.mau_chu.tieude1 p,.mau_chu.tieude1 h2 {
    color: #fff
}

.mau_chu.tieude1 p:before,.mau_chu.tieude1 p:after {
    background: #fff
}

/* Vi sao */
div.box-visao-tc {
    position: relative;
    background: url(../images/web/bg2.png) no-repeat center center;
    background-size: 100% 100%;
    margin: -25px 0;
    padding: 75px 0 85px 0;
}

div.visao-tc {
    position: relative;
    max-width: 1090px;
    margin: 0 auto;
}

div.box-visao {
    position: relative;
    margin: -6px -35px;
    align-items: flex-start;
}

div.item_db {
    position: relative;
    width: calc(50% - 70px);
    margin: 6px 35px;
}

div.item_db .it_db {
}

div.item_db .img_tt {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.5s;
    margin-top: 5px;
}

div.item_db .info_tt {
    position: relative;
    width: calc(100% - 70px);
}

div.item_db .name_tt {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}

div.item_db .des_tt {
    color: #AAC7E8;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin-top: 8px;
}

div.item_db .view_tt {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    background: url(../images/web/mt2.png) no-repeat center right;
    padding-right: 50px;
    transition: 0.5s;
    margin-top: 15px;
}

div.item_db:hover .view_tt {
    color: var(--thcocl);
    background: url(../images/web/mt1.png) no-repeat center right;
}

div.item_db:hover .img_tt {
    background: var(--thcocl);
    border-color: var(--thcocl);
}

div.item_db:nth-child(1) .it_db,div.item_db:nth-child(2) .it_db {
    padding-right: 45px
}

div.item_db:nth-child(3) .it_db,div.item_db:nth-child(4) .it_db {
    padding-left: 45px;
}

div.item_db:nth-child(2) .it_db,div.item_db:nth-child(4) .it_db {
    padding-top: 35px
}

/* About us */
div.box-gioithieu-tc {
    position: relative;
    padding: 25px 0 70px 0;
    z-index: 9;
}

.wap-gioithieu-tc {
    position: relative;
}

.noidung_gt {
    width: 37.5%;
    position: relative;
    padding-top: 40px;
    z-index: 9;
    order: 2;
}

.tieude_gt {
    position: relative;
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 178.571% */
    text-transform: uppercase;
    padding-bottom: 27px;
}
.tieude_gt p{
    color: var(--maincolor);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom:0
}
.tieude_gt h2 {
    color: var(--thcocl);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
    margin-top: -2px;
}

.mota_gt {
    color: #121212;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    overflow-y: auto;
    padding-right: 10px;
    max-height: 245px;
}

.mota_gt::-webkit-scrollbar {
    background: #e8e8e8;
    width: 3px;
    height: 11px;
}

.mota_gt::-webkit-scrollbar-thumb {
    background: var(--maincolor);
}

.gt_xemthem {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    min-width: 155px;
    padding: 0 15px;
    margin: 0;
    margin-top: 40px;
    border-radius: 50px;
    background: var(--secocl);
    text-transform: uppercase;
    text-align: center;
    transition: 0.5s;
    z-index: 7;
}

.gt_xemthem:hover {
    background: var(--thcocl);
    color: #fff;
}

.hinhgt {
    position: relative;
    width: 61.5%;
}

/* du lich */
.dulich-index{padding:55px 0 65px 0;background:url(../images/web/bg1.png)no-repeat center;background-size:cover;}
.boxDulich {display: grid;grid-template-columns: repeat(3,1fr);gap: 36px 39px;}
.boxDulich > .item-dulich {margin: 0!important;width: 100%;min-width: 100%}
.item-dulich {
    position: relative;
    display: block;
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    transition: 0.5s;
}
.item-dulich:before{position:absolute;content:'';width:calc(100% - 22px);height:calc(100% - 72px);border:3px solid #fff;left:0;right:0;top:11px;margin:auto}
.pic-dulich {
    width: 100%;
    margin-bottom: 0;
}

.pic-dulich img {
    width: 100%;
}

.info-dulich {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(255 255 255 / 55%);
    text-align: center;
    min-height: 50px;
    padding: 3px 10px;
    transition: 0.5s;
}

.name-dulich {
    color: #121212;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.name-dulich.text-split {
    -webkit-line-clamp: 1;
}
.item-dulich:hover{box-shadow: 0 0 10px rgb(0 66 142 / 70%);}
.item-dulich:hover .name-dulich{color:#fff}
.item-dulich:hover .info-dulich{background: rgb(0 66 142 / 65%);}
.dl_xemthem{text-align:center;margin-bottom: 0;padding-top: 32px;}
.dl_xemthem a{position: relative;display: inline-block;color: #fff;font-size: 15px;font-style: normal;line-height: 45px;min-width: 185px;padding: 0 15px;margin: 0;border-radius: 50px;background: var(--maincolor);text-transform: capitalize;text-align: center;transition: 0.5s;z-index: 7;}
.dl_xemthem a:hover {background: var(--secocl);color: #fff;}

/*Video index*/
.video-index {
    padding: 75px 0 70px 0;
    background: url(../images/web/bgvd.png) no-repeat left bottom 25px #F2F8FA;
}

.content-video-index {
    width: 100%;
}

.info-video {
    width: 21%;
}

.link-video {
    width: 74%;
    padding-top: 22px;
}

/* Form contact */
.form-contact-index {
    background: url('../images/web/bgform.jpg')no-repeat top center;
    background-size: cover;
    padding: 60px 0;
    margin-top: 70px;
    margin-bottom: 30px;
}

.content-contact-index {
    width: 100%;
}

.content-contact-index > div:nth-child(1) {
    width: 48.333333333%;
    font-family: 'UTMAvoBold';
    text-transform: uppercase;
}

.content-contact-index > div:nth-child(1) h3 {
    color: #686C6E;
    font-size: 50px;
    letter-spacing: 15px;
}

.content-contact-index > div:nth-child(2) {
    width: 47.916666666%;
}

.box-form-contact {
    background: #fff;
    border-radius: 10px;
}

.box-newsletter {
    width: 100%;
}

.box-newsletter > .newsletter-input {
    width: 49%;
    margin-bottom: 10px;
}

#content-newsletter {
    width: 100%;
    padding-left: 10px;
    padding-top: 5px;
    border: 1px solid #ccc;
}

.pagination-home {
    width: 100%;
}
.pagination{flex-wrap:wrap;}
.efect-flash-vertical {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.efect-flash-vertical:after {
    position: absolute;
    top: 0;
    left: -66%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.efect-flash-vertical:hover:after {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.test {
    background: #3d3d3d;
    font-size: 15px;
    background: var(--thcocl);
    border-radius: 5px;
    padding-left: 45px;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 50px;
    padding-right: 18px;
    margin-bottom: 0;
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 85px;
    z-index: 11;
}

.test a {
    text-decoration: none;
    color: #fff;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

@-moz-keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes shake-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-o-keyframes shake-anim {
    0%,100%,50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes my {
    0% {
        color: #F8CD0A;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #F8CD0A;
    }
}

@-moz-keyframes my {
    0% {
        color: #F8CD0A;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #F8CD0A;
    }
}

@-o-keyframes my {
    0% {
        color: #F8CD0A;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #F8CD0A;
    }
}

@keyframes my {
    0% {
        color: #F8CD0A;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #F8CD0A;
    }
}

F8CD0A; }
}
