@charset "UTF-8";

/* Main */
:root {
    --color-main: #E6CC20;
    --color-hover: #d60000;
    --color-red: #d60000;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
}

body {
    font-size: 14px;
    background: #fff;
    top: 0px !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.skiptranslate{display:none !important;}.skiptranslate.goog-te-gadget{font-size:0px !important;display:block !important;}.skiptranslate>div{font-size:11px !important;}.skiptranslate>span{display:none !important;}#google_language_translator{display:none !important;}
a, input, textarea {
    outline: none;
    padding: 0px;
}

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

#wrapper{
    max-width: 100%;
    margin: auto;
}

.wrapin .top-head{
    background: rgba(0,0,0,0.7);
    margin-bottom: -20px;
}

.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;
}

.wrap-content {
    max-width: 1150px;
    margin: 0px auto;
    padding: 0px 10px;
}

.background-container{
    background-color: #edebee;
    padding: 50px 0px;
    background-position: top;
    background-size: 100% auto;
    width: 100%;
    display: inline-block;
    float: left;
}

.crom-content{
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
}


.transition, .hover_scale, .hover_rotate, .hover_opacity, .hover_scaleing {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.hover_scale:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}



.hover_scaleing:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.hover_scale_rotate_img:hover img {
    transform: scale(1.2) rotate(-6deg);
    -moz-transform: scale(1.2) rotate(-6deg);
    -webkit-transform: scale(1.2) rotate(-6deg);
    -o-transform: scale(1.2) rotate(-6deg);

}

.hover_rotate:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.hover_opacity:hover {
    opacity: 0.7;
}

/* Header */
.header {
    width: 100%;
    position: relative;
    top: 0px;
    margin: auto;
    display: inline-block;
    float: left;
}

.header .wrap-content{
    position: relative;
}
.mailtop{
    float: right;
    line-height: 40px;
}
.wrap-top{
    float: right;
    display: flex;
    justify-content: space-between;
    max-width: 655px;
    position: relative;
    margin-right: 175px;
}

.wrap-top div.open-shop, .wrap-top div.hotline, .wrap-top div.address{
    position: relative;
    padding: 9px 0px;
    padding-left: 25px;
    padding-right: 10px;
}
.wrap-top div.open-shop i, .wrap-top div.hotline i, .wrap-top div.address i{
    font-size: 18px;
    color: #f8b202;
    position: absolute;
    left: 0px;
    top: 11px;
}

.logo-head{width: 25%;float: left;}
.logo-hide{
    display: none;
}
.slogan-socical{
    width: 100%;
    background: #222222;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
}
.slogan{
    width: 40%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    font-family: 'Montserrat-Regular';
}
.mangxhtop{
    float: right;
    line-height: 40px;
    border-right: 1px solid #d39e4d;
    border-left: 1px solid #b68f2e;
    padding: 0px 20px;
}
.socical-menu{
    float: right;
}
.socical-menu ul{
    float: left;
    list-style: none;
    padding: 0px;
    padding-right: 30px;
    margin-bottom: 0px;
}
.socical-menu ul li{
    float: left;
}
.socical-menu ul li a{
    color: #fff;
    padding: 0px 10px;
}
.socical-menu ul li a:hover{
    color: #ff0;
}
.socical{
    float: right;
    line-height: 36px;
}

.top-head{
    width: 100%;
    height: 90px;
    color: #fff;
    font-family: 'BeVietnam-Regular';
    font-size: 16px;
    padding-top: 20px;
}


.banner-head{
    width: 55%;
    float: left;
    text-align: center;
}
.cartoon{
    position: absolute;
    right: 10px;
    top: 10px;
}
.add-email{
    width: 50%;
    float: left;
    padding-right: 10px;
    line-height: 40px;
}
.address{
    float: left;
    background:url(../images/img-data/dchi.png) left no-repeat;
    padding-left: 65px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.address p{
    margin-bottom: 0px;
}
.email{
    float: right;
}
.address-shop{
    position: absolute;
    left: 10px;
    top: 30px;
}

.filenl{
    float: left;
    margin-right: 20px;
}
.filenl a{
    color: #333;
}
.filenl a:hover{
    color: var(--color-red);
}
.wrap-top div.lang{
    position: absolute;
    top: 15px;
    right: -120px;
    padding: 0px;
}
.lang a{
    text-decoration: none;
}


.fix_head .top-head{
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    padding: 0px;
}
.fix_head .logo-head{
    top: -16px;
}
.header.fix_head .address-shop{
    display: none;
}
/* Search */
.khung_search {
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    z-index: 123;
}
.btn_search_display {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
}
.btn_search_display.active .lup{
    display: none;
}
.khung_search span i {
    color: #333;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.closese {
    display: none;
}
.btn_search_display.active .closese{
    display: block;
}

.khung_search span.closese i {
    font-size: 29px;
    top: 2px;
    position: relative;
}
.search {
    width: 0;
    opacity: 0;
    height: 33px;
    overflow: hidden;
    z-index: 100;
    position: absolute;
    background: #fff;
    top: 4px;
    right: 45px;
    border: 1px solid #dedede;
    border-radius: 20px;
}

.search p {
    width: 35px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #000;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: -1px;
}

.search input {
    width: calc(100% - 35px);
    height: 31px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 13px;
}

.search input::-webkit-input-placeholder {
    color: #808080;
    font-size: 13px;
}

.search input:-moz-placeholder {
    color: #808080;
    font-size: 13px;
}

.search input::-moz-placeholder {
    color: #808080;
    font-size: 13px;
}

.search input:-ms-input-placeholder {
    color: #808080;
    font-size: 13px;
}

.logo-banner{
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    padding: 5px 0px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.17);
}
.right-head i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: var(--color-main);
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}
.openshop{
    position: relative;
    padding: 2px 0px;
    padding-left: 50px;
    font-style: italic;
    color: #333;
    line-height: 1.3;
}
.openshop p{
    font-family: 'Roboto-Bold';
    color: #333333;
    margin-bottom: 0px;
    font-style: normal;
}

.hotline {
    float: right;
    position: relative;
    line-height: 35px;
    padding-top: 15px;
    width: 30%;
    text-align: right;
}
.hotline .ladi-shape{
    display:inline-block;
    float: none;
}
.ladi-shape{
    width: 32px;
    height: 32px;
    float: left;
    animation-name: swing;
    -webkit-animation-name: swing;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.hotline a{
    color: rgb(49, 45, 45);
    font-family: 'Roboto-Bold';
    font-size: 16px;
    text-decoration: none;
}
.hotline p{
    margin-bottom: 10px;
}



/* Menu */
.full-menu {
    width: 100%;
    margin: auto;
    position: relative;
    float: left;
}

.wrapmenu {
    width: 100%;
    margin: auto;
    position: relative;
    background:var(--color-main);
}
.wrap-logo{
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.wrap-logo:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.75);
    left: -5%;
    animation: light-left 3s infinite alternate linear;
}
.wrap-logo:after{
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.75);
    right: -5%;
    animation: light-right 3s infinite alternate linear;
}
@keyframes light-left{
    0%{left:-5%;opacity:0;}
    50%{left:50%;opacity:1;}
    100%{left:105%;opacity:0;}
    }
@keyframes light-right{
    0%{right:-5%;opacity:0;}
    50%{right:50%;opacity:1;}
    100%{right:105%;opacity:0;}
}
.content-list {
    width: 100%;
    min-height: 540px;
    background: #fff;
    position: relative;
    border: 1px solid #cbcbcb;
    border-top: none;
}
.content-list ul {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.content-list>ul>li>a>i{
    margin-right: 6px;
}
.content-list>ul>li>a {
    color: #333333;
    position: relative;
    padding: 11px 10px 11px 27px;
    font-size: 15px;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    display: block;
    font-family: 'Roboto-Regular';
    background: url(../images/img-data/icon.png) 10px 16px no-repeat;
}
.content-list>ul>li:last-child>a{
    border-bottom: none;
}
.content-list>ul>li>a svg{
    font-size: 10px;
    margin-top: -3px;
    margin-right: 5px;
    color: #cb1212;
}
.content-list>ul>li>a>i{
    color: #FF9801;
}
.content-list>ul>li:hover>a{
    color: var(--color-red);
}
.content-list ul li a:hover{
    color: var(--color-red);
}
.content-list>ul>li>ul{
    position: absolute;
    left: 247px;
    top: 0;
    z-index: 123;
    display: none;
    background: #fff;
    height: calc(100% + 1px);
    width: 952px;
    border: 1px solid #cbcbcb;
    overflow: auto;
}
.content-list>ul>li>ul>li{
    width: 25%;
    float: left;
    padding: 10px;
}
.content-list>ul>li>ul>li:nth-child(4n+1){
    clear: both;
}
.content-list>ul>li>ul>li>a{
    font-family: 'Roboto-Bold';
    font-size: 15px;
    color: #333;
}
.content-list>ul>li>ul>li>ul>li>a{
    font-family: 'Roboto-Regular';
    color: #333;
}
.content-list ul li:hover>ul{
    display: block;
}
.hover-menu{
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    display: none;
}
.slider{
    width: 100%;
    max-width: 635px;
    display: inline-block;
    float: left;
}
.slick-arrow{
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(../images/img-data/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
    cursor: pointer;
    z-index: 90000040;
}
.slick-prev:hover, .slick-prev:focus{
    background: url(../images/img-data/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
    background-position: -28px;
}
.slick-next:hover, .slick-next:focus{
    background: url(../images/img-data/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
    background-position: -52px;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
.slick-prev{
    left: 5px;
    background-position: -28px;
}
.slick-next{
    right: 5px;
    background-position: -52px;
}
.slide-for{
    margin-bottom: 10px;
    cursor: pointer;
}
.slider .slide-nav .slick-slide.slick-current.slick-active .item-nav:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
    left: 0px;
    top: 0px;
}
.mar-sli{
    margin: 0px -5px;
}
.padd-slid{
    padding: 0px 5px;
}
.item-nav{
    width: 100%;
    position: relative;
    max-width: 155px;
    margin: auto;
    cursor: pointer;
}
.top-slide{
    width: 100%;
    position: relative;
}
.label-100{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
/*Sản phẩm*/
.ladi-headline{
    font-size: 23px;
    font-family: 'OpenSansBold';
    color: #000;
}
.price{
    font-family: "Roboto-Bold";
    color: rgb(0, 0, 0);
    font-size: 22px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 1.2;
    margin: 10px 0px;
}

.pricenew{
    color: rgb(246, 38, 38);
}
.priceold{
    text-decoration: line-through;
}
.combo{
    font-family: "Roboto-Bold";
    font-size: 23px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 1.2;
    color: rgb(246, 38, 38);
}

.sale{
    background-color: rgb(221, 44, 44);
    border-style: dashed;
    border-color: rgb(251, 251, 251);
    border-width: 2px;
    width: 100%;
    display: inline-block;
    font-family: 'Roboto-Bold';
    line-height: 36px;
    color: #fff;
    font-size: 16px;
}
#countdown ul li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

#countdown ul li span {
  display: block;
  font-size: 4.5rem;

}

.number-buy{
    line-height: 20px;
    width: 100%;
    position: relative;
    background-color: rgb(137, 127, 127);
    border-radius: 10px;
    color: #fff;
    height: 20px;
    margin-top: 10px;
}
.text-buy{
    text-align: right;
    background-color: rgb(240, 47, 47);
    border-radius: 15px;
    position: absolute;
    top: -1px;
    left: 0px;
    height: 21px;
    line-height: 19px;
    padding-right: 50px;
}
.text-buy span{
    animation-name: flash;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    font-size: 16px;
}

.addcart-now{
    width: 100%;
    text-align: center;
}
.addcart-now a{
    display: inline-block;
    font-family: "Roboto-Bold";
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    background-color: rgb(239, 14, 14);
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;

}
.addcart-now a:hover{
    background-color: rgb(193 6 6);
}
.test-pro{
    width: 100%;
    max-width: 455px;
    margin: auto;
    position: relative;
    background: url(../images/img-data/shopship.png) left top no-repeat;
    background-size: 40px 40px;
    padding-left: 50px;
    margin-top: 20px;
}
.test-pro h3{
    font-family: "OpenSansBold";
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 0px;
}
.test-pro p{
    color: rgb(255, 0, 0);
    font-size: 14px;
    font-style: italic;
    text-align: left;
    line-height: 1.4;
}
.camk{
    border: 1px solid #000;
    padding: 10px;
}
.camk ul{
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0px;
}
.camk ul li{
    position: relative;
    padding-bottom: 15px;
    padding-left: 28px;
    color: rgb(56, 56, 56);
    font-family: 'Roboto-Bold';
    font-size: 15px
}
.camk ul li:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    content: '';
    background: url(../images/img-data/check.svg) no-repeat;
}
.camk p{
    color: rgb(255, 0, 0);
}
/*End sản phẩm*/

/*Lưu ý 1*/
.note-custommer{
    width: 100%;
    max-width: 960px;
    margin: auto;
    background-color: rgb(255, 250, 175);
    border-style: dashed;
    border-color: rgb(239, 15, 15);
    border-width: 2px;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
}
.title-note{
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: rgb(242, 25, 25);
    font-family: 'Roboto-Bold';
    margin-bottom: 20px;
    animation-name: flash;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.title-note:before{
    position: absolute;
    width: 144px;
    height: 2px;
    background: rgb(242, 29, 29);
    content: '';
    bottom: -10px;
    left: calc(50% - 72px);
}
/*End lưu ý*/
/*Video index*/
.video-index{
    width: 100%;
    max-width: 940px;
    margin: auto;
}
.item-videolk h3{
    color: rgb(0, 0, 0);
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
    position: relative;
}
.item-videolk h3:before{
    position: absolute;
    width: 100%;
    max-width: 364px;
    height: 1px;
    background: rgb(185, 57, 57);
    left: calc(50% - 182px);
    bottom: -5px;
    content: '';
}
.show-video{
    height: 525px;
    width: 100%;
    position: relative;
}
.show-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
}
/*End video*/
/*Hình ảnh */
.picture-index{
    width: 100%;
    max-width: 940px;
    margin: auto;
    margin-top: 20px;
}
.mar-sli-ha{
    margin-top: 5px;
}
.item-nav-ha{
    margin-right: 5px;
    cursor: pointer;
}
.item-nav-ha img{
    opacity: 0.7;
}
.slick-slide.slick-current.slick-active .item-nav-ha img{
    opacity: 1;
}

/*End hình ảnh*/
/*Huong dan su dung*/
.info-pro{
    margin-top: 20px;
}
h3.title-des{
    color: rgb(76, 69, 69);
    font-size: 23.9px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    position: relative;
    border-left: 3.5px solid rgb(221, 44, 44);
    padding-left: 10px;
}
/*End huong dan*/
/*Cách phân biệt*/
.title-pbt{
    margin-bottom: 20px;
}
.title-pbt h3{
    font-family: "Roboto-Bold";
    background: #e52d27;
    background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
    background: linear-gradient(180deg, #e52d27, #b31217);
    color: rgb(72, 51, 42);
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
    position: relative;
}
.title-pbt h3:before{
    position: absolute;
    width: 100%;
    max-width: 410px;
    height: 1px;
    background: #b31217;
    left: calc(50% - 205px);
    content: '';
    bottom: -10px;

}
/*end cách phân biệt*/
/*Luu y 2*/
.note-cust2{
    background-color: rgb(255, 250, 175);
    border-style: dashed;
    border-color: rgb(239, 15, 15);
    border-width: 2px;
    border-radius: 8px;
    padding: 10px;
}

.addcart-pro h3{
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.addcart-pro{
    text-align: center;
    margin-top: 20px;
}
.addcart-nows{
    text-align: center;
}
.note-addcart{
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}

.addcart-nows a{
    display: inline-block;
    font-family: "Roboto-Bold";
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    background-color: rgb(239, 14, 14);
    padding: 10px 20px;
    text-transform: uppercase;
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.thanhphan{
    background: #c6426e;
    background: -webkit-radial-gradient(circle, #c6426e, #642b73);
    background: radial-gradient(circle, #c6426e, #642b73);
    padding: 20px 0px;
    color: #fff;
    position: relative;
}
.thanhphan:before{
    background-color: rgba(0, 0, 0, 0.73);
    opacity: 0.92;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
}
.thanhphan .wrap-content{
    position: relative;
}
.info-thanhphan{
    text-align: center;
}
.info-thanhphan h3{
    font-family: "Roboto", sans-serif;
    color: rgb(236, 199, 183);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.item-acth{
    text-align: center;
    padding: 15px 0px;
    width: 100%;
    max-width: 430px;
    margin: auto;
}
.item-acth h4{
    margin-top: 10px;
    color: rgb(255, 238, 79);
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
}
.item-acth img{
    border:3px solid #fff;
    border-radius: 50%;
}
.item-acth p{
    text-align: left;
    font-size: 16px;
}
.title-general h2{
    color: rgb(0, 0, 0);
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
    position: relative;
}
.title-general h2:before{
    position: absolute;
    width: 100%;
    max-width: 364px;
    height: 1px;
    background: rgb(185, 57, 57);
    left: calc(50% - 182px);
    bottom: -5px;
    content: '';
}
.img-newspapers{
    width: 100%;
    max-width: 645px;
    margin: auto;
}
.free-ship{
    font-family: "Roboto-Bold";
    color: rgb(0, 0, 0);
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
}
.sale-bottom {
    width: 100%;
    max-width: 655px;
    margin: auto;
    margin-top: 10px;
}
.sale-bottom .sale{
    font-size: 19px;
}
.bottom-buy{
    width: 100%;
    max-width: 435px;
    margin: auto;
}
.sale .ladi-shape{
    width: 40px;
    height: 40px;
}
.ladi-element-cke{
    width: 100%;
    max-width: 640px;
    margin: auto;
    background-color: rgb(255, 250, 175);
    border-style: dashed;
    border-color: rgb(244, 130, 168);
    border-width: 2px;
    border-radius: 15px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.content-ladi h4{
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.content-ladi ul{
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 0px;
}
.content-ladi ul li{
    position: relative;
    padding-bottom: 8px;
    padding-left: 28px;
    color: rgb(56, 56, 56);
    font-family: 'Roboto-Bold';
    font-size: 20px;
    text-align: left;
}
.content-ladi ul li:before{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 22px;
    height: 22px;
    content: '';
    background: url(../images/img-data/check.svg) no-repeat;
}
.lang-header {
    position: absolute;
    right: 0px;
    top: 35px;
    text-transform: uppercase;
}
/*Bình luận*/
.comment{
    width: 100%;
    max-width: 960px;
    margin: auto;
    margin-top: 20px;
}
.title-comment h3{
    color: rgb(0, 0, 0);
    font-size: 23.9px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    position: relative;
    border-left: 3.5px solid rgb(221, 44, 44);
    padding-left: 10px;
}
.item-comment{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    padding-left: 60px;
}
.item-comment img{
    position: absolute;
    left: 0px;
    top: 0px;
}
.item-comment h4{
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
}
.date-comt{
    color: rgb(85, 76, 76);
    font-size: 12px;
    line-height: 1.6;
}
#SHAPE2406{
    width: 239px;
    height: 57.0005px;
    top: auto;
    left: 0px;
    bottom: 115px;
    right: auto;
    position: fixed;
    z-index: 90000050;
    cursor: pointer;
}
#SHAPE2406 svg:last-child {
    fill: url(#SHAPE2406_desktop_gradient);
}
#regicter{
    display: none;
    background: #8e0e00;
    background: -webkit-linear-gradient(180deg, #8e0e00, #1f1c18);
    background: linear-gradient(180deg, #8e0e00, #1f1c18);
    border-radius: 5px;
    padding: 42px;
}
.title-regic{
    font-family: "Roboto-Bold";
    color: rgb(255, 255, 255);
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
}
.title-regic:before{
    width: 200px;
    height: 1px;
    bottom: -10px;
    left: calc(50% - 100px);
    background: #fff;
    content: '';
    position: absolute;
}
.regicter-input{
    margin-bottom: 10px;
}
.regicter-button{
    text-align: center;
}
.regicter-button input{
    font-family: "Roboto-Bold";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    background-color: rgb(201, 44, 44);
    border: none;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0px 15px 20px -20px rgba(255, 255, 255, 1.0);
    -webkit-box-shadow: 0px 15px 20px -20px rgba(255, 255, 255, 1.0);
    border-radius: 5px;
}
.ladi-shapesd {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#SHAPE2408 {
    width: 36.2687px;
    height: 37.3257px;
    top: auto;
    left: 6px;
    bottom: 123px;
    right: auto;
    position: fixed;
    z-index: 90000050;
}
#SHAPE2408 svg:last-child {
    fill: rgba(255, 255, 255, 1.0);
}
#HEADLINE2407 {
    width: 180px;
    top: auto;
    left: 41px;
    bottom: 126px;
    right: auto;
    position: fixed;
    z-index: 90000050;
}
#HEADLINE2407 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0px;
}
#SHAPE2404 {
    width: 249px;
    height: 54.0005px;
    top: auto;
    left: 0px;
    bottom: 62px;
    right: auto;
    position: fixed;
    z-index: 90000050;
}
#SHAPE2404 svg:last-child {
    fill: url(#SHAPE2404_desktop_gradient);
}
#SHAPE2409 {
    width: 36.1201px;
    height: 41.1579px;
    top: auto;
    left: 9px;
    bottom: 68px;
    right: auto;
    position: fixed;
    z-index: 90000050;
}
#SHAPE2409 svg:last-child {
    fill: rgba(255, 255, 255, 1.0);
}
#HEADLINE2405 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0px;
}
#HEADLINE2405 {
    width: 180px;
    top: auto;
    left: 47px;
    bottom: 74px;
    right: auto;
    position: fixed;
    z-index: 90000050;
    text-decoration: none;
}
#BOX2402 {
    width: 330.5px;
    height: 42.8438px;
    top: auto;
    left: 0px;
    bottom: 15px;
    right: auto;
    position: fixed;
    z-index: 90000050;
}
#BOX2402 > .ladi-box {
    background-color: rgb(239, 15, 15);
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#HEADLINE2403 {
    width: 337px;
    top: auto;
    left: 3px;
    bottom: 26px;
    right: auto;
    position: fixed;
    z-index: 90000050;
}
#HEADLINE2403.ladi-animation > .ladi-headline {
    animation-name: flash;
    -webkit-animation-name: flash;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
#HEADLINE2403 > .ladi-headline {
    color: rgb(252, 252, 252);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0px;
}
/*đặt mua sp*/
.probook{
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 20px 0px;
}
.title-booknow h3{
    font-family: "Roboto-Bold";
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    color: rgb(221, 44, 44);
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
}
.price-gc{
    background-color: rgb(81, 62, 66);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 50%;
    float: left;
    font-family: "OpenSansBold";
    color: rgb(255, 255, 255);
    font-size: 23px;
    text-align: left;
    line-height: 1.2;
    text-align: center;
    padding: 10px;
}
.price-book{
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.price-book p{
    margin-bottom: 0px;
}
.price-gc p{
    text-decoration: line-through;
}
.price-cn{
    background-color: rgb(221, 44, 44);
    width: 50%;
    float: left;
    font-family: "OpenSansBold";
    color: rgb(255, 255, 255);
    font-size: 23px;
    text-align: left;
    line-height: 1.2;
    text-align: center;
    padding: 10px;
}
/*End đặt*/

.label-lang {
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
}

.lang-header ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 0px 5px #333;
    text-align: center;
    position: absolute;
    width: 100%;
    top: calc(100% - 2px);
    display: none;
}

.lang-header ul li a {
    width: 100%;
    display: block;
    padding: 5px;
    padding-left: 12px;
    text-align: left;
    color: #333;
    text-shadow: 0px 0px 0px;
}

.menu-price{
    width: 22%;
    float: left;
    position: relative;
}
.label-menu-price{
    width: 100%;
    height: 50px;
    background: var(--color-hover);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
}
.label-menu-price i{
    font-size: 22px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.menu-price ul{
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: #fff;
    height: 406px;
    overflow: auto;
    border: 1px solid #f5f5f5;
}
.headin .menu-price ul{
    display: none;
}
.fix_head .menu-price ul{
    display: none;
}
.menu-price:hover ul{
    display: block;
}
.menu-price ul li{
    border-bottom: 1px solid #f5f5f5;
}
.menu-price ul li:last-child{
    border-bottom: none;
}
.menu-price ul li a{
    width: 100%;
    padding: 9px 10px;
    display: block;
    color: #4e4e4e;
}
.menu-price ul li a:hover{
    color: var(--color-hover);
}
.listproduct {
    width: calc(21% - 2px);
    float: left;
    height: 45px;
    position: relative;

}
.title-listpro{
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
    background: #222222;
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 15px;
    position: relative;
    cursor: pointer;
    padding: 0px 25px;
}
.title-listpro i{
    font-size: 18px;
    float: right;
    margin-top: 9px;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 5px;
}

.title-listpro svg{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 27px;
}

.listproduct:hover .hover-menu{
    display: block;
}

.menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}


.menu ul, .menu ul li {
    list-style: none;
    margin: 0px;
}

.wrapmenu .wrap-content {
    position: relative;
}

.menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}


.menu>ul>li {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    line-height: 58px;
}
.wigo {
    width: 185px;
    height: 50px;
    text-align: center;
    position: relative;
}
.menu #hover_scroll {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.menu #hover_scroll:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    left: 0px;
    background: transparent;
    bottom: 10px;
}

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

.menu>ul>li a {
    color: #fff;
    display: block;
    font-size: 14px;
    position: relative;
    font-family: 'Muli-Regular';
}

.menu>ul>li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-family: 'Muli-Regular';
    min-width: 100px;
    text-shadow: 0px 0px 0px;
}

.menu ul>li i {
    font-size: 19px;
    position: relative;
}

.menu>ul>li>a>span {
    /* display: block; */
    position: relative;
    z-index: 12;
}

.menu>ul>li.active>a, .menu>ul>li:hover>a {
    color: #000;
}
.menu>ul>li.active.mousego>a{
    color: #fff;
}
.menu>ul>li ul {
    position: absolute;
    left: 0px;
    z-index: 3000;
    top: 150%;
    visibility: hidden;
    opacity: 0;
    background: var(--color-main);
    width: 230px;
    text-align: left;
}

.menu ul li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.menu>ul>li ul li ul {
    left: 100%;
}

.menu ul li ul li:hover>ul {
    top: 0px;
}

.menu>ul>li ul li {
    line-height: 1.5;
    position: relative;
}

.menu>ul>li li a {
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.menu>ul>li li:hover>a {
    color: #000;
}

.menu>ul>li li>a:before {
    position: absolute;
    top: 0px;
    left: -2px;
    height: 100%;
    width: 2px;
    background: #fff600;
    content:
    '';
}

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


.fix_head .wrapmenu{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    z-index: 123;
}
.regic-price{
    position: absolute;
    right: 0px;
    top: 0px;
}
.regic-price a{
    background: #F9B200;
    text-transform: uppercase;
    line-height: 86px;
    color: #000;
    display: inline-block;
    width: 176px;
    text-align: center;
}
.regic-price a i{
    font-size: 18px;
}
/* Slideshow */
.slideshow {
    position: relative;
    width: 100%;
}

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

.slideshow a img {
    width: 100%;
}

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

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

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

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

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

.next-slideshow {
    right: 20px;
    padding-left: 3px;
}
/* General */
.why-choose{
    width: 100%;
    display: inline-block;
    padding: 50px 0px 0px 0px;
    background: url(../images/img-data/bg_why.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.title-why{
    text-align: center;
    background: url(../images/img-data/title_dv.png) bottom center no-repeat;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.title-why h3{
    font-family: 'PlayfairDisplay-Bold';
    font-size: 35px;
    color: transparent;
    background-image: linear-gradient(to right, #DAA54A, #FCD87C, #DAA54A, #FCD87C, #DAA54A);
    -webkit-background-clip: text;
    background-clip: text;
}

.item-why{
    text-align: right;
    width: 100%;
    margin: auto;
    padding: 25px 0px;
    font-family: 'OpenSans-Regular';
}
.item-why:nth-child(2){
    padding-right: 45px;
}
.wrap-why{
    position: relative;
}
.left-sk:before{
    position: absolute;
    right: -10px;
    top: 0px;
    width: 117px;
    height: 419px;
    content: '';
    background:url(../images/img-data/linelef.png);
    content: '';
}
.right-sk:before{
    position: absolute;
    left: -6px;
    top: 0px;
    width: 113px;
    height: 410px;
    content: '';
    background:url(../images/img-data/liner.png);
    content: '';
}
.right-sk .item-why:nth-child(2){
    padding-right: 0px;
    padding-left: 44px;
}
.item-why img{
    position: relative;
    float: right;
    margin-left: 10px;
    border-radius: 50%;
}
.right-sk .item-why{
    text-align: left;
}
.right-sk .item-why img{
    float: left;
    margin-right: 10px;
    margin-left: 0px
}
.img-why{
    text-align: center;
}
.item-why p{
    
overflow: hidden;
    
text-overflow: ellipsis;
    
white-space: normal;
    
-webkit-line-clamp: 3;
    
-webkit-box-orient: vertical;
    
display: -webkit-box;
    
color: #b8b8b8;
    
padding-right: 5px;
}

.content-why{
    display: flex;
    justify-content: space-between;
}
.item-why h5{
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat-Bold';
}
.title-top {
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    color: #333;
    background: url(../images/img-data/title_main.png)bottom center no-repeat;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
.title-top:before{
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    left: 0px;
    top: 23px;
    background: var(--color-main);
}
.title-top h2{
    margin-bottom: 20px;
    padding: 0px 20px;
    font-family: 'QuicksandMedium';
    font-size: 36px;
    text-transform: uppercase;
    color: var(--color-main);
    position: relative;
    display: inline-block;
    background: #fff;
}
.title-top h2:before{
    position: absolute;
    width: 24px;
    height: 23px;
    content: '';
    right: 20px;
    top: -30px;
    background: url(../images/img-data/titlenew.png) no-repeat;
}

.title-main {
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    color: #333;
    margin-bottom: 20px;
    background: url(../images/img-data/title_main.png) bottom center no-repeat;
    padding-bottom: 5px;
}

.title-main h2{
    font-family: 'SVNTheCarpenterRegular';
    color: #272727;
    font-size: 72px;
    margin-bottom: 0px;
}

.title-main h2 span{
    position: relative;
    z-index: 12;
}
.tablist{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.tablist ul{
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
    /* margin-top: 10px; */
}
.tablist ul li{
    display: inline-block;
    padding: 5px;
    position: relative;
}
.tablist ul li a{
    display: inline-block;
    color: #262626;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 25px;
    text-decoration: none;
    font-family: 'BeVietnam-Regular';
    border-radius: 25px;
    border: 2px solid #272727;
}
.tablist ul li a span{
    display: inline-block;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
}
.tablist ul li a:hover, .tablist ul li a.active{
        color: #fff;
        background: #e6cc20;
        border: 2px solid #e6cc20;
}
.readlist{
    float: right;
    color: var(--color-red);
    margin-top: 10px;
    margin-right: 10px;
}
.readlist:hover{
    color: var(--color-main);
}
.title-main h3{
    font-family: 'UTMAmericanSans';
    text-transform: uppercase;
    font-size: 72px;
    color: #ea0000;
    margin-bottom: 0px;
}
.title-main p{
    margin-bottom: 0px;
    color: #1a1919;
    font-size: 15px;
    font-family: 'Muli-Regular';
}
.listindex{
    text-align: center;
}
.listindex ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
}
.listindex ul li{
    display: inline-block;
    position: relative;
    padding: 5px;
}

.listindex ul li a{
    color: #333333;
    font-family: 'utmavo';
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #00a1db;
    display: inline-block;
    padding: 15px 20px 11px 20px;
    line-height: 1;
    border-radius: 22px;
    text-shadow: 0px 0px 0px;
}
.listindex ul li a:hover, .listindex ul li a.active{
    background:#00a1db;
    color: #fff;
}

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

.social li {
    display: inline-block;
    vertical-align: top;
}

.social li:last-child {
    margin-right: 0px;
}

.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;
}

/*Giới thiệu*/
.about-index{
    width: 100%;
    margin: auto;
    padding: 50px 0px 50px 0px;
    background: url(../images/img-data/bg_gt.png)no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}
.wrap-abin{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #d7d7d7;
}
.about-index .wrap-content{
    position: relative;
}
.wrap-about{
    width: 100%;
    margin: auto;
    padding: 45px 0px;    
}
.wrap-about .row{
    display: flex;
    align-items: center;
}

.content-about{
    text-align: left;
    color: #333333;
    height: 420px;
    display: flex;
    align-items: center;
    padding: 35px 20px 35px 35px;
    font-family: 'BeVietnam-Regular';
    position: relative;
}
.open{
    position: absolute;
    font-family: 'UTMAmericanSans';
    color: #242424;
    font-size: 22px;
    bottom: -93px;
}
.news-video{
    background: #f9f8f2;
    padding: 40px 0px 40px 0px;
}
.title-about{
    font-size: 35px;
    color: #282828;
    position: relative;
}
.title-about p{
    font-family: 'SVNTheCarpenterRegular';
    color: #272727;
    font-size: 72px;
    margin-bottom: 0px;
    line-height: 1;
}

.title-about h3{
    text-transform: uppercase;
    font-family: 'UTMAmericanSans';
    font-size: 60px;
    color: #e6cc20;
    margin-left: 30px
}

.title-newsin{
    font-size: 35px;
    color: #c00404;
    border-bottom: 1px solid #ccc;
    font-family: 'UTMAmericanSans';
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.title-newsin:before{
    position: absolute;
    left: 0px;
    width: 60px;
    height: 1px;
    content: '';
    bottom: -1px;
    background: #ffba00;
}

.img-about{
    /* position: relative; */
    float: left;
}
.name-ab{
    font-family: 'MTDHillstownClean';
    font-size: 38px;
    font-style: italic;
}
.readmore{
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px;
    background: #e6cc20;
    width: 150px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}
.readmore:hover{
    color: #fff;
    background: #ea0000;
}
.readmore a{
    text-align: right;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    padding: 0px 40px;
    background-image: linear-gradient(to right, #af813c, #F6D866, #af813c);
    line-height: 50px;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.readmore a:hover{
    background-image: linear-gradient(to right, #7c5315, #c8ae4a, #7c5315);
    color: #fff;
}
/*List index*/
.list-index{
    width: 100%;
    background: #F2F2F2;
    padding: 45px 0px;
}
.mar-list{
    margin: 0px -5px;
}
.padd-list{
    padding: 0px 5px;
}
.item-list{
    text-align: center;
    width: 100%;
    max-width: 280px;
    margin: auto;
}
.item-list img{
    border-radius: 10px;
}
.item-list h4{
    color: #333;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    margin-top: 10px;
}
.item-list:hover h4{
    color: var(--color-hover);
}
/*Tiêu chí*/
.item-tchi{
    color: #666666;
}
.item-tchi h5{
    text-transform: uppercase;
    font-size: 24px;
    color: #333333;
    font-family: 'UTMHelvetIns';
}
/*Dự án nổi bật*/
.mar-project{
    margin: 0px -6px;
}
.project-item{
    padding: 0px 6px;
}
.item-project{
    padding: 6px 0px;
}
.wrap-project{
    position: relative;
    overflow: hidden;
}
.name-project{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    background: rgba(28,21,75,0.8);
    opacity: 0;
}
.name-project h3{
    text-align: center;
    font-family: 'RobotoCondensedBold';
    text-transform: uppercase;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 20px;
}
.name-project h3:before{
    position: absolute;
    bottom: -10px;
    left: calc(50% - 22px);
    content: '';
    background: #fff;
    width: 44px;
    height: 4px;
}
.wrap-project:hover .name-project{
    opacity: 1;
}
/*Sản phẩm nổi bật*/
.full-product{
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.full-product.nobgpro{
    background: #fff;
}
.bannerlist{
    width: 100%;
    margin-top: 40px;
}
.bannerlist img{
    width: 100%;
}
.title-pro{
    text-align: center;
    color: #fff;
}
.title-pro h2{
    font-family: 'UTMHelvetIns';
    text-transform: uppercase;
    font-size: 30px;
    color: #efb91a;
}
/*Banner quảng cáo*/
.album-index{
    width: 100%;
    display: inline-block;
}
.left-album{
    width: 50%;
    float: left;
}
.right-album{
    width: 50%;
    float: left;
}
.item-albumin{
    position: relative;
}
.item-albumin:hover h4{
    color: #fff600;
}
.item-albumin img{
    width: 100%;
}
.item-albumin{
    position: relative;
}
.name-abindex{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 20px;
    background: rgba(0,0,0,0.2);
}
.wrap-nab{
    display: flex;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    height: 100%;
}
.wrap-nab h4{
    width: 100%;
    text-align: center;
    font-family: 'UTMAmericanSans';
    text-transform: uppercase;
    font-size: 30px;
}
/*Hình ảnh nổi bật*/
.pad-album{
    padding: 30px 0px;
    padding-right: 1px;
}
.eaf-al{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.slick-slide.slick-current.slick-active.slick-center .item-album{
    opacity: 1;
}
.slick-slide.slick-current.slick-active.slick-center img{
    transform: scale(1.4);
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.2);
    position: relative;
    z-index: 12;
    border: none;
}
.slick-slide.slick-current.slick-active.slick-center .item-slidev:before{
    position: absolute;
    width: 212px;
    height: 238px;
    content: '';
    left: -38px;
    top: -33px;
    background:url(../images/img-data/imgcam.png)no-repeat;
    z-index: 123;
}

/*Tin tức & video*/

.title-newsvd{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.title-newsvd h3{
    font-family: 'SFUEurostileBold';
    font-size: 28px;
    text-transform: uppercase;
    background: url(../images/img-data/linevd.png) left bottom no-repeat;
    padding-bottom: 15px;
    margin-bottom: -4px;
}
.news-index{
    padding: 45px 0px;
    width: 100%;
}

.item-tinin{
    width: 100%;
    max-width: 410px;
    margin: auto;
    color: #898989;
}
.item-tinin p{
    margin-bottom: 0px;
}
.date-tin{
    color: #ea8736;
    font-size: 14px;
    margin: 10px 0px;
}
.item-tinin h4{
   color: #292929;
   text-transform: uppercase;
   font-family: 'RobotoCondensedBold';
   font-size: 18px;
}
.item-tinin:hover h4{
    color: #f7b100;
}
/*Đối tác*/
.partner{
    width: 100%;
    display: inline-block;
    padding: 40px 0px 40px 0px;
}
.padd-part{
    padding: 0px 5px;
}
.item-part{
    width: 100%;
    max-width: 205px;
    margin: auto;
    text-align: center;
}

.partner .slick-prev {
    background: url(../images/img-data/predt.png) no-repeat;
    width: 19px;
    height: 37px;
    top: 33px;
    left: -19px;
}
.partner .slick-next {
    background: url(../images/img-data/nextdt.png) no-repeat;
    width: 19px;
    height: 37px;
    top: 33px;
    right: -19px;
}

.partner .slick-prev:before, .partner .slick-next:before{
    display: none;
}
/*Dịch vụ*/
.service{
    padding: 110px 0px 50px 0px;
    position: relative;
    background: url(../images/img-data/bg_dv.png)no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 588px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: -90px;
}

.mar-ser{
    margin: 0px -15px;
}

/*Video clip*/
.videoindex{
    background:#F3F3F3;
    width: 100%;
    padding: 60px 0px;
}
.img-slide-for{
    position: relative;
}
.img-slide-for i{
    font-size: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    color: #fff;
    z-index: 1;
}

.item-slide-nav{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;

}
.img-slide-nav{
    position: relative;
    float: left;
    margin-right: 10px;
}
.img-slide-nav i{
    position: absolute;
    font-size: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    color: #fff;
    z-index: 1;
}
.item-slide-nav h5{
    font-size: 16px;
}

.item-video{
    border: 2px solid #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 844px;
    margin: auto;
    position: relative;
}
.item-video img{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.item-video i{
    width: 90px;
    height: 90px;
    position: absolute;
    font-size: 60px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background: #0D426B;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 90px;
}

.slide-nav .slick-next{
    background: url(../images/img-data/next.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0;
}
.slide-nav .slick-prev{
    background: url(../images/img-data/pre.png) no-repeat;
    width: 45px;
    height: 45px;
    left: 0;
}
.slide-nav .slick-next:before, .slide-nav .slick-prev:before{
    display: none;
}
/*Cửa hàng gần nhất*/
.map-chn{
    width: 100%;
    display: flex;
    padding: 20px 0px;
    align-items: center;
    background:url(../images/img-data/bg_map.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 665px;
}


.map-index{
    background: var(--color-hover);
    height: 461px;
}
.slide-left-map{
    padding: 25px;
}
.item-slidemap-nav{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
}
.item-slidemap-nav img{
    float: left;
    margin-right: 10px;
}
.item-slidemap-nav h5{
    text-transform: uppercase;
}
.item-slidemap iframe{
    width: 100%;
    height: 461px;
}
.item-slidemap-nav.slick-slide.slick-current.slick-active h5{
    color: var(--color-main);
}
/*Tin tức index*/
.new-index{
    padding: 40px 0px;
    width: 100%;
    display: inline-block;
}
.slidefor{
    margin-bottom: 20px;
}
.padd-news{
    padding: 10px 0px
}
.item-news{
    width: 100%;
    margin: auto;
    display: inline-block;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

.date-new{
    color: #141414;
    margin-bottom: 10px;
    position: absolute;
    width: 63px;
    height: 63px;
    background: #E6CC20;
    text-align: center;
    line-height: 1.2;
    padding-top: 7px;
    left: 10px;
    bottom: -10px;
}
.date-new p{
    font-family: 'BeVietnam-Bold';
    margin-bottom: 0px;
}


.img-news{
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #e6cc20;
}
.item-news h3{
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #232323;
    text-transform: uppercase;
}
.item-news:hover h3{
    color: var(--color-hover);
}
.descr-news h5{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Muli-Bold';
}
.wrap-imgtin{
    position: relative;
    display: inline-block;
    float: left;
}
.wrap-imgtin:before{
    position: absolute;
    width: 150px;
    height: 150px;
    transform: rotate(45deg);
    border: 1px solid #a27010;
    content: '';
    left: -10px;
    top: 0px;
    z-index: 1;
}
.descr-news{
    padding-left: 200px;
}
.descr-news p{
    overflow: hidden;
   text-overflow: ellipsis;
   white-space:normal;
   -webkit-line-clamp:3;
   -webkit-box-orient: vertical;
   display: -webkit-box;
}
.item-newsin{
    width: 100%;
    color: #333;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 19px;
}

.decrcipt-news p{
    overflow: hidden;
   text-overflow: ellipsis;
   white-space:normal;
   -webkit-line-clamp:3;
   -webkit-box-orient: vertical;
   display: -webkit-box;
}
.mar-scroll{
    margin: 0px -15px;
}
.item-newsin img{
    float: left;
    margin-right: 10px;
}
.padd-news:nth-child(2n+1) .item-newsin img{
    margin-right: 0px;
    margin-left: 10px;
    float: right;
}
.date-news{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    bottom: -25px;
    left: 42px;
    transform: rotate(45deg);
    z-index: 12;
}
.date-news span{
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 27px;
    top: 6px;
    left: 9px;
    position: relative;
    font-family: 'Muli-Bold';
    color: #333;
}
.item-news h4{
    color: #000;
    font-size: 16px;
    width: 100%;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'Muli-Bold';
}
.item-newsin h5{
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
    text-decoration: none;
    font-family: 'Muli-Bold';
}
.item-newsin:hover h5{
    color: var(--color-hover);
}
.item-newsin p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0px 10px;
}
.item-news:hover h4{
    color: var(--color-red);
}
.readnews{
    color: #d90101;
    font-family: 'Muli-Bold';
    font-size: 16px;
    float: right;
}
.readnews:hover{
    color: var(--color-red);
}
.date-new p{
    font-family: 'Muli-Bold';
    font-size: 25px;
    margin-bottom: 0px;
}
.wrapvideo{
    margin-top: 10px;
}
/* Breadcrumb */
.breadCrumbs {
    width: 100%;
    margin: auto;
    background-color: #fff;
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

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

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

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #000;
    font-size: 15px;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: #000;
}
.breadCrumbs .breadcrumb-item + .breadcrumb-item::before{
    color: #a1a1a1;
}
/* Intro */
.wrap-intro {
    margin-top: 50px;
}

.left-intro {
    width: 66%;
    padding-right: 20px;
}

.right-intro {
    width: 34%;
}

.title-intro {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.5rem;
}

.title-intro span {
    display: inline-block;
    position: relative;
    font-size: 35px;
    font-family: 'SVN-Internation';
    text-transform: capitalize;
    padding-left: 20px;
}

.title-intro span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 45px;
    bottom: 0px;
    left: 0px;
    background-color: var(--color-main);
}

.newshome-best {
    width: 100%;
    display: block;
    float: left;
}

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

.name-newshome {
    color: var(--color-black);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0.25rem;
}

.name-newshome.text-split {
    -webkit-line-clamp: 2;
    font-family: 'Muli-Bold';
}
.name-newshome.text-split:hover{
    color: var(--color-red);
}
.time-newshome {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
}

.desc-newshome {
    color: var(--color-black);
    margin-bottom: 0px;
}
.newshome-best .desc-newshome {-webkit-line-clamp: 4;}


.view-newshome {
    display: inline-block;
    border: 1px solid #bdbdbd;
    padding: 8px 15px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 1rem;
}

.view-newshome:hover {
    background-color: var(--color-hover);
    border: 1px solid var(--color-hover);
    color: #fff;
}

.newshome-scroll {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.newshome-scroll ul li {
    margin-bottom: 15px !important;
}

.newshome-normal {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;}

.pic-newshome-normal {
    float: left;
    width: 34%;
    margin-right: 3%;
    margin-bottom: 0px;
}

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

.info-newshome-normal {
    float: left;
    width: calc(100% - 37%);
}
#video-select{
    position: relative;
    margin-top: 10px;
}
.video-main {
    position: relative;
    height: 400px;
}

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

.listvideos {
    width: 100%;
    height: 45px;
    padding: 0px 10px;
    border: 0px;
    cursor: pointer;
    bottom: 0px;
    outline: none;
    background: #fff;
    color: #000;
    margin-top: 10px;
}

/* Video */
.itemvideo{
    padding-bottom: 15px;
    padding-top: 15px;
}
.video {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.pic-video {
    position: relative;
}

.pic-video:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: calc(50% - 50px/2);
    left: calc(50% - 35px/2);
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}

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

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

/* Album */
.album {
    float: left;
    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 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.name-albumin{
    font-size: 15px;
}
.album:hover .name-albumin{
    color: var(--color-red);
}
.wrapnameal{
    width: 100%;
    text-align: center;
}
.name-album h3{
    display: inline-block;
    border:2px solid #e3b358;
    border-radius: 7px;
    background:rgba(0,0,0,0.5);
    font-family: 'Montserrat-SemiBold';
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
}
.item-album:hover .name-album h3{
    color: #e3b358;
}
/* Sản Phẩm */

.banner-list{
    padding-bottom: 50px;
}
.padd-bn{
    padding: 0px 5px;
}
.item-gall{
    text-align: center;
}

.banner-list h2{
    text-align: center;
    text-transform: uppercase;
    font-family: 'SVNAvobold';
    font-size: 30px;
    color: #fff;
    width: 100%;
    padding: 10px;
}
.title-list{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--color-main);
    height: 26px;
}
.title-list h3{
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 0px;
    padding: 0px 50px 0px 20px;
    position: relative;
    display: inline-block;
    background: var(--color-main);
    line-height: 50px;
    height: 50px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
}
.title-list h3:before{
    position: absolute;
    width: 25px;
    height: 50px;
    background: url(../images/img-data/rowtitle.png) no-repeat;
    top: 0px;
    right: -24px;
    content: '';
}
.viewall{
    position: absolute;
    right: 0px;
    top: 13px;
    padding: 0px 0px 0px 20px;
    background: #fff url(../images/img-data/lia.png)0px 6px no-repeat;
    color: #333;
}

.wrapin .full-product{
    padding-top: 0px;
}
.view-all{
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.view-all a{
    display: inline-block;
    width: 150px;
    padding: 0px 10px;
    line-height: 45px;
    background: var(--color-hover);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}


.view-all a:hover{
    background: var(--color-main);
}
.mr-pro{
    margin: 0px -10px;
}
.mar-pro{
    margin: 0px -10px;
}
.padd-pro{
    padding: 0px 5px;
}
.wrap-product {
    padding: 10px;
}
.product {
    width: 100%;
    margin: auto;
    max-width: 580px;
    text-align: left;
    position: relative;
    font-family: 'BeVietnam-Regular';
    background: #232323;
    color: #fff;
}
.product .ad-hli-pro{
    position:absolute;
    right: 13px;
    height: 100%;
    top: 0%;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    text-align: center;
}
.product .ad-hli-pro p{
    margin-bottom: 0px;
    margin: 0px;
}
.product .ad-hli-pro p span{
    color: #e6cc20;
}
.product:before{
    position: absolute;
    background: url(../images/img-data/cach.png) no-repeat;
    width: 109px;
    height: 125px;
    content: '';
    right: 0px;
    top: 0px;
    z-index: 1;
}
.name-pro{
    position: relative;
    padding: 10px 75px 10px 170px;
}
.price-view{
    width: 110px;
    position: absolute;
    left: 30px;
    top: 27px;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-family: 'BeVietnam-Regular';
    font-size: 16px;
}
.wrap-img{
    position: relative;
    display: inline-block;
}
.img-product{
    overflow: hidden;
    position: relative;
    display: flex;
    max-width: 510px;
}
.view-pro{
    display: inline-block;
    padding: 5px 20px;
    background: var(--color-main);
    color: #fff;
    border-radius: 20px;
    margin-top: 10px;
}
.view-pro:hover{
    background: var(--color-hover);
    color: #fff;
}
.typepro{
    position: absolute;
    right: 0px;
    top: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    color: #fff;
    background: var(--color-red);
    z-index: 1;
}
.typepro:before{
    width: 0px;
    height: 0px;
    border-bottom: 15px solid var(--color-red);
    border-top: 15px solid var(--color-red);
    border-right: 5px solid var(--color-red);
    border-left: 15px solid transparent;
    position: absolute;
    left: -15px;
    top: 0px;
    content: '';
}
.name-product{
    position: absolute;
    bottom: 0px;
    background:rgba(0,0,0,0.7);
    padding: 10px;
    width: 100%;
}

.product h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #e6cc20;
    font-size: 20px;
    font-family: 'BeVietnam-Regular';
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-top: 5px;
}
.product:hover h3{
    color: var(--color-hover);
}
.box-product {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}

.pic-product {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #eee;
}

.pic-product img {
    width: 100%;
    border-radius: 3px;
}

.modal-content{
    color: #333;
}

.name-product.text-split {
    -webkit-line-clamp: 1;
}

.price-product {
    margin-bottom: 0px;
}

.price-product span {
    font-weight: 700;
}
.viewpro{
    width: 100%;
    display:inline-block;
    line-height: 45px;
    text-transform: uppercase;
    background:#232323;
    color: #fff;
}
.viewpro:hover{
    background: var(--color-red);
    color:#fff;
}

.price a{
    font-size: 18px;
    color: #fff;
}
.price-new {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-red);
}

.price-old {
    padding-left: 10px;
    font-size: 12px;
    color: var(--color-gray);
}
.view-cart{
    position: relative;
    width: 100%;
    z-index: 12;
    height: 80px;
    opacity: 0;
    margin-top: -80px;
    overflow: hidden;
}
.review-show{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: left;
}
.product:hover .view-cart{
    opacity: 1;
}
.product:hover .review-show{
    bottom: 0px;
}
.iconcart{
    margin-left: 10px;
}
.viewnow{
    margin-top: 10px;
    text-align: center;
}
.viewnow a{
    width: 100%;
}
.addcart-view{
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 12;
    width: 100%;
    display: flex;
    justify-content: center;
}
.iconcart{
    height: 40px;
    width: 40px;
    margin: 0 5px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #22232b;
    color: #e9f5ed;
    border-radius: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 18px;
    transform: translateX(200px);
}
.iconcart:hover{
    background: var(--color-red);
}
.viewnow{
    height: 40px;
    width: 40px;
    margin: 0 5px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #22232b;
    color: #e9f5ed;
    border-radius: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 18px;
    transform: translateX(-200px);
}
.viewnow:hover{
    background: var(--color-red);
}
.addcart-view svg{
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    width: 1.125em;
    color: #fff;
}
.product:hover .iconcart, .product:hover .viewnow{
    transform: translateX(0px);
}

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

.cart-product {
    margin-bottom: 0px;
}

.cart-product span {
    cursor: pointer;
    width: 49%;
    float: left;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
}

.cart-add {
    margin-right: 2%;
    background-color: var(--color-red);
}

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

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

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


/* Sản Phẩm Detail */
.wrap-detail-poup{
    width: 100%;
    max-width: 875px;
    margin: auto;
    background: #fff;
}
.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position: relative;
    float: left;
    width: 40%;
    text-align: center;
    margin-right: 2%;
    background: white;
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
}

.right-pro-detail {
    width: calc(100% - 42%);
    float: left;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-thumb-pro {
    padding: 0px 40px;
}

.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #222222;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
}

.size-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active, .color-pro-detail.active, .tuychon-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.tuychon-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}


.color-pro-detail.active:before, .size-pro-detail.active:before, .tuychon-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio], .size-pro-detail input[type=radio], .tuychon-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
    background-color: var(--color-main);
}

.cart-pro-detail a.buynow:hover {
    color: #fff;
    background-color: var(--color-main);
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
}

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

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

.tags-pro-detail a i {
    font-size: 10px;
    float: left;
    margin: 5px 5px 0px 0px;
}
.tabs-pro-detail{
    margin-top: 30px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    background: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: var(--color-main);
    color: #fafafa;
}

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

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
}

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

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

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

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

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

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

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

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

.box-readmore ul li a:hover {
    color: #767676;
}

/* Bài viết */
.news {
    width: 49%;
    float: left;
    margin-bottom: 25px;
    display: block;
}

.news:nth-child(2n) {
    float: right;
}

.news:nth-child(2n+1) {
    clear: both;
}

.pic-news {
    float: left;
    margin-right: 4%;
    width: 36%;
}

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

.info-news {
    float: left;
    width: 60%;
}

.name-news {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

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

.time-news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
}

.desc-news {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
}

.share {
    line-height: normal;
    margin-top: 15px;
}

.share b {
    display: 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;
}

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

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

/* Contact */
.contactdetail{
    font-family: 'UTMHanzel';
    color: #333;
}
.contactdetail .content-main{
    text-align: center;
}
.item-mapcontact{
    width: 100%;
    display: flex;
    padding: 25px 0px;
}
.mapct{
    width: 50%;
    position: relative;
}
.mapct iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
.viewmap{
    text-decoration: underline;
    color: #fff;
}
.maphide{
    display: none;
}
.content-contact{
    width: 50%;
    padding: 45px;
    background: #003860;
    color: #fff;
}
.content-contact h3.title-contact{

}
.top-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.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;
    height: 500px;
}

.bottom-contact iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}
/*Chi tiết dự án*/
.description-project p{
    width: 50%;
    float: left;
    padding-right: 10px;
    color: #032a4b;
    position: relative;
    padding-left: 20px;
}
.description-project p:before{
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    left: 0px;
    top: 5px;
    background: #f0aa01;
    border-radius: 50%;
}
.photo-project{
    padding: 50px 0px;
    width: 100%;
    display: inline-block;
}
.photo-project .slick-prev{
    width: 21px;
    height: 46px;
    background:url(../images/img-data/pre.png)no-repeat;
    top: calc(50% - 23px);
    left: -50px;
}
.photo-project .slick-next{
    width: 21px;
    height: 46px;
    background:url(../images/img-data/next.png)no-repeat;
    top: calc(50% - 23px);
    right: -50px;
}
.photo-project .slick-prev:before, .photo-project .slick-next:before{
    display: none;
}
/*Đăng ký nhận tin*/


.newletter{
    width: 100%;
    display: inline-block;
    width: 100%;
    height: 500px;
}
.newletter .wrap-content{
    position: relative;
}
.content-newletter{
    width: 100%;
    max-width: 515px;
    background: var(--color-main);
    padding: 20px;
    display: flex;
    align-items: center;
    height: 500px;
}
.newsletter{
    background: url(../images/img-data/bg_newsletter.png) right no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 488px;
    padding: 15px 0px;
    display: flex;
    align-items: center;
}
.foels{
    align-items: center;
}
.form-newsletter{
    width: 100%;
    position: relative;
    max-width: 460px;
    margin: auto;
    margin-top: 10px;
}
.title-newsletter{
    color: #fff;
    text-align: left;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    position: relative;
}
.title-newsletter:before{
    position: absolute;
    bottom: 0px;
    left: 10px;
    content: '';
    background: #fff;
    width: 85px;
    height: 2px;
}
.title-newsletter h4{
    font-size: 30px;
    font-family: 'QuicksandBold';
    text-transform: uppercase;
    color: #fff000;
}
.title-newsletter p{
    margin-bottom: 0px;
}
.marnews{
    margin: 0px -10px;
}
.item-newlef{
    width: 100%;
    float: left;
}
.newsletter-input {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.wrap-newsle .newsletter-input{
    width: 50%;
}
.wrap-newsle{
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    float: left;
}
.wrap-newsle .newsletter-input:first-child{
    border-right: 1px solid #ccc;
}
.newsletter-input textarea{
    height: 90px;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #ccc;
    font-size: 14px;
    padding: 10px;
}
.wrap-newlef .newsletter-input{
    width: calc(50% - 5px);
    float: left;
}
.wrap-newlef .newsletter-input.rightip{
    float: right;
}
.newsletter-input input{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0px 10px;
    font-size: 16px;
    height: 45px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    background-clip: padding-box;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
    border-radius: 5px;
}
.newsletter-input input:focus{
    background-color: #fff;
    color: #000;
}

.newsletter-input input::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
}

.newsletter-input input:-moz-placeholder {
    color: #000;
}

.newsletter-input input::-moz-placeholder {
    color: #000;
}

.newsletter-input input:-ms-input-placeholder {
    color: #000;
}
.newsletter-input select{
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
}
.newsletter-text{
    width: 100%;
    /* padding: 10px; */
    display: inline-block;
}
.newsletter-text textarea{
    border: none;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #000;
    height: 45px;
    border-radius: 5px;
    padding: 10px;
    outline: none;
}
.newsletter-text textarea:focus{
    background:#fff;
    color: #000;
    font-size: 16px
}
.newsletter-text textarea::-webkit-input-placeholder {
    color: #000;
    font-size: 16px
}

.newsletter-text textarea:-moz-placeholder {
    color: #000;
    font-size: 16px
}

.newsletter-text textarea::-moz-placeholder {
    color: #000;
    font-size: 16px
}

.newsletter-text textarea:-ms-input-placeholder {
    color: #000;
    font-size: 16px
}
.newsletter-button {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.content-submit{
    float: right;
    width: 30%;
    position: relative;
    padding-right: 65px;
}
.content-submit textarea{
    width: 100%;
    height: 95px;
    border: none;
    padding: 10px;
    background:#5c5c5c;
    font-size: 14px;
    color: #000;
    border-radius: 5px 0px 0px 5px;
}
.content-submit textarea:focus{
    background:transparent;
}
.newsletter-button input[type=submit] {
    display: inline-block;
    font-family: "Roboto-Bold";
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    background-color: rgb(239, 14, 14);
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
}
.newsletter-button input[type=submit]:hover{
    color: #fff;
    background-color: rgb(193 6 6);
}
.tchir{
    float: left;
    width: 50%;
    background: url(../images/img-data/bgright.png) no-repeat;
    background-size: cover;
    min-height: 508px;
    padding-top: 70px;
}
.content-tchir{
    width: 100%;
    max-width: 600px;
    position: relative;
    padding-left: 80px;
}
.content-tchir:before{
    position: absolute;
    left: 40px;
    width: 2px;
    height: 100%;
    background:#fff;
    content: '';
}
.item-tch{
    position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-left: 60px;
    font-family: 'SVNAvo';
    color: #fff;
    z-index: 1;
}
.item-tch p{
    margin-bottom: 0px;
}
.item-tch:before{
    position: absolute;
    left: -50px;
    top: 10px;
    width: 22px;
    height: 22px;
    background: rgba(255,255,255,0.6);
    content: '';
    border-radius: 50%;
}
.item-tch:after{
    position: absolute;
    left: -45px;
    top: 14px;
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,1);
    content: '';
    border-radius: 50%;
}
.item-tch img{
    position: absolute;
    left: 0;
    top: 10px;
}
.item-tch h5{
    color: #fff;
    font-size: 18px;
    font-family: 'SVNAvobold';
}
.itembanner img{
    width: 100%;
}

.bannerqc2{
    padding-top: 50px;
}
/*Đào tạo học viên*/
.educate{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
}
.padd-edu{
    padding: 0px 5px;
}
.item-edu{
    width: 100%;
    max-width: 375px;
    margin: auto;
    position: relative;
    padding-bottom: 15px;
}
.name-edu{
    width: 85%;
    margin: auto;
    position: relative;
    border: 1px solid #d4a329;
    border-top: none;
}

.name-edu h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0px;
    color: #1a1a1a;
    font-size: 15px;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.item-edu:hover .name-edu h3{
    color: var(--color-main);
}
.name-edu:before{
   position: absolute;
   width: calc(100% - 20px);
   left: 10px;
   height: 60px;
   content: '';
   border:1px solid #d4a329;
   border-top: none;
}
/*Cảm nhận khách hàng*/
.story{
    background: url(../images/img-data/bg_camnhan.png) no-repeat;
    background-size: cover;
    min-height: 636px;
    padding: 100px 0px 20px 0px;
    display: flex;
    align-items: center;
    color: #000;
    font-family:'Muli-Regular';
}
.wrapstory{
    width: 100%;
    max-width: 860px;
    margin: auto;
}
.item-slideb{
    text-align: center;
}
.item-slidef{
    width: 100%;
    text-align: center;
    position: relative;
}
.imgsld{
    max-width: 359px;
    height: 361px;
    margin: auto;
    position: relative;
}
.imgsld:before{
    background: url(../images/img-data/img_ykien.png)no-repeat;
    position: absolute;
    left: 0px;
    width: 359px;
    height: 361px;
    content: '';
    z-index: 1;
}
.title-service{
    text-align: center;
    background: url(../images/img-data/title_dv.png) bottom center no-repeat;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.title-service h2{
    font-family: 'PlayfairDisplay-Bold';
    font-size: 35px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #1a1a1a;
}
.title-service h3{

font-family: 'MissLeGateesRegular';

font-size: 29px;

padding-bottom: 5px;
}
.padd-ser{
    padding: 0px 5px 35px 5px;
}
.padd-serin{
    padding: 0px 0px 50px 0px;
}
.item-ser{
    width: 100%;
    max-width: 285px;
    margin: auto;
    position: relative;
}
.name-ser{
    position: absolute;
    bottom: -25px;
    width: 80%;
    left: 10%;
    line-height: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 0px 5px #b4b4b4;
    padding: 0px 10px;
}
.name-ser h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0px;
    color: #1a1a1a;
    font-size: 15px;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
}
.item-ser:hover .name-ser h3{
    color: var(--color-main);
}
.item-slidef img{
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 28px;
}
.padd-slidev{
    padding: 50px 20px;
}
.item-slidev{
    width: 100%;
    max-width: 147px;
    margin: auto;
    position: relative;
}
.item-slidev img{
    border-radius: 50%;
    border: 2px solid #fefaf1;
}
.top-slide{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.slide-for h5{
    color: #000;
    margin-bottom: 10px;
    font-family: 'Muli-Bold';
    text-transform:uppercase;
    
}

/*Album hình*/
.album-pictr{
    padding: 50px 0px;
}
.mar-alb{
    margin: 0px -10px;
}
.left-album{
    width: 25%;
    float: left;
}
.center-album{
    width: 25%;
    float: left;
}
.item-album{
    padding: 10px;
}
.item-right-alb{
    width: 50%;
    padding: 10px;
    float: left;
}
.item-album{
    width: 100%;
    display: inline-block;
}
/* Footer */
#footer{
    color: #fff;
    position: relative;
    background-color: rgb(47, 42, 42);
    margin-top: 50px;
}

.wrap-fanpage{
    width: 100%;

}
.socicalfoo .title-footer{
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-article{
    padding: 20px 0px;
    position: relative;
}
.footer-article .wrap-content{
    max-width: 1220px;
}
.policy ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.policy ul li{
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.policy ul li a{
    text-decoration: underline;
    font-size: 16px;
    color: #fff;
}
.hotlinefoo svg{
    width: 36px;
    height: 36px;
}
.website svg{
    width: 36px;
    height: 36px;
}
.footer-tags{
    background: rgba(0,0,0,0.5);
}
.call-us{
    color: #ffea00;
    font-family: 'QuicksandBold';
    font-size: 25px;
    text-align: center;
}
.call-us p{
    font-size: 48px;
    font-family: 'UTMHelvetIns';
}
.logofooter{
    text-align: center;
}


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

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

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

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

.title-footer {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    position: relative;
    font-family: 'Roboto-Bold';
    margin-bottom: 20px;
    text-decoration: underline;
}
.slg-foo{
    border-bottom: 1px solid #e6cc20;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
h3.companyname{
    text-transform: uppercase;
    font-family: 'UTMAmericanSans';
    font-size: 55px;
    color: #e6cc20;
}

.title-leftfoo{
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
    
    position: relative;
}
.csach{
    width: 60%;
    float: left;
    padding-right: 10px;
}
.vect{
    width: 40%;
    float: left;
}
.mangxhfoo{
    margin-top: 20px;
}
.cont-foo p{
    margin-bottom: 5px;
}
.linefoo{
    border-bottom: 1px solid #4d7490;
    width: 100%;
    margin: 30px 0px;
}

.mapfooter{
    position: relative;

}
.mapfooter .wrap-content{
    position: relative;
}
.title-map {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 12;
}
.title-map ul{
    margin: 0px;
}
.title-map ul li{
    display: inline-block;
    float: left;
    padding: 5px;
    list-style: none;

}
.title-map ul li a{
    display: inline-block;
    line-height: 45px;
    background: #fff;
    padding: 0px 30px;
    box-shadow: 3px 3px 5px #7c7c7c;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #333;
}
.showmap{
    position: relative;
    height: 400px;
    width: 100%;
}
.showmap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.item-map{
    display: none;
}
.item-map.active{
    display: block;
}
.title-map ul li a.active{
    background:var(--color-main);
    color:#fff;
}

h3.name-company{
    color: #fff;
    margin-bottom: 20px;
    font-size: 35px;
    font-family: 'UTMAmericanSans';
    text-transform: uppercase;
}

p.inf {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 50px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    line-height: 40px;
}

.regicter-support{
    background: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 245px;
    float: right;
    height: 41px;
    position: relative;
    padding-left: 30px;
}
.regicter-support a{
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    color: #003860;
    font-weight: 600;
    width: 100%;
}
.regicter-support a i{
    position: absolute;
    width: 60px;
    height: 41px;
    line-height: 41px;
    background: #006DBB;
    color: #fff;
    top: 0px;
    right: 0px;
    text-align: center;
}
.copyright{
    margin-bottom: 0px;
    padding: 10px 0px;
    border-top: 1px solid rgba(255,255,255,0.5);
    color: rgb(183, 176, 176);
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}
.copyright span{
    text-transform: uppercase;
    font-family: 'BeVietnam-Bold';
}
.regicter-support:hover{
    background: #004f88;
}
.regicter-support:hover a{
    color: #fff;
}
p.inf i {
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    margin-right: 10px;
    background: #f4c033;
}
.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

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

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

.footer-ul li a {
    color: #fff;
    position: relative;
    font-family: 'Roboto-Regular';
    padding-left: 20px;
}
.footer-ul li a:hover{
    color: #F9B200;
}
.footer-ul li a:before{
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    left: 0px;
    top: 6px;
    background: #fff;
    border-radius: 50%;
}
.title-dly{
    background: #B2E7FF;
    color: var(--color-red);
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
.title-dly h5{
    font-family: 'FiraSans-Bold';
    text-transform: uppercase;
    margin: 0px;
}

#mapfoo{
    width: 100%;
    display: inline-block;
    float: left;
    height: 400px;
}
#mapfoo iframe{
    width: 100%;
    height: 100%;
}
.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 {
    float: left;
    margin: 0px 10px 10px 0px; 
}

.list-tags li a {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.list-tags li a:hover {
    border: 1px solid var(--color-main);
    background: var(--color-main);
}
.footer-powered{
    padding: 15px 0px;
}
.footer-powered .wrap-content {
    text-align: center;
    position: relative;
    max-width: 940px;
}
.topfoo{
    position: absolute;
    cursor: pointer;
    top: -40px;
    left: calc(50% - 30px);
}
.map-foo{
    color: #fff;
    text-decoration: none;
}
.map-foo a{
    color: #fff;
}

.online{
    background:url(../images/img-data/online.png) no-repeat;
    padding-left: 20px;
}
.week{
    background:url(../images/img-data/tuan.png) no-repeat;
    padding-left: 20px;
}
.total{
    background:url(../images/img-data/tong.png) no-repeat;
    padding-left: 20px;
}

.statistic {
    margin-bottom: 0px;
}

.statistic span {
    padding-right: 10px;
}

.statistic span:last-child {
    padding-right: 0px;
}
.wrap-map{
    border: 1px solid #fff;
    padding: 5px;
}
#footer-map {
    position: relative;
    height: 400px;
}

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

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

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

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

/* Phân Trang */
.pagination-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: #fff;
    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-main);
    color: #fff;
    border-color: var(--color-main);
}

/* 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: 65px;
    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;
    color: #333;
    font-family: 'Muli-Regular';
}

/* 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;
    display: block;
}

.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: #1182FC;
    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: 315px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed, .js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #1182FC;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #1182FC;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

/* Cart fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    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%;
    float: left;
}

.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%;
    float: left;
}

.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%
}

@-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)
    }

}

/*Combo gọi điện*/
#fix_phone {
    display: none;
    background: var(--color-main);
    position: fixed;
    bottom: 0;
    left: 0%;
    z-index: 1000;
    width: 100%;
    padding: 5px 0px;
}
#fix_phone > a {
    padding-top: 5px;
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    text-align: center;
    transition: 0.4s;
}
#fix_phone > a i {
    display: block;
    margin: 0 auto;
    max-width: 25px;
}
#fix_phone > a i {
    color: #fff;
    font-size: 19px;
}
#fix_phone > a span {
    display: block;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}
#fix_phone > a img{
    width: 40px;
    margin: auto;
    margin-bottom: 3px;
}
.zalobt{
    margin-top: -4px;
}


.section-banner{
    padding-top: 30%;
    position: relative;
    width: 100%;
    background-color: var(--primaryH-color);
    margin-bottom: 50px;
}
.banner-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.banner-inner .banner-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
.banner-inner .banner-layout {
    max-height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.banner-inner .banner-background .banner-background_inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 58% 83%;
}
.banner-inner .banner-layout .banner-layout_text {
    text-align: center;
    font-size: 16px;
    /* opacity: 0; */
}
.banner-inner .banner-layout .banner-layout_text .text-inner {
    text-align: center;
}
.banner-inner .banner-layout .banner-layout_text .text-inner .text-inner_subtitle {
    text-transform: uppercase;
    color: #f1f1f1;
    margin: 1em 0;
    line-height: 1.2;
    font-weight: bolder;
    opacity: 0;
}
.banner-inner .banner-layout .banner-layout_text .text-inner .text-inner_title {
    font-size: 3.2em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    opacity: 0;
}
.banner-inner .banner-layout .banner-layout_text .text-inner .text-inner_description {
    color: #f1f1f1;
    margin: 1em 0;
    font-weight: bolder;
    opacity: 0;
}
.banner-inner .banner-layout .banner-layout_text .text-inner .form-control {
    border-radius: 4px;
    box-shadow: 0px 0px 0px grey;
    font-size: 15px;
}
.button {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: #222;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    text-shadow: none;
    line-height: 2.5em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to right, #ce9e46, #ecda92);
}
.banner-inner .banner-layout .banner-layout_text .text-inner .button {
    border-radius: 99px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-transform: capitalize;
}


.swalPopUpCheckCode {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
}

.swalPopUpCheckCode .swal2-header{
    background: #45b64c;
}

.swalPopUpCheckCode.error .swal2-header {
    background: #ff4647;
}

.swalPopUpCheckCode .swal2-icon {
    color: #fff;
    border-color: #fff;
    margin-bottom:5px;
}

.swalPopUpCheckCode .swal2-icon.swal2-success [class^=swal2-success-circular-line],
.swalPopUpCheckCode .swal2-icon.swal2-success .swal2-success-fix{
    display: none;
}

.swalPopUpCheckCode .swal2-icon.swal2-success [class^=swal2-success-line],
.swalPopUpCheckCode .swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    background: #fff;
}

.swalPopUpCheckCode .swal2-content {
    padding: 0;
    font-size: 14px;
}

.swalPopUpCheckCode .swal2-content p {
    padding: 5px 15px 10px;
    margin-bottom: 0;
    font-size: 1.1em;
    background: #45b64c;
    color: #fff;
}

.swalPopUpCheckCode.error .swal2-content p {
    background: #ff4647;
}


.swalPopUpCheckCode .swal2-content .popupCheckCode-body .popupCheckCode-seri {
    padding: 10px;
    text-align: center;
    color: #0D47A1;
    font-size: 1.15em;
    font-weight: 700;
    border-bottom: 1px solid #b8b8b840;
}

.swalPopUpCheckCode.error .swal2-content .popupCheckCode-body .popupCheckCode-seri {
    color: #ff4647;
}

.swalPopUpCheckCode .swal2-content .popupCheckCode-body .popupCheckCode-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.swalPopUpCheckCode .swal2-content .popupCheckCode-body .popupCheckCode-content .popupCheckCode-content_column {
    width: 50%;
    text-align: center;
    padding: 15px;
}

.swalPopUpCheckCode .swal2-content .popupCheckCode-body .popupCheckCode-content .popupCheckCode-content_column:not(:first-child) {
    border-left: 1px solid #b8b8b840;
}

.swalPopUpCheckCode .swal2-content .popupCheckCode-body .popupCheckCode-content .popupCheckCode-content_column .title {
    font-size: 1em;
    color: #0D47A1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swalPopUpCheckCode .swal2-content .popupCheckCode-body .popupCheckCode-content .popupCheckCode-content_column .title > i {
    font-size: 1.4em;
    margin-right: 5px;
}

.swalPopUpCheckCode .swal2-content .popupCheckCode-body .popupCheckCode-content .popupCheckCode-content_column .number {
    font-size: 1.2em;
    color: #0D47A1;
    font-weight: 700;
    margin-top: 7px;
}

.swalPopUpCheckCode.error .swal2-content .popupCheckCode-body .popupCheckCode-content .popupCheckCode-content_column .title,
.swalPopUpCheckCode.error .swal2-content .popupCheckCode-body .popupCheckCode-content .popupCheckCode-content_column .number{
    color: #343434;
}