@font-face {
    font-family: 'RCR';
    src: url('../fonts/Roboto-Condensed.ttf');
}

@font-face {
    font-family: 'UTMSwissCondensed';
    src: url('../fonts/UTMSwissCondensed.ttf');
}

@font-face {
    font-family: 'UTMSwissCondensedBold';
    src: url('../fonts/UTMSwissCondensedBold.ttf');
}

@font-face {
    font-family: 'barlow_r';
    src: url('../fonts/Barlow/BarlowSemiCondensed-Regular.ttf');
}

@font-face {
    font-family: 'barlow_b';
    src: url('../fonts/Barlow/BarlowSemiCondensed-Bold.ttf');
}

@font-face {
    font-family: 'barlow_sb';
    src: url('../fonts/Barlow/BarlowSemiCondensed-SemiBold.ttf');
}

@font-face {
    font-family: 'barlow';
    src: url('../fonts/Barlow/BarlowSemiCondensed-Medium.ttf');
}

@font-face {
    font-family: 'barlow_bb';
    src: url('../fonts/Barlow/BarlowSemiCondensed-ExtraBold.ttf');
}

@font-face {
    font-family: 'monter';
    src: url('../fonts/monter/Montserrat-Medium.ttf');
}

@font-face {
    font-family: 'monter_b';
    src: url('../fonts/monter/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'monter_r';
    src: url('../fonts/monter/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'monter_l';
    src: url('../fonts/monter/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'Grenoble';
    src: url('../fonts/SFUGrenobleExtraBold.TTF');
}

@font-face {
    font-family: 'utmAvo_b';
    src: url('../fonts/UTM-Avo/utm-avobold.ttf');
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/SVN-Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-BoldCondensed.ttf');
}

header {
    background: white;
}

img {
    max-width: 100%;
}

:focus {
    outline: none;
}

a:focus {
    outline: none;
}

sub {
    top: -.5em !important;
}

ul {
    padding: 0px;
    margin: 0px;
}


/*.h1, .h2, .h3, h1, h2, h3{ margin: 0px;font-size: inherit;}*/

body {
    font-family: 'poppins';
}

.no-padding {
    padding: 0px !important;
}

a {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

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

button:focus {
    outline: 0px !important;
}

.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.p0 {
    padding: 0px;
}

.plr0 {
    padding: 0px;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}


/*Icon hotline on Mobile*/


/*.call_now {width: 80px;height: 80px;overflow: hidden;cursor: pointer;float: left;position: fixed;bottom: 35px;right: -5px;z-index: 999;}
.call_now_circle {width: 50px;height: 50px;top: 15px;left: 15px;position: absolute;border: 2px solid #1182fc;opacity: .5;border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%;-webkit-border-radius: 100%;transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-webkit-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transition: all .5s;-o-transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;animation: call-circle-anim 1.2s infinite ease-in-out;-moz-animation: call-circle-anim 1.2s infinite ease-in-out;-o-animation: call-circle-anim 1.2s infinite ease-in-out;-webkit-animation: call-circle-anim 1.2s infinite ease-in-out;}
.call_now_circle_fill {width: 50px;height: 50px;top: 15px;left: 15px;position: absolute;opacity: .75;background: #1182fc none;border: 2px solid transparent;border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%;-webkit-border-radius: 100%;transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-webkit-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transition: all .5s;-o-transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;animation: call-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: call-circle-fill-anim 2.3s infinite ease-in-out;-o-animation: call-circle-fill-anim 2.3s infinite ease-in-out;-webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;}
.call_now_icon {position: absolute;top: 25px;right: 25px;width: 30px;height: 30px;background-size: 24px 24px !important;background: #1182fc;border: 2px solid transparent;opacity: 1;border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%;-webkit-border-radius: 100%;transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-webkit-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;animation: call-icon-anim 1s infinite ease-in-out;-o-animation: call-icon-anim 1s infinite ease-in-out;-moz-animation: call-icon-anim 1s infinite ease-in-out; -webkit-animation: call-icon-anim 1s infinite ease-in-out;}
.call_now_icon:before {content: "\f095";font-family: FontAwesome;line-height: 28px;text-align: center;display: block;font-size: 23px;color: #fff;}
*/


/*facebook*/


/*.chat-facebook{position: fixed;bottom: 70px;right: 0px;z-index: 9999999;right: 5px;}
.i-facebook{cursor: pointer;}
.ar-chat{padding: 10px;margin-top: 12px;width: 350px;display: none;}
.ar-fb{position: fixed;bottom: 150px;right: -4px;z-index: 999;}
.call_now1 {width: 80px;height: 80px;overflow: hidden;cursor: pointer;float: left;}
.call_now_icon1 {position: absolute;top: 25px;right: 25px;width: 30px;height: 30px;background-size: 24px 24px !important;background: #1182fc;border: 2px solid transparent;opacity: 1;border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%;-webkit-border-radius: 100%;transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-webkit-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;}
.call_now_icon1:before {content: "\f09a";font-family: FontAwesome;line-height: 28px;text-align: center;display: block;font-size: 23px;color: #fff;}
.call_now1 .call_now_circle,.call_now1 .call_now_circle_fill{right: 15px;left: auto;}*/


/*zalo */


/*.call_now2 {width: 80px;height: 80px;overflow: hidden;cursor: pointer;position: fixed;bottom: 90px;right: -5px;z-index: 999;}
.call_now_icon2 {position: absolute;top: 25px;right: 25px;width: 30px;height: 30px;background-size: 100% !important;background: #1182fc url(../../images/zalo.png) no-repeat;border: 2px solid transparent;opacity: 1;border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%;-webkit-border-radius: 100%;transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-webkit-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;}
*/

.ar_left ul li {
    position: relative;
}

.sicon li {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    color: red;
    border-radius: 50%;
}

.ar_left ul li {
    text-transform: uppercase
}

.bg-qickly {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 6px 15px;
    background: #FF9800;
    color: #fff;
    z-index: 999;
    border-top-right-radius: 18px;
    background: linear-gradient(to right, #586E32, #6EB441, #586E32);
    border: 1px #fff solid;
    border-left: none;
    border-bottom: none;
}

.bg-qickly a {
    color: #fff;
    font-size: 16px;
}

.bg-qickly img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.ar_left ul li ul li {
    text-transform: capitalize;
    padding-left: 20px;
}

.solid {
    border: 1px solid #9d868638;
}

.pd15 {
    padding: 15px;
}

.ar_left ul li:after {
    content: '+';
    color: black;
    position: absolute;
    right: 5px;
    top: 5px;
}

.ar_left ul li ul li:after {
    content: '-';
    color: black;
    position: absolute;
    right: 5px;
    top: 5px;
}

@keyframes call-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes call-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes call-icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.row5 {
    margin: 0px -5px;
}

.row7 {
    margin: 0px -7px;
}

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

.animate1 {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sp_detail_name{
    font-weight:bold;
    font-size:26px!important;
    margin-top:0;
}


/*CSS HẬU*/

#full {
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.center {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.inner {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.clear {
    display: block;
    clear: both;
}

.img img {
    width: 100%;
}

.effect:after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
}

.effect:before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
}

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

.effect:hover:before,
.effect:hover:after {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1s;
    width: 100%;
}

.hieuung:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(0deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.hieuung:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

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


/*Effect 1*/


/*.img_dv{overflow: hidden;position: relative;}
.img_dv:before{pointer-events: none;position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;z-index: 1;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.img_dv:after{pointer-events: none;position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0; -webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.ar_dv:hover{background: #eee;transition: all 0.3s;}
.ar_dv:hover .img_dv:before{right: 50%;left: 50%;width: 0;background: rgba(255,255,255,0.2);}
.ar_dv:hover .img_dv:after{height: 0;top: 50%;bottom: 50%;background: rgba(255,255,255,0.2);}*/


/*Effect 2*/


/*.img_dv{position: relative;overflow: hidden;}
.img_dv img{transition: all 0.4s;width: 100%;}
.img_dv:hover img{transform: scale(1.1);transition: all 0.8s;opacity: 0.8;}
.img_dv::before,.img_dv::after {pointer-events: none;position: absolute;content: '';opacity: 0;-webkit-transition: opacity 0.7s,-webkit-transform 0.7s;transition: opacity 0.7s, transform 0.7s;z-index: 99;}
.img_dv:before {top: 20px;right: 20px;bottom: 20px;left: 20px;border-top: 1px solid #fecb33;border-bottom: 1px solid #fecb33;-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin: 100% 0;transform-origin: 100% 0;}
.img_dv:after {top: 20px;right: 20px;bottom: 20px;left: 20px;border-right: 1px solid #fecb33;border-left: 1px solid #fecb33;-webkit-transform: scale(0,1);transform: scale(1,0);-webkit-transform-origin: 100% 0;transform-origin: 100% 0;}
.img_dv:hover::before,
.img_dv:hover::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.img_dv p {position: absolute;top: 0;display: flex; justify-content: center;align-items: center;width: 100%;height: 100%;padding: 3em 3em;text-transform: none;opacity: 0;-webkit-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;transition: opacity 0.7s, transform 0.7s;font-family: 'UTMAzuki';font-size: 18px;font-weight: bold;color: #000;z-index: 9;text-shadow: 1px 1px 1px #fff,1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff;}
.img_dv:hover p {opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}*/


/*Effect 3*/


/*.img-sp {position: relative;}
.img-sp::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-sp: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;}
}*/


/* site map */

.sitemap a {
    display: block;
    padding: 5px;
    font-weight: bold;
    color: #000;
    position: relative;
}

.sitemap a:hover {
    color: #1f5892;
}

.sitemap a i {
    color: #1f5892;
}

.sitemap a.sub0 {
    padding-left: 30px;
}

.sitemap a.sub0:before {
    content: '';
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 5px;
    background: #000;
}

.sitemap a.sub0:after {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 5px;
    background: #000;
}

label.error {
    position: absolute;
    right: 30px;
    margin: 0;
    top: 50%;
    margin-top: -8.5px;
    font-size: 12px;
    white-space: nowrap;
    color: #ff5050;
    z-index: 99;
}


/* video */

.col-video {
    float: left;
    width: 33.33%;
    padding: 0px 10px;
}

.item-video {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


/*Gallery*/

.col-gallery {
    float: left;
    width: 33.33%;
    padding: 0px 10px;
}

.item-gallery {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #e1e1e1;
    padding: 5px
}

.item-gallery .img {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.item-gallery .img a {
    display: block;
}

.item-gallery .img a .name {
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 5px 10px;
    margin: 0;
    font-size: 15px;
    text-align: Center;
    z-index: 20;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.item-gallery .img .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.item-gallery .img .mask span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #FFF;
    background: url(../images/plus.png) no-repeat center center;
    margin-top: -20px;
    margin-left: -20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.item-gallery .img:hover .name {
    bottom: 0;
}

.item-gallery .img:hover .mask {
    opacity: 1;
}

.item-gallery .img:hover .mask span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.item-gallery .img img {
    width: 100%;
}


/*show news*/

.item-content-row {
    width: 100%;
    padding: 10px;
    margin: 0;
    margin-bottom: 10px;
    border: 1px solid #eee
}

.item-content-row .img {
    display: table-cell;
    width: 130px;
    vertical-align: top;
    overflow: hidden;
}

.item-content-row .img:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}

.item-content-row .img a {
    float: left;
    width: 130px;
    height: auto;
}

.item-content-row .img a img {
    width: 100%;
    transition: all 0.5s;
}

.item-content-row .content {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    color: #333
}

.item-content-row .content h3.name {
    margin: 0px;
    font-size: 16px;
    margin-bottom: 5px;
}

.item-content-row .content h3.name a {
    color: #000;
    line-height: 20px;
    font-weight: bold;
}


/*Content news*/

.text-contents {
    padding: 0px 0px 10px;
    color: #000
}

.text-contents .name {
    margin: 0px;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 21px;
    font-weight: bold;
}


/*Scroll Top*/

.fback-top {
    border-radius: 50%;
    position: fixed;
    width: 30px;
    height: 30px;
    line-height: 29px;
    bottom: 8px;
    right: 18px;
    display: none;
    cursor: pointer;
    z-index: 999;
    background: #2382e4;
    box-shadow: 0px 0px 2px 1px #f5f5f5;
    text-align: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.fback-top:hover {
    background: #ccc;
}


/*Share*/

.tag_share {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.fb-comments,
.fb-comments span,
.fb-comments iframe {
    width: 100% !important;
}

.like-share-page {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.like-share-page .facebook {
    float: left;
    margin: 0 0 5px 0;
}

.like-share-page .twitter {
    float: left;
    margin: 0 0 5px 5px;
}

.like-share-page .google {
    float: left;
    margin: 0 0 5px 5px;
}


/*Bài viết liên quan*/

.relative-contents i {
    font-size: 7px;
    margin-right: 10px;
}

.text-contents .relative-contents ul {
    list-style: none;
    padding-left: 0px;
}

.text-contents .relative-contents ul li {
    margin-bottom: 5px;
    font-size: 13px;
}

.text-contents .relative-contents h3 {
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.text-pages ul {
    padding-left: 40px;
    margin-bottom: 10px;
}

.text-pages {
    overflow: hidden;
    text-align: justify;
}

#clock {
    font-size: 12px;
    font-family: 'arial';
    letter-spacing: 0.5px;
    color: #9a9a9a;
    margin-bottom: 5px;
}


/*Contact/Liên hệ*/

#map iframe {
    width: 100%;
}

#form-contact {
    display: inline-block;
    width: 100%;
    background: #e9e9e9;
    padding: 20px 10px;
}

.form-control {
    border-radius: 0px !important;
}

.title_map {
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 0px 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-weight: bold;
}

.title_map i {
    margin-right: 10px;
}

.form-control {
    border-radius: 0px !important;
}

.col_contact label {
    font-weight: 600;
}

.input_contact {
    position: relative;
}

.input_contact input {
    padding-left: 50px;
}

.input_contact i {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #bcbcbc;
    color: #056d2f;
    height: 34px;
    line-height: 34px;
    width: 40px;
    text-align: center;
}

.ct_contact {
    margin-top: 20px;
}

.button.button--aylen {
    width: 120px;
    height:55px;
    color: #fff;
    border: none;
    background: linear-gradient(to right, #586E32, #6EB441, #586E32) !important;
    font-size:1.6rem;
}

.input_contact {
    border-left: 2px solid #056d2f;
    border-radius: 1px;
}


/* phan trang */

.pagination-page {
    text-align: center;
    margin-top: 20px;
}

.pagination-page>span,
.pagination-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #ddd;
    color: #333;
}

.pagination-page a:hover,
.pagination-page>span {
    background: #ed1c24;
    color: #fff;
}

.pdH0 {
    padding-left: 0px;
    padding-right: 0px;
}

#thongtinlienhe {
    margin: 0px -15px;
}

.facebook-footer {
    width: 100%;
}

.map_description {
    color: #000 !important;
}


/*đối tác*/

.slick_doitac {
    margin: 0px -10px;
}

#doitac {
    padding: 30px 0px;
}

.item_doitac {
    text-align: center;
    margin: 0px 5px;
}

.item_doitac h3 {
    font-family: 'RCB';
    font-size: 16px;
    margin: 20px 0px 10px;
}

.title-doitac h3 {
    text-transform: uppercase;
    font-family: 'RCB';
    font-size: 18px;
    color: #5a664e;
    border-bottom: 1px solid #5a664e;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#doitac {
    padding: 0 0 25px;
}


/*thông báo*/

.note {
    font-family: 'arial';
    font-size: 13px;
    color: red;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}


/*breadcrumb */

.breadcrumb {
    background-color: #fff !important;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px !important;
    font-weight: bold;
    border-radius: 0px !important;
    padding-left: 0px !important;
}


/*LEFT*/

#container {
    padding: 25px 0px;
}

#left {
    width: 265px;
    float: left;
}

#right {
    width: 880px;
    float: right;
}

.bao-left {
    margin-bottom: 20px;
    background: #6eb44117;
}

.title-left {
    background: #9E0404;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
    background-size: 100%;
    width: 100%;
    font-weight: bold;
}

.ar_left {
    padding: 10px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
}

.img_qcpnvn {
    margin-bottom: 10px;
}

.img_qcpnvn img {
    width: 100%;
}

.img_qcpnvn:last-child {
    margin-bottom: 0px;
}


/*left danh mục sản phẩm*/

.ar_left.menu {
    padding: 10px 14px 5px;
}

.ar_left ul {
    padding-left: 0px;
}

.ar_left ul li {
    list-style: none;
    /* font-family: 'arial'; */
    font-size: 14px;
    color: #282828;
    font-family: 'poppins';
}

.ar_left ul li {
    border-bottom: 1px solid #e5e5e5;
}

.ar_left ul li:last-child {
    border-bottom: none;
}

.ar_left ul li i {
    font-size: 14px;
}

.ar_left ul li a {
    color: #282828;
    display: block;
    padding: 4px 0px;
    display: block;
}

.ar_left ul>li:hover>a {
    color: red;
    margin-left: 5px;
}

.ar_left ul li img {
    margin-right: 13px;
}


/*left hỗ trợ trực tuyến*/

.title-hotro span {
    color: red;
    font-weight: bold;
}

.title-hotro i {
    color: #282828;
    font-size: 18px;
}

.ar_left i {
    margin-right: 10px;
    font-size: 17px;
}

.hot-line img {
    margin-right: 10px;
    width: 15px;
}

.hot-line {
    font-family: 'arial';
    font-size: 14px;
    color: #282828;
}


/*left video*/

.list_video select {
    width: 100%;
    height: 30px;
    font-family: 'arial';
    font-size: 13px;
    padding-left: 10px;
}


/*Left Thống kê truy cập*/

.thongketruycap {
    max-width: auto;
    margin: 0px auto;
}

.thongketruycap li {
    list-style: none;
    font-family: 'arial';
    font-size: 13px;
    color: #fff;
    line-height: 10px;
    display: -webkit-inline-box;
}

.thongketruycap li img {
    margin-right: 10px;
}

.thongketruycap li span {
    float: right;
    color: #fff;
    font-weight: bold;
}

.ngaydang {
    font-size: 12px;
    color: #707070;
    margin-bottom: 5px;
}

.ngaydang i {
    margin-right: 8px;
}

.item-pro {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.footer .thongketruycap li {
    margin-bottom: 22px;
    line-height: inherit;
}

.s_view {
    margin-top: 8px;
    display: none;
    position: absolute;
    top: 55px;
    right: 0px;
}
.s_view input {
    outline: none;
    padding: 5px 17px;
    background: #fff;
    color: #000;
    border: 1px gray solid;
    border-radius: 10px;
}

.s_view input:placeholder {
    color: black;
}

.s_view span.fa {
    color: black;
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
}

.tt-ct {
    display: inline-block;
    width: 30%;
    margin-bottom: 30px;
    margin-left: 30px;
}

.title-main {
    text-align: center;
}

.b-dangky input::placeholder,
textarea::placeholder {
    color: #000;
}


/*.title-main h3{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}*/

.item-udiem img {
    transition: all 0.3s;
}

.item-udiem:hover img {
    transform: rotate(20deg);
}

.div {
    width: 200px;
    height: 4px;
    border-radius: 8px;
    background: red;
    margin: 11px auto;
    margin-bottom: 15px;
}

.o-text-s.after-s:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -20px;
    left: 50%;
    z-index: 9;
    position: absolute;
    transform: translate(-50%, 0%);
}

.o-text-s.before-s:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    top: -10px;
    left: 50%;
    z-index: 9;
    position: absolute;
    transform: translate(-50%, -50%);
}

.o-text-s {
    position: relative;
    padding: 35px;
    width: 100%;
}

.nb {
    position: absolute;
    font-size: 22px;
    color: red;
    font-weight: bold;
    bottom: 05px;
    left: 46px;
}

.tt-img {
    display: flex;
}

.tt-ct .content {
    float: right;
    width: 82%;
}

.time {
    width: 18%;
    display: inline-block;
    background: #a2c046;
    height: 75px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    margin-right: 10px;
}

.tt-ct .tt-img .time h3 {
    position: relative;
    margin-top: 5px;
    line-height: 30px;
}

.box-newss {
    padding: 5px;
}

.box-newss .date {
    width: 18%;
    float: left;
    background: #0000CC;
    color: white;
    padding: 14px 4px;
    margin-top: 1px;
}

.box-newss .date h2 {
    font-size: 24px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}

.box-newss .date h3 {
    font-size: 18px;
    padding-top: 4px;
}

.box-newss .content {
    width: 82%;
    text-align: left;
    float: right;
    position: relative;
}

.box-newss .name {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.tt-ct .content .name {
    font-size: 18px;
}

.s_view input::placeholder {
    color: #ccc;
}

.hotline-t {
    position: absolute;
    top: -20px;
    left: 50px;
    font-weight: bold;
    font-size: 20px;
    color: red;
}

.cpn-name {
    color: #0082C9;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.address {
    color: red;
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
}


/*CHI TIẾT SẢN PHẨM*/

.sp_detail.mota {
    font-weight: 500;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 23px;
    text-align: justify;
}

.sp_detail.price_detail {
    font-size: 14px;
    color: #202020;
}

.sp_detail.price_detail h3 {
    font-weight: bold;
    font-size: 22px;
    background: #eaeaea;
    color: #ed1c24;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom:0;
}

h3.sp_detail {
    font-size: 18px !important;
    color: #000;
    line-height: 27px;
    font-weight: bold;
}

h3.sp_detail,
.sp_detail {
    border-bottom: 1px solid #d8d8d8;
    padding:7px 0px;
    font-size: 15px;
}

.sp_detail.lienhemuahang {
    background: #006cb5;
    padding: 0px 10px;
    margin: 10px 0px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.sp_detail button.addcart {
    border: 1px solid #58a946;
    background: #fff;
    padding: 6px 14px;
    border-radius: 2px;
    transition: all 0.3s;
}

.sp_detail button.addcart:hover {
    border: 1px solid #fff;
    background: #58a946;
    color: #fff;
    transition: all 0.3s;
}

.sp_detail button.addcart:hover i {
    color: #fff;
    transition: all 0.3s;
}

.sp_detail button.addcart i {
    margin-right: 10px;
    color: #58a946;
    font-size: 20px;
}

.col-share {
    padding: 0px;
}

.sp_detail .like-share-page {
    margin-top: 7px;
}

.sub_img_detail {
    margin: 0px -7px;
}

#product_detail {
    margin: 15px 0px 25px;
}

#product_detail .text {
    text-align: justify;
    line-height: 2em;
}

#product_detail .text img {
    max-width: 100%;
}

.img-detail-pro {
    margin-bottom: 20px;
}

.img_detail {
    text-align: center;
}

.sub_img_sanpham {
    margin: 0px auto;
    text-align: center;
    margin-top: 15px;
}

.sub_img_sanpham img {
    border: 1px solid #ebebeb;
}

.img-detail-pro {
    float: left;
    width: 55%;
}

.quote-pro {
    float: left;
    margin-left: 20px;
    width: calc(45% - 50px);
}

.quote-pro .box {
    float: left;
    width: 100%;
    color: #333;
}

.logo-mobile {
    display: none;
}


/*Tab chi tiết sản phẩm*/

.title_tab {
    background: #fff;
    border-bottom: 2px solid #9E0404;
}

.title_tab li {
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    float: left;
    list-style: none;
    font-family: 'arial';
    font-size: 15px;
    padding: 6px 30px;
    color: #000;
}

.title_tab li.active {
    background: #9E0404;
    color: #fff;
}
.content_tab {
    padding: 20px 15px;
    border: 1px solid #9E0404;
    border-top: 0px;
}
.support {
    border-bottom: 1px gray solid;
    padding-bottom: 5px;
}

/*Giỏ hàng*/

.title-form {
    padding: 5px 0px 5px 15px;
    background: #037EC2;
    color: #fff;
    font-weight: 500 !important;
}

.ar_form {
    padding: 20px;
    border: 1px solid rgba(233, 0, 0, 0.5);
}

.tong_tt h3 {
    text-align: right;
}

.tong_tt h3 span {
    color: #f00;
    font-weight: bold;
}

.button_muahang {
    border: 1px solid transparent;
    float: right;
    padding: 7px 20px;
    background: #037EC2;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 15px;
    border-radius: 3px;
}

.button_muahang a {
    color: #fff;
    display: block;
}

.button_muahang:hover {
    border: 1px solid #ed1c24;
    background: #fff;
    transform: all 0.3s;
}

.button_muahang:hover a {
    color: #ed1c24;
    transition: all 0.2s !important;
}

.container_dathang {
    display: none;
}

.col_button {
    padding: 0px;
}


/*Tìm kiếm*/

#timkiem {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 83%;
}

#timkiem input {
    width: 100%;
    border: none;
    height: 30px;
    border-radius: 2px;
    padding-left: 15px;
    font-family: 'arial';
    font-size: 12px;
    color: #aaa;
}

#timkiem button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    color: #000;
    background: none;
    border: none;
}


/*Menu*/

#menu_mobile {
    display: none;
    position: relative;
}

.header {
    background: #B30F16;
}
#menu_desktop {
    text-align: right;
    z-index: 999;
    position: relative;
}
#menu_desktop .center>ul>li {
    float: left;
    position: relative;
}

#menu_desktop ul li {
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    display: -webkit-inline-box;
}

#menu_desktop .center>ul>li:first-child>a {
    padding-left: 0px;
}

#menu_desktop .center>ul>li:first-child {
    border: none;
}

#menu_desktop ul>li.active>a,
#menu_desktop ul>li:hover>a {
    transition: all 0.3s;
    color: #fff;
    border-radius: 0px;
    background: #9E0404
}

#menu_desktop ul>li>a {
    padding: 30px 18px;
    /* line-height: 45px; */
    display: block;
    font-family: 'poppins';
}
#menu_desktop ul li ul {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 220px;
    z-index: 999;
    display: none;
    text-align: left;
}

#menu_desktop ul li ul li {
    white-space: nowrap;
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'arial';
    font-size: 14px;
    display: block;
    background: #9E0404;
}

#menu_desktop ul li ul li a {
    padding: 8px 10px;
    line-height: 20px;
    color: white
}

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

#menu_desktop ul li ul li ul {
    position: absolute;
    top: 0px;
    left: 100%;
}

#menu_desktop .center>ul>li:last-child {
    border: none;
}

#menu_desktop ul li:first-child {
    content: '';
}

.sticky {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

#menu_desktop ul li:last-child:after {
    content: '';
}

#menu_desktop .fa {
    color: #000;
}
.ten-ud {
    text-transform: uppercase;
    color: #fff;
    height: 35px;
}

.xemthem a {
    color: #B30F16
}

.xemthem {
    padding: 8px 18px;
    border: 1px solid #B30F16;
    border-radius: 20px;
    color: #B30F16;
    text-transform: uppercase;
    background: none;
}

.mo_ta_ab {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'poppins';
    font-size: 15px;
    color: #565656;
}

.title-map {
    color: #FE0101;
    font-size: 26px;
    text-transform: uppercase;
    /* border-left: 4px solid #B30F16; */
    margin-bottom: 20px;
    font-family: 'Roboto-Bold';
}

.sec-gioithieu {
    padding: 0 0 50px 0px;
    background-size: 100% 100%;
    /* background: url(../images/bg_ab.png) top center no-repeat; */
}

.xemthem_gt {
    background: linear-gradient(to right, #586E32, #6EB441, #586E32);
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 30px;
}

.xemthem_gt:hover {
    background: orange;
}

img.img_about {
    /* padding: 5px; */
    /* border: 1px gray solid; */
    /* background: #EEE9E6; */
    /* box-shadow: 0 0 10px 1px #9C9C9C; */
}

.sec-nhaxuong {
    background-size: 100% 100%;
    background: url(../images/bg-xuong.png);
}

.title-news {
    font-size: 17px;
}

.item-uudiem {
    width:
}

.sec-uudiem {
    padding: 30px 0 15px 0;
    background: url(../images/bg_ud.png) top center no-repeat;
    background-size: cover;
}

.logo-fly {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 9999;
}

#menu_desktop ul li {
    position: relative;
}


/*#menu_desktop ul li:after{
    content: '|';
    position: absolute;
    top: 25%;
    color: #FB5B04;
}*/


/*Header*/


/*Modal Popup*/

.modal-backdrop {
    position: relative !important;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.5);
}


/*Login*/

.modal {
    background: rgba(0, 0, 0, 0.5);
    padding-left: 0px !important;
}

.modal-backdrop {
    position: relative !important;
}

.modal-header .close {
    color: #000 !important;
    opacity: 0.2;
}

.modal-header {
    text-align: center;
    background: #1169a3 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.5);
}

.ar_btlogin {
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

.forget_password {
    font-family: 'arial';
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.forget_password a {
    font-weight: bold;
}

#main_login {
    background: rgba(34, 34, 34, 0.6);
    max-width: 650px;
    margin: 0px auto;
    margin-top: 100px;
}

.title_login {
    border-radius: 10px 10px 0px 0px;
    background: #ff6000;
    padding: 10px;
    font-family: 'arial';
    font-size: 15px;
}

.contain_box_form {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    font-family: 'RobotoRegular';
}

.contain_box_form label {
    font-weight: normal;
}

.title_other_login {
    text-align: center;
    overflow: hidden;
    max-width: 90%;
    margin: 0px auto;
    font-family: 'RobotoRegular';
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.item_other_login {
    margin-bottom: 15px;
    font-size: 13px;
    color: #333;
    display: block;
    font-family: 'arial';
}

.item_other_login .btn_other_login {
    width: 28px;
    height: 28px;
    background: none;
    outline: none;
    border: none;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}

.item_other_login .btn_other_login.login_facebook {
    background: #2f4b93;
}

.item_other_login .btn_other_login.login_google {
    background: #c43a30;
}

.title_other_login span {
    display: inline-block;
    position: relative;
}

.title_other_login span:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 5px;
    left: 100%;
    margin-left: 10px;
}

.title_other_login span:before {
    content: "";
    width: 200px;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 5px;
    right: 100%;
    margin-right: 10px;
}

.header_login {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #dbdbdb!important;
    position: relative;
}

.header_login h3 {
    font-family: 'RobotoBold';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
}

.close_form {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.close_form .fa {
    line-height: 25px;
}

.close_form:hover {
    background: rgba(0, 0, 0, 0.1);
}

.left_body_form {
    width: 65%;
    padding: 20px 20px 20px 0px;
    border-right: #dbdbdb solid 1px;
    float: left;
}

.right_body_form {
    width: 35%;
    padding: 20px 10px 20px 15px;
    float: right;
}

.notify_login {
    font-size: 12px;
    color: #999999;
    text-align: right;
    margin-bottom: 7px;
}

.notify_login span {
    color: #f00;
}

.table_form {
    width: 100%;
}

.my_table {
    display: table;
}

.my_row {
    display: table-row;
}

.table_form .my_cell {
    vertical-align: middle;
    padding: 5px 0px;
    display: table-cell;
}

.table_form .my_cell_title {
    color: #333;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}

.table_form .input_form {
    border: 1px solid #c7c7c7;
    color: #333333;
    font-size: 12px;
    padding: 7px 5px;
    text-indent: 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear;
    -moz-transition: border .25s linear, color .25s linear;
    -o-transition: border .25s linear, color .25s linear;
    transition: border .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
    height: 32pxline-height: 32px;
    width: 100%;
    outline: none;
}

.table_form .input_form:visited,
.table_form .input_form:focus {
    border-color: #2882bc;
}

input.checkbox_form {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: url(../images/commont/bg_check_radio.png) 0px -26px no-repeat;
    vertical-align: middle;
    margin: 0px 10px 2px 0px;
    outline: none;
    border: none;
}

input.checkbox_form:checked {
    background-position: 0px -52px;
}

label.label_check_box_form {
    vertical-align: middle;
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 14px;
}

.left_table_form {
    width: 50%;
    float: left;
}

.right_table_form {
    width: 50%;
    float: right;
    text-align: right;
}

.href_table_form {
    color: #0689ba;
    font-size: 14px;
    line-height: 24px;
}

.btn_form {
    font-family: 'RCR';
    width: 100%;
    border: none;
    background: #1169a3;
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    padding: 8px 32px 8px 32px;
    text-transform: uppercase;
}

.ar_form_dk {
    width: 450px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    float: right;
}


/*Rigister*/

#form_signup {
    background: #fff;
    padding: 10px 30px;
    border-top: none;
    display: inline-block;
    width: 100%;
}

#main_signup {
    background: rgba(34, 34, 34, 0.6);
    max-width: 450px;
    margin: 0px auto;
    margin-top: 100px;
}

.ar_input,
.ar_male {
    margin-bottom: 10px;
    position: relative;
}

.ar_male input {
    margin-right: 5px;
}

.ar_input input {
    font-size: 13px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    line-height: 30px;
    padding-left: 40px;
    width: 100%;
}

.ar_input i {
    border-left: 3px solid #d7070d;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background: transparent;
    color: #d7070d;
    width: 41px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.title_infomation {
    color: #333;
    padding: 10px 0px 10px;
    font-family: 'arial';
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

input.submit_register {
    padding: 6px 25px;
    border: none;
    background: #d7070d;
    color: #fff;
    border-radius: 2px;
}

.submit_register {
    float: left;
    margin-right: 20px;
}

.login_re {
    float: left;
    line-height: 32px;
    font-weight: bold;
}

.code_captcha {
    margin-bottom: 25px;
}

.code_captcha img {
    height: 34px;
    float: right;
}

.code_captcha input {
    background: #fff;
    border: 1px solid #ddd;
    line-height: 30px;
    padding-left: 10px;
}


/*end rigister*/

.img_recaptcha {
    float: right;
}

.button_contact {
    float: left;
}


/*----------Loading-------------*/

#pre-loader {
    background: #F5F5F5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.loader:before {
    animation: before 2s infinite;
}

.loader:after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}


/*----------Loading-------------*/

.box_hotline {
    padding-top: 25px;
    padding-bottom: 5px;
    position: relative;
}

img.img_icon1_h {
    float: left;
    margin: 0 5px 0 0;
}

p.hotro_h {
    margin-bottom: 0px;
    font-size: 18px;
    color: #fe1b14;
    font-family: 'utmAvo_b';
}

b.title_hot {
    font-family: 'poppins';
    font-size: 15px;
    color: #000;
    font-weight: normal;
    position: absolute;
    top: 10px;
}

p.email_cpn {
    font-family: barlow;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

p.email_cpn2 {
    font-family: barlow;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

h3.company_name {
    font-size: 32px;
    color: #FF0604;
    margin: 10px 0 10px 0;
    font-family: 'utmAvo_b';
}

p.address_d {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-family: 'poppins';
}

.company_info {
    text-align: center;
}

img.logo_img {

}

.d7.d7-search.d7-desktop {
    padding-top: 5px;
}

.d7.d7-search.d7-desktop input {
    width: 100%;
    position: relative;
    height: 30px;
    border-radius: 5px !important;
    background-image: linear-gradient( #CCCCCA, #fff);
}

.d7.d7-search.d7-desktop button {
    position: absolute;
    top: 8px;
    right: 5px;
    color: #000;
    background: none;
    border: none;
}

.d7.d7-search.d7-desktop button i {
    color: #000 !important;
}


/*==========================================*/

.title-main {
    text-align: center;
    display: block;
    z-index: 10;
    margin-bottom: 10px;
    position: relative;
    margin-left: 15px;
    margin-top: 15px;
    background-size: 100%;
}
.title-main h3 {
    font-weight: bold;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    color: #9E0404;
    margin: 0;
    z-index: 999;
    padding: 20px 5px 34px 5px;
    display: inline-block;
    width: 100%;
    /* margin-bottom: 10px; */
    font-family: 'Roboto-Bold';
    background: url(../images/thanh.png) bottom center no-repeat;
}

/*===============================================*/

section.dichvu {
    background-size: cover;
    padding-bottom: 20px;
}


.item_dv {
    text-align: center;
}

img.img_dv {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    margin: 0 auto;
}

h3.ten_dv {
    font-family: 'Roboto-Bold';
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

h3.ten_dv:after {
    content: "";
    width: 120px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.mota_dv {
    font-family: 'poppins';
    min-height: 60px;
    padding: 0 5px;
    color: #8C8C8C;
}
button.btn.chitiet_ct {
    color: #8C8C8C;
    border: 1px #8C8C8C solid;
    background: none;
    min-width: 90px;
}

/*===================================================*/

div#allpro {
    background: #F6F6F6;
    padding-bottom: 30px;
}
section.product {
    padding: 0px 0 10px 0;
}
section.product .container {
    overflow: hidden;
}

section.product .title-main {
    text-align: left;
    margin: 5px;
}

section.product .title-main h3 {
    padding: 10px 5px 5px 5px;
    margin-bottom: 0px;
    color: #000;
    background: none;
    font-size: 20px;
    margin-bottom: 10px;
}
section.product .title-main h3:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #9E0404;
    position: absolute;
    left: 5px;
    bottom: 0%;
}
.item_doitac a img {
    border: 1px gray dotted;
}

/*section.product.product_le {
    background: #B30F16;
}*/


img.img_sp{}

.item-product {
    text-align: center;
    overflow: hidden;
    margin: 10px 0 10px 0;
    position: relative;
}
h3.title_pro {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'poppins';
    background: #9e0404c7;
    margin: 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    height: 50px;
    /* line-height: 50px; */
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    padding: 0 5px;
    justify-content: center;
}

p.gia {
    font-family: 'poppins';
    color: #FE0101;
    font-weight: bold;
    font-size: 15px;
}

.all_pro {
    color: #FE0101;
    float: right;
}


/*==========================================================*/

section#ykien {
    padding: 30px 0;
}
section#ykien .style-bt {
    opacity: 0.1;
}

section#ykien:hover .style-bt {
    opacity: 1;
}
.item_ykien {
   
}
h3.ten_kh {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin: 0 0 5px 0;
    font-family: 'Roboto-Bold';
}
h3.mo_ta_yk {
    min-height: 50px;
    font-size: 15px;
    margin: 0;
}
img.img_ykien {
    float: left;
    margin: 0 10px 15px 0;
}







.hotline {
    position: absolute;
    top: -6px;
    right: 68px;
    font-family: 'RCB';
    font-size: 24px;
    color: #fff;
}

.hotline a {
    color: #fff;
}

.s_desktop {
    width: 220px;
    position: relative;
}

.s_desktop input {
    border: 1px solid #c5c5c5;
    border-radius: 20px;
    width: 100%;
    height: 30px;
    padding-left: 15px;
}

.s_desktop button {
    position: absolute;
    height: 24px;
    width: 24px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    top: 3px;
    right: 3px;
    background: red;
    border: none;
    border-radius: 50%;
}

.right-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
}

.mxh-header {
    margin-right: 5px;
}

.mxh-header img {}

.content-footer {
    font-family: monter_r;
}
.content-footer p:first-child:before{
   

}
.content-footer p:nth-child(2):before{
     content: "\f015";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #9E0404;

  

}

.content-footer p:nth-child(3):before{
     content: "\f095";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #9E0404;

  

}



.content-footer p:nth-child(4):before{
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #9E0404;

}

  

.content-footer p:last-child:before{
  

    content: "\f0ac";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #9E0404;

}

/*.li-policy:before{
    content: '+';
    margin-right: 5px;
}*/

.li-policy {
    list-style: none;
    margin: 5px 0;
}

.li-policy a {
    color: white;
    font-family: monter_r;
}

.after {
    width: 140px;
    height: 1px;
    background: #037EC2;
    display: block;
    margin: auto;
}

header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}

#why {
    margin-bottom: 80px;
    padding-top: 30px;
}

.top-menu {
    /*background: url(../images/bg-top.png);*/
    padding: 5px 0;
    font-size: 15px;
    background-size: 100% 100%;
    color: white;
}

.name-cpn {
    font-size: 26px;
    text-transform: uppercase;
    color: #FCB813;
    font-family: 'DM Serif Display', serif;
}

.name-cpn h3 {
    font-weight: bold;
}

.hleft {
    position: relative;
    padding-left: 128px;
}

.slogan {
    font-size: 16px;
    margin-top: 15px;
}

.phoneab {
    position: absolute;
    color: red;
    font-size: 23px;
    font-weight: bold;
    top: -12px;
    left: 40px;
}

.top-menu .list li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

.top-menu .list.style li:last-child {
    border-right: 0px;
}

.top-menu .list.style li {
    padding-right: 10px;
    border-right: 1px solid #ffffff40;
}

.top-menu .list a {
    color: white;
}

.title-sub {
    font-size: 24px;
    color: #05059F;
    text-transform: uppercase;
    font-family: 'RCB';
    padding-bottom: 20px;
    margin-bottom: 50px;
}


/*.title-main h3 {
    margin-top: 12px;
    margin-left: 5px;
}*/

.ifprs {
    padding: 14px;
}

.ifprs .name-ps {
    font-weight: bold;
}


/*.title-main {
    margin-top: 25px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: RCB;
    height: 60px;
    margin-bottom: 20px;
    background: url(../images/title_1.png) 0% 0% / 100% 100%;
    padding: 15px;
}*/

textarea::placeholder {
    color: #000 !important;
}

.ar-why {
    text-align: center;
}

.img-why {
    transition: all 0.5s;
}

.ar-why:hover .img-why {
    transition: all 0.5s;
    transform: rotateY(180deg);
}

h3.name-why {
    font-family: 'RCB';
    font-size: 20px;
    margin: 15px 0 10px;
}

h3.name-why a {
    color: #ed1c24;
}

.des-why {
    font-size: 14px;
    line-height: 25px;
}

#service {
    background: url(../../images/bg-dv.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.title-dv {
    background: url(../../images/title-dv.png) no-repeat center top;
    text-align: center;
    font-family: 'RCB';
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.owl-dv {
    padding-top: 85px;
}

.ar-dv {
    text-align: center;
}

.img-dv:hover img {
    transform: scale(0.9);
    transition: all 0.5s;
}

.img-dv img {
    transition: all 0.5s;
}

.img-dv {
    position: relative;
    padding-top: 9px;
    padding-bottom: 40px;
}

.img-dv:after {
    position: absolute;
    content: "";
    background: url(../../images/bao-dv.png) no-repeat;
    width: 233px;
    height: 217px;
    top: -0px;
    left: 26px;
    pointer-events: none;
}

.img-dv img {
    max-width: 184px;
    border-radius: 50%;
    margin: 0 auto;
}

h3.name-dv {
    font-family: 'RCB';
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}

h3.name-dv a {
    color: #fff;
}

#product {
    padding: 0px 0;
}

.ar-product {
    text-align: center;
    margin-bottom: 30px;
}

.img-product {
    padding: 5px;
}

.view_more a {
    color: #FF9E20;
    margin-top: 10px;
}

h3.name-product {
    font-family: 'RCB';
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h3.name-product a {
    color: #000000;
}

h3.name-product a:hover {
    color: red;
}

#opinions {
    background: #F7F7F7;
    background-size: 100% 100%;
    padding: 50px 0;
}

.owl-op {
    padding: 0 0;
    text-align: center;
}

.ar-op {
    color: #000;
}

.divide {
    width: 150px;
    height: 2px;
    background-color: #5E514B;
    margin: auto;
    margin-top: 35px;
    position: relative;
}

.divide .ico {
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    background: transparent;
}

.name-op {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.des-op {
    font-size: 16px;
    margin: 15px 0 25px;
    line-height: 25px;
}

.img-op {
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s;
}

.img-op:hover {
    transition: all 0.5s;
    transform: rotateY(180deg);
}

.img-op img {}

#opinions .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.title-new {
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    font-family: 'RCB';
}

#news {
    padding: 50px 0;
}

#form-footer {
    width: 100%;
}

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

#form-footer .form-group input {
    height: 50px;
    border: 1px solid #c3c3c3;
    background: #5E514B;
    border-radius: 10px !important;
    color: #fff;
}

#form-footer .form-group textarea {
    height: 130px;
    border: 1px solid #c3c3c3;
    background: #5E514B;
    border-radius: 10px !important;
    color: #000;
}

.button.button--aylen.button_index {
    background: #5E514B !important;
    height: 45px;
    width: 145px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 10px !important;
    margin-top: 30px;
}

#news {
    background: url('../images/bgdangky.png');
    background-size: 100% 100%;
}

#dangky-baogia {
    text-align: center;
    padding: 10px;
}

.contain-div {
    text-align: center !important;
    background: white;
    padding: 15px 15px;
    width: 80%;
    margin: auto;
}

.ar-news {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 11px 0;
}

.ar-news:first-child {
    padding-top: 0;
}

.ar-news:last-child {
    border-bottom: 0;
}

.img-news {
    width: 30%;
}

.right-news {
    width: 68%;
}

.name-news {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
    max-height: 40px;
}

.name-news a {
    color: #000;
}

.des-news {
    font-size: 14px;
    text-align: justify;
}

.title-new {
    margin-bottom: 30px;
}

.img-news img {
    border: 1px solid #e2e2e2;
}

.footer {
    background: url(../images/bg_ft.png) top center no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 20px;
}
.bando.btn {
    color: #9E0404;
    border: 1px #9E0404 solid;
}
.title_footer {
    margin-top: 20px;
    font-family: barlow_b;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    /* margin-bottom: 20px; */
    padding-bottom: 10px;
    background: url(../images/line.png) bottom left no-repeat;
    color: #9E0404;
}
.title_footer h3 {
    font-size: 18px;
}
ul.ul_footer{
    margin: 0;
    padding: 0;
}
ul.ul_footer li {
    list-style: none;
    margin: 6px 0;
}
ul.ul_footer li a{
}
ul.ul_footer li a i {
    color: #9E0404;
}
ul.ul_footer li:hover a i {
    color: orange;
}
ul.ul_footer li:hover a {
    color: #9E0404;
}
div#map_footer iframe {
    width: 100%;
    height: 150px;
}
p.hotline_ft {
    color: #FD0303;
    font-family: 'Roboto-Bold';
    font-size: 21px;
    margin-bottom: 5px;
}
.gpkd {
    color: #565656;
    margin: 5px 0;
}
.gpkd p {
    margin-bottom: 5px;
}
.div_facebook {
    margin-bottom: 15px;
}

.open_li {
    cursor: pointer;
}

.b-dangky {
    padding: 15px;
}

.bg-camnhan {
    padding: 10px 10px 10px 40px;
    text-align: center;
    color: white;
}

.play-list {}

.title_footer:after {
    position: absolute;
    content: "";
    width: 30%;
    /*background: red;*/
    height: 3px;
    bottom: -2px;
    left: 0;
}

.sec-loai img {
    border: 2px solid #449D44;
}

.bg-a {
    background: #037EC2;
}

.bg-b {
    background: #EEEEEE;
}

.thong-tin li {
    font-size: 15px;
    list-style: none;
    margin-bottom: 10px;
}

.thong-tin li i {
    margin-right: 10px;
}

.thong-tin li a {
    color: #fff;
}

.thong-tin li:hover a {
    color: red;
}

.sec-doitac {
    padding: 30px 0 50px 0;
    background: url(../images/bg-doitac.png) top center no-repeat;
    background-size: cover;
}

#doitac h3 {
    font-size: 23px;
    font-weight: bold;
}

#copyright {
    padding: 10px 0;
    background: #9E0404;
}

#copyright ul {
    text-align: center;
}

#copyright ul li {
    float: left;
    list-style: none;
    font-size: 14px;
}

#doitac {
    background: white;
}

#copyright a {
    color: #fff;
}

.sec-tinmoi {
    background-size: 100% 100%;
    background: url(../images/bg-tin.png);
}

.footer .col-footer {
    color: #000;
}

.mview {
    transition: width 0.3s;
}

.box-tin {
    background: #fff;
    padding: 5px;
}

.sec-tinmoi {
    margin-bottom: 5px;
}

.frm-rs {
    margin-top: 20px;
    padding-right: 50px;
    background: transparent;
}

.frm-rs input {
    border: 1px solid #B30F16 !important;
    margin-bottom: 10px;
    border-radius: 10px !important;
    padding: 20px 15px;
    background: transparent;
}

.frm-rs button {
    background: #B30F16;
    color: #fff;
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 10px 28px;
}

.frm-rs input,
textarea {
    color: black !important;
}

.frm-rs input,
textarea::placeholder {
    color: black;
}

.ar-pr.reset {
    border: none;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 0px;
}

.ar-pr.reset img {
    border-radius: 8px;
}

.o-text {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.sec-tintux {
    background-size: 100% 100%;
    background: url(../images/bg-lich.png);
}

.sec-sotay {
    background-size: 100% 100%;
    background: url(../images/bg-sotay.png);
}

.sec-tuigiay {
    background-size: 100% 100%;
    background: url(../images/bg-giay.png);
}


/*========================tin tuc====================================*/

.sec-camnhan {
    padding: 0px 0 40px 0;
}

.item_news_left {
    background: #EDECEC;
    border-radius: 9px;
}

h3.new_tt_left {
    margin: 0;
    padding: 15px 5px 5px 5px;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    min-height: 65px;
}

img.img_news_left {
    float: left;
    margin-right: 10px;
}

p.mota_new_left {
    padding: 0 5px;
}

.xemthem_tt_left {
    color: #0059A1;
    margin: 10px;
}

h3.title_new {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    color: #9E0404;
    text-transform: uppercase;
}

.item-new {
    /* background: #EDECEC; */
    border-radius: 0 0 10px 10px;
}
h3.mo_ta_tt {
    font-family: 'poppins';
    font-size: 15px;
    min-height: 85px;
    margin: 0;
}

/*=====================Video=============================*/

section#video_index {
    padding: 10px 0 30px 0;
    background: #E7E7E7;
}

section#video_index .col-video {
    float: unset;
    width: 100%;
    padding: 0;
}

section#video_index .item-video {
    float: unset;
    width: 100%;
    margin-bottom: 20px;
}

section#video_index .embed-responsive-4by3 {
    padding-bottom: 60%;
}

section#video_index .style-bt {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    border: 0;
    background: #FFFFFF;
    padding: 5px 15px;
    color: #999999;
    cursor: pointer;
    outline: none;
    border-radius: 0px;
    font-size: 20px;
    opacity: 0.1;
}

.style-bt:hover {
    background: orange;
    color: #fff;
}

section#video_index:hover .style-bt {
    opacity: 1;
}

section#video_index button.style-bt.bt-next {
    right: 46.8%;
}

section#video_index button.style-bt.bt-pre {
    left: 46.8%;
}

.logo-mobile {
    display: none;
}

.name-pr {
    font-family: 'RCB';
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
}

.price-pr {
    font-size: 14px;
    margin: 7px 0;
}

.price-pr span {
    font-family: 'RCB';
    color: red;
    font-size: 16px;
}

.ar-pr {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px #cbcbcb;
}

.img-pr {
    padding: 15px;
}

.img-pr>a {
    /*height: 180px;
    line-height: 180px;*/
}

.img-pr img {
    width: 100%;
}

.info-pr {
    padding: 15px;
    text-align: center;
    padding-top: 0;
}

.more_sp {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}

.more_sp a {
    color: #fff;
    display: block;
}

.form_footer input {
    background: white;
    color: #000;
    border: none;
    outline: none;
    border-radius: 20px;
    padding: 9px 25px;
    width: 250px;
}

.form_footer {}

.form_footer button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: #9BD031;
    position: absolute;
    right: -4px;
    top: -11px;
}

.style-bt {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    border: 0;
    background: #9E0404;
    padding: 5px 6px;
    color: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 0px;
    font-size: 16px;
}

button.style-bt.bt-next {
    right: -25px;
}

button.style-bt.bt-pre {
    left: -25px;
}

.item-product.item-product_ct {
    box-shadow: 0 1px 4px 0px #6cad409c;
    border-radius: 10px;
}
h3.title_congtrinh {
    font-family: 'Roboto-Bold';
    font-size: 22px;
    margin: 0;
    padding: 10px 5px;
    background: #EEEEEE;
    margin-bottom: 20px;
}
/*========================album=================================*/
.item_album {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.conten_album {
    background: #0000008c;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
}
.item_album:hover .conten_album {
    top: 0;
    opacity: 1;
    transition: .5s;
}
h3.ten_album {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    margin: 0;
    font-family: 'barlow';
    font-size: 20px;
    text-transform: uppercase;
}
.chitet_ab {
    color: #fff;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px #fff solid;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 55px;
    border-radius: 5px;
}
.chitet_ab:hover {
    background: orange;
}
.vshd {
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: fixed;
    top: -10px;
}

#form-contact .form-group{
    position:relative;
}
.frm-rs input, textarea{
    border-color:unset;
}
.df{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.title_page{
    font-size:2.4rem;
    margin-top:0;
}
.slide_ct img{
    width:100%;
}