@import url("https://fonts.googleapis.com/css?family=Tahoma:300,300i,400,400i,600,700,800");
@font-face {
    font-family: 'UTMAvoBold';
    src: url('../fonts/UTMAvoBold.eot');
    src: url('../fonts/UTMAvoBold.eot') format('embedded-opentype'),
         url('../fonts/UTMAvoBold.woff2') format('woff2'),
         url('../fonts/UTMAvoBold.woff') format('woff'),
         url('../fonts/UTMAvoBold.ttf') format('truetype'),
         url('../fonts/UTMAvoBold.svg#UTMAvoBold') format('svg');
    font-display: block;
}

body {
    font-size: 14px;
    font-weight: 400;
    font-family: "Tahoma", sans-serif;
    color: #242424;
    line-height: 24px;
    top: 0px !important
}

footer {
    overflow: hidden;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #0161AE;
}

a:hover {
    color: #F7941D !important
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

img.lazyload {
    opacity: 0;
    transform: scale(0.8);
}

img.lazyloaded {
    opacity: 1;
    transform: scale(1);
    transition: all 700ms;
}

.mobile {
    display: none
}

.btn-border {
    border-radius: 15px;
}

.btn.btn-danger {
    background: #EC2228;
    font-size: 13px;
}

.img-hover {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.img-hover img {
    transition: 0.5 all;
}
.img-hover::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.img-hover img:hover {
    transform: scale(1.1);
}
.img-hover:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.visibleH1 {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.skiptranslate {
    display: none;
}

.header-top {
    background: #458143;
    padding: 5px 0;
    position: relative;
}


.header-top .language {
    text-align: right;
}

.header-top .language ul {
    margin-bottom: 0
}

.header-top .language li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

.header-top .language li img {
    height: 22px;
    width: 33px;
}

.menu .logo img {
    width: 100px;
    border: 2px solid #EA5952;
    position: relative;
    z-index: 999;
}

body.home .menu .logo img {
    width: 170px;
    top: 86px;
}

.menu a {
    color: #0161AE;
    font-size: 18px;
}

.menu .container {
    height: 80px;
}

.menu .menu-item {
    position: relative;
    padding-bottom: 15px;
}

.menu .menu-item.active > a {
    color: #F7941D !important
}

.menu .menu-item ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    list-style: none;
    width: 230px;
    opacity: 0;
    margin-top: 20px;
    transition: all 0.5s;
    z-index: -1;
}

.menu .menu-item:hover > ul, .menu .menu-item ul li:hover > ul {
   opacity: 1;
   margin-top: 0;
    z-index: 9;
}

.menu .menu-item ul li {
    padding: 5px 10px;
    position: relative;
}

.menu .menu-item ul ul, .menu .menu-item ul ul ul {
    left: 100%;
    top: 0
}

.slick-dot-style ul.slick-dots {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 3
}

.slick-dot-style ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dot-style ul.slick-dots li button {
    width: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0;
    background-color: #eaeaea;
    border: none;
    border-radius: 50%;
    display: block;
    text-indent: -5000px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.slick-dot-style ul.slick-dots li.slick-active button {
    background-color: #0161AE;
    width: 30px;
    border-radius: 10px;
}

.slick-dot-style.hero-dot ul.slick-dots {
    bottom: 20px;
}

.section-about h2 {
    font-size: 2.2rem;
}


.section-about h2 span {
    font-weight: bold;
    color: #0161AE;
}

.section-about .des {
    line-height: 2.2;
}

.section-about .slider-1 li {
    list-style: none
}

.section-about .slider-1 {
    width: 325px;
    height: 325px;
    margin: 0 auto
}

.section-about img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    padding: 9px;
    background: #fff;
}

section.section-product {
    background: #F5F5F5; 
    position: relative;
}

.title-main h2 {
    color: #0161AE;
    font-family: UTMAvoBold;
    font-size: 24px;
}

.section-product .product-list ul {
    list-style: none;
    padding-left: 0
}

.section-product .product-list li {
    display: inline-block;
        margin: 0 15px;
}

.section-product .product-list li img {
    width: 150px;
}

section.section-product .bg {
    position: absolute;
}

section.section-product .bg.left {
    top: 23%;
    left: 5%;
    transform: rotate(253deg);
    max-width: 300px;
}

section.section-product .bg.right {
    bottom: 0;
    right: 0;
     max-width: 400px;
}

section.section-product .row {
    border: 2px solid #EA5952;
}

.section-product .item {
    border: 1px solid #ccc;
    background: #fff; 
}

.section-product .item h3 {
    border-top: 1px solid #ccc;
}

.section-product .item h3 a {
    color: #000;
    font-size: 15px;
    padding: 5px 0;
}

.section-mangluoi .item .img-hover{
    max-width: 195px;
    margin: 0 auto;
    border: 2px solid #EA5952;
    border-radius: 50%;
    padding: 10px;
}

.section-mangluoi .item .img-hover img {
    border-radius: 50%;
    border: 1px solid #EA5952;
}

.section-mangluoi .item h3 {
    font-size: 14px;
}

.section-mangluoi .item h3 a {
    color: #0161AE
}

.title-chungnhan h2 {
    font-size: 2.2rem;
    color: #343434
}

section.section-news {
    background: #60A8D9;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.section-news .content {
    background: #fff; 
    border-radius: 10px;
    box-shadow: 3px 1px 5px #ccc;
    padding: 30px;
    overflow: hidden;
}

.section-news .left .item:first-child {
    padding-top: 0
}

.section-news .left .item {
    padding-top: 15px;
    border-bottom: 1px solid #0161AE;
}

.section-news .left .item .desc {
    width: calc(100% - 180px)
}

.section-news .left .item img {
    width: 170px;
    float: left;
    margin-right: 15px;
}

.section-news .left .item a, .section-news .right .item a {
    color: #0161AE   
}

.section-news .left .item h3 {
    font-size: 15px;
}

.section-news .left .item h3 span {
    color: #999;
    font-weight: bold;
    font-size: 12px;
}

.section-news .right .item h3 {
    font-size: 15px;
}

.section-news .left .item .text-right, .section-news .right .item .text-right {
    font-size: 13px;
}

.section-news .title {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #0065AA;
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding-right: 40px;
    padding-left: 40px;
    margin-left: -50px;
}

.section-news .title h2 {
    margin-top: 10px;
    font-family: UTMAvoBold;
    font-size: 24px;
    color: #fff;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.section-giaychungnhan img:hover {
    transform: scale(2);
    z-index: 9;
    position: relative;
}

.content-footer {
    background: #458143;
    color: #fff; 
}

.content-footer h2 {
    position: relative;
    margin-bottom: 25px;
    font-size: 1.5rem;
    font-family: UTMAvoBold;
}

.content-footer h3 {
    position: relative;
    margin-bottom: 25px;
    font-size: 1.2rem;
}

.content-footer h2:before, .content-footer h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    background: #FDB756;
    width: 100px;
}

.content-footer .info-footer ul {
    padding-left: 0
}

.content-footer .info-footer li {
    list-style: none;
    margin: 10px 0
}

.content-footer .info-footer li .fa {
    font-size: 18px;
        width: 20px;
}

.content-footer .info-footer li strong {
    width: 100px;
    display: inline-block;
}

section.section-news {
    position: relative;
}

section.section-news .bg {
    position: absolute;
}

section.section-news .bg.left {
    left: 0;
    bottom: 0
}

section.section-news .bg.right {
    right: 0;
    top: 0;
    z-index: 9;
    text-align: right;
}

section.section-news .bg.right img {
    max-width: 80%;
}

#myMenu .modal-content {
    width: 90%;
    margin: 0 auto
}

#myMenu ul {
    padding-left: 0;
    margin-bottom: 0
}

#myMenu ul li {
    list-style: none;
    font-weight: bold;
    border-bottom: 1px solid #0161AE;
    padding: 10px 0;
}

#myMenu ul li:last-child {
    border: none;
}

#myMenu ul li a {
    color: #000;
}

#myMenu .close {
    margin-top: -2rem;
    margin-right: -2rem;
    background: #fff;
    opacity: 1;
    padding: 7px;
    border-radius: 50%;
}

#myMenu ul ul li a {
    padding-left: 20px;
}

#myMenu ul ul li {
    padding-bottom: 0
}

#myMenu ul ul ul li a {
    padding-left: 50px
}

.product-details-inner .regular-price {
    font-size: 25px;
    font-weight: bold;
    color: #f00;
}

.product__slider-main .slick-arrow, .product__slider-thmb .slick-arrow {
    position: absolute;
    top: calc(50% - 7px);
    
    background: url(../images/next.svg) no-repeat;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100px;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
}

.product__slider-main .slick-arrow.slick-prev, .product__slider-thmb .slick-arrow.slick-prev {
    left: 10px;
    transform: rotateY(180deg);
}

.product__slider-main .slick-arrow.slick-next, .product__slider-thmb .slick-arrow.slick-next {
    right: 0;
}

.product__slider-thmb {
    padding-top: 15px;
}

.product__slider-thmb .slick-slide {
    padding: 0 5px;
    filter: invert(15%);
}

.product__slider-thmb .slick-slide.slick-current {
    filter: none;
}

.product__slider-main .slick-slide img {
    display: inline-block;
}

/* ----scroll to top css ----*/
.scroll-top {
    background-color: #458143;
    bottom: 50px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.scroll-top i {
    line-height: 45px;
    color: #fff;
    font-size: 30px;
}

.scroll-top.not-visible {
    bottom: -50px;
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}

.hero-slider-wrap .slick-arrow {
    position: absolute;
    top: calc(50% - 18px);
    border: none;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
}

.hero-slider-wrap .slick-arrow.slick-next {
    right: 15px;
}

.hero-slider-wrap .slick-arrow.slick-prev {
    left: 15px;
}

.content-footer .online {
    text-align: right;
}

.content-footer .online ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.content-footer .online li {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
}

