@font-face{
    font-family:avertaBold;
    src:url("AvertaDemoPE-ExtraBold.otf")
}
@font-face{
    font-family:averta;
    src:url("AvertaDemoPECuttedDemo-Regular.otf")
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important;color: #036cc1;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.clear{clear:both;}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.gg-map iframe {
    width: 100%;
}
.mini-nav img {
    border: 1px solid #fff;
    width: 35px;
    height: 20px;
}
.editer p{
    margin-bottom: 10px;
}
.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer{
    display: none !important;
}
.main-banner{
    position: relative;
    overflow: hidden;
}
.main-banner .owl-carousel.owl-drag .owl-item img{
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.main-banner .owl-prev {
    opacity: 0;
    display: block;
    position: absolute;
    top: 40%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    line-height: 87px;
    font-size: 16px;
    text-align: center;
    color: #111;
    background: unset !important;
    z-index: 6;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    left: -50px;
    outline: unset;
}
.main-banner:hover .owl-prev{
    opacity: 1;
    left: -38px;
}
.main-banner .owl-next {
    opacity: 0;
    display: block;
    position: absolute;
    top: 40%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    line-height: 87px;
    font-size: 16px;
    text-align: center;
    color: #111;
    background: unset !important;
    z-index: 6;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    right: -84px;
    outline: unset;
}
.main-banner:hover .owl-next{
    opacity: 1;
    right: -72px;
}
.main-banner .owl-prev:before, 
.main-banner .owl-next:before {
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.main-banner .owl-prev i{
    position: relative;
    color: #f40f2e;
	left: -17px;
	top: 8px;
}
.main-banner .owl-next i{
    position: relative;
    color: #f40f2e;
	left: -5px;
	top: 8px;
}
.main-banner .owl-dots {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 130px;
    left: 0;
    text-align: center;
}
.main-banner .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 0px !important;
    display: block;
    background: rgba(255,255,255, .7) !important;
    position: relative;
    z-index: 1000 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.main-banner .owl-dot.active span {
    background: transparent;
    border: 1px solid rgba(255,255,255, .8);
    -webkit-transform: scale(1.3333333);
    -moz-transform: scale(1.3333333);
    -o-transform: scale(1.3333333);
    -ms-transform: scale(1.3333333);
    transform: scale(1.3333333);
}
.main-banner .owl-dot {
    margin: 0 4px;
    outline: unset;
}
.main-menu{
    /* height: 80px; */
    line-height: 80px;
    position: relative;
    /* margin-top: -100px; */
    z-index: 999;
    /* padding-bottom: 100px; */
}
.main-menu .container {
    /* background: rgba(11, 7, 64, 0.69); */
}
.menu-lang{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ul-main-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 80px;
}
.ul-main-menu > li{
    margin-right: 5px;
	padding: 0 7px;
}
.ul-main-menu > li:hover{background:#f00;}
.ul-main-menu > li:hover>a{color:#fff!important}
.ul-main-menu > li > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    color: #000ac2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.ul-main-menu > li > a > i{
    display: inline-block;
    margin-left: 7px;
}
.main-menu-hotline {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-image: url("../img/btn-image-hotline.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px 10px;
    background-color: transparent;
    border-radius: 0;
    background-position: center center;
}
.block-lang{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.block-lang img{
    width: 35px;
    height: auto;
    display: inline-block;
    margin-left: 3px;
}
.block-cart{
    text-align: center;
}
.block-cart a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.block-cart a i{
    font-size: 40px;
    color: #000ac2;
}
.block-cart a span{
    color: #f00;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    height: 10px;
    line-height: 10px;
    transform: translate(3px,-3px);
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: calc(100% + 20px);
    transition: all .2s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    min-width: 220px;
    z-index: 9999;
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    border: 1px solid #efebeb;
}
.ul-sub-menu > li{
    overflow: hidden;
}
.ul-sub-menu > li > a {
    width: 100%;
    color: #000;
    padding: 5px 10px;
    background: #fff;
    border-bottom: 1px solid #efebeb;
    height: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.has-sub:hover .ul-sub-menu{
    visibility: visible;
    opacity: 1;
	top:100%;
}
.ul-sub-menu > li:hover > a,
.ul-main-menu > li:hover > a{
    color: #036cc1;
}
.ul-sub-menu-2 {
    position: absolute;
    left: 100%;
    min-width: 200px;
    background: #fff;
    list-style-type: none;
    padding: 0;
    border: 1px solid #ccc;
    z-index: 9999;
    margin-top: -40px;
	display: none;
}

.ul-sub-menu-2 > li{
    overflow: hidden;
}
.ul-sub-menu-2 > li > a {
    width: 100%;
    color: #000;
    padding: 5px 10px;
    background: #fff;
    border-bottom: 1px solid #efebeb;
    height: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ul-sub-menu-2 > li:hover > a{
    color: #036cc1;
}
.ul-sub-menu-2 > li:last-child > a{
    border: none;
}
.has-sub-2:hover .ul-sub-menu-2{
    visibility: visible;
    display: block;
    opacity: 1;
}
.items-intro{
    position: relative;
    width: 16.666667%;
    transition: width 0.5s;
    overflow: hidden;
    float: left;
}
.items-intro.active{
    width: 50%;
}
.items-intro > img{
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.list-intro{
    width: 100%;
    overflow: hidden;
}
.view-intro{
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: block;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 7px 20px;
    position: absolute;
    left: 6%;
    bottom: 42px;
    white-space: nowrap;
    background: rgba(0,0,0,0.4);
}
.view-intro:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.tit-pub{
    text-align: center;
    font-size: 30px;
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 400;
}
.tit-pub a{
    display: block;
    margin-bottom: 5px;
}
.block-prod{
    border: 1px solid #ccc;
    padding: 5px;
}
.img-prod{
    display: block;
    overflow: hidden;
}
.name-prod{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.price-prod{
    font-size: 20px;
    color: #d42d2d;
    text-align: center;
    font-weight: 700;
}
.block-slider-prod{
    position: relative;
}
.block-slider-prod .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #f00;
    font-size: 30px;
    outline: unset;
    margin: 0;
}
.block-slider-prod .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #f00;
    font-size: 30px;
    outline: unset;
    margin: 0;
}
.block-slider-prod .owl-carousel .owl-nav button.owl-next.disabled,
.block-slider-prod .owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: .5;
}
.item-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-banner{
    position: relative;
}
.main-banner .owl-theme .owl-nav{
    margin: 0 !important;
}
.main-banner .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    z-index: 9;
    left: 3%;
    font-size: 40px;
    color: #003399;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}
.main-banner .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    z-index: 9;
    right: 3%;
    font-size: 40px;
    color: #003399;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}
.content-banner{
    position: absolute;
    width: 1170px;
    padding: 0 15px;
}
.block-content-banner{
    width: 40%;
}
.main-banner .owl-item.active .block-content-banner {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.block-content-banner {
    width: 40%;
    background: rgba(0, 51, 153, 0.7);
    border-bottom-right-radius: 100px;
    padding: 20px;
    opacity: 0; 
    visibility: hidden; 
    position: relative;
    top: 100px;
    transition: all ease-in-out 1s;
    transition-delay: 0.5s;
}
.block-content-banner *{
    color: #fff;
}
.tit-bn{
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.tit-bn:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin-top: 15px;
}
.des-banner{
    margin-bottom: 20px;
}
.view-bn{
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 7px 10px;
    color: #fff !important;
    position: relative;
    left: 50px;
    transition: all ease-in-out 0.5s;
    transition-delay: 1.5s;
    opacity: 0; 
    visibility: hidden; 
}
.main-banner .owl-item.active .view-bn{
    opacity: 1;
    visibility: visible;
    left: 0;
}
.view-bn i{
    margin-left: 7px;
}
.mgbt20{
    margin-bottom: 20px;
}
.mgbt10{
    margin-bottom: 10px;
}
.tit-main-feedback{
    text-align: center;
    font-size: 25px;
    margin: 0;
    margin-bottom: 35px;
}
.main-feedback{
    background: #f7f7f7;
}
.items-feedback{
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 30px;
}
.avatar-fb{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -70px;
    margin-bottom: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-bottom: 25px;
    margin-top: -70px;
    box-shadow: 0 2px 6px #2b2b2b;
    -webkit-box-shadow: 0 2px 6px #2b2b2b;
    -moz-box-shadow: 0 2px 6px #2b2b2b;
    -o-box-shadow: 0 2px 6px #2b2b2b;
    -ms-box-shadow: 0 2px 6px #2b2b2b;
    overflow: hidden;
}
.avatar-fb img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    height: 100%;
    object-fit: cover;
}
.des-fb{
    margin-bottom: 10px;
}
.name-fb{
    font-weight: 700;
}
.items-feedback{
    margin-top: 50px;
}
.tit-news-home{
    font-size: 30px;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 500;
}
.tit-nh{
    font-size: 20px;
    color: #282356;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.img-nh{
    position: relative;
}
.img-nh img{
    height: 200px;
    width: 100%;
}
.date-nh{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 75px;
    background: rgba(40, 35, 86, 0.77);
    color: #fff;
    padding-top: 10px;
    text-align: center;
}
.date-m{
    font-size: 48px;
    line-height: 1;
    margin-bottom: 5px;
}
.date-y{
    font-size: 20px;
    line-height: 1;
    margin: 0;
}
.des-nh{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.main-why-select{
    display: flex;
    justify-content: space-between;
}
.left-ws{
    width: 50%;
}
.left-ws img{
    min-height: 600px;
    width: 100%;
    object-fit: cover;
    height: 600px;
}
.tit-ws{
    font-size: 30px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}
.right-ws{
    width: 50%;
    background: #282356;
    padding: 80px;
    border-left: 3px solid #fff;
}
.items-ws{
    color: #fff;
    position: relative;
    margin-bottom: 80px;
}
.icon-ws{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #282356;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top *{
    color: #fff;
}
.footer-top{
    /* background: #cfcfcf; */
    border-top: 1px solid #f00;
}
.tit-ft {
    font-size: 20px;
    color: #000ac2;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.tit-ft::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #E21D24;
    z-index: 5;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li{
    margin-bottom: 4px;
}
.ul-ft > li > a{
    color: #555 !important;
    padding-left: 0;
    transition: ease-in-out 0.2s;
	font-family: 'Verdana', sans-serif;
}
.ul-ft > li > a:hover{
    /* padding-left: 10px; */
	color:red !important;
}
.footer-bottom{
    background: #203364;
    border-top: 1px solid #fff;
    padding: 15px 0;
}
.copyright{
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.call-button {
    background: #282560 url(../img/phonecall.png) no-repeat 4px 4px;
    position: fixed;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 40px;
    border-radius: 40px;
    color: #fff;
    z-index: 999;
    opacity: .9;
    left: 10px;
    bottom: 30px;
    cursor: pointer;
}
.call-button a{
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.list-item-contact {
    position: fixed;
    right: 10px;
    bottom: 20vh;
    z-index: 999;
}
.list-item-contact .contact-icon {
    margin-bottom: 10px;
}
.list-item-contact img {
    width: 43px;
    height: 43px;
	box-shadow: 0px 3px 5px #888;
	border-radius: 25px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    background: #222 !important;
    border: none;
    border-radius: 50%;
    height: 40px;
    padding: 0;
    width: 40px;
    z-index: 999;
    border: 2px solid #fff;
}
.back-to-top i {
    position: relative;
    top: 10px;
}
.box-breac{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 10px;
}
.tit-page{
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 500;
}
.list-prod-page .block-prod{
    margin-bottom: 30px;
}
#img-prod{
    text-align: center;
    position: relative;
}
.a-zoom{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #000;
    z-index: 99;
}
.name-prod-detail{
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
}
.pri-prod-detail{
    font-size: 26px;
    color: red;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 20px;
}
.hotline{
    color: #333;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
}
.hotline:hover{
    color: #333;
    background: #d4d4d4;
    border: 1px solid #8c8c8c;
}
.flex-ext {
    margin-bottom: 20px;
}
.tit-fb{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.tit-tab{
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
}
.count-rat{
    margin-bottom: 20px;
}
.rows-comment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.avatar-comment {
    width: 60px;
    margin-right: 20px;
    border: 1px solid #ccc;
    padding: 3px;
}
.content-comment {
    width: calc(100% - 80px);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
}
.content-comment .rat-star {
    margin-right: 0;
}
.rating { 
    border: none;
    float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
    margin: 0 2px;
    font-size: 1.25em;
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f005";
}
.rating > label { 
    color: #ccc; 
    float: right; 
    margin: 0;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: orange;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: orange;  } 
.rat-star .checked {
    color: orange;
}
.gr-comment {
    margin-bottom: 15px;
}
.gr-comment p {
    margin-bottom: 10px;
}
.gr-comment input, .gr-comment textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    outline: unset;
}
.flex-rat {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.save-me{
    margin-bottom: 15px;
}
.save-me label{
    display: inline;
}
.tit-rela{
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
}
.block-news-page{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 1px 3px #939393;
    margin-bottom: 20px;
    padding: 10px;
}
.img-bnp{
    display: block;
    width: 220px;
    margin-right: 20px;
}
.content-bnp{
    width: calc(100% - 240px);
}
.date-bnp{
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
}
.date-bnp i{
    margin-right: 5px;
}
.des-bnp{
    font-size: 14px;
}
.pagi-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.block-aside{
    box-shadow: 0 1px 3px #939393;
    padding: 10px;
    margin-bottom: 25px;
    overflow: hidden;
}
.tit-aside{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #036cc1;
    font-size: 20px;
    font-weight: 500;
}
.list-aside-cate{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-aside-cate > li > a{
    display: block;
    /* background: #3f7ecc; */
    color: #000 !important;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px;
    border-bottom: 1px solid #fff;
}
.contact-aside p{
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-aside p:last-child{
    margin: 0;
}
.list-aside-post{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-aside-post > li > a{
    display: block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.list-aside-post > li:last-child > a,
.list-aside-cate > li:last-child > a{
    border: none;
}
.list-aside-post > li > a:hover{
    color: #fff;
    background: #3f7ecc;
}
.block-news-detail{
    box-shadow: 0 1px 3px #939393;
    padding: 10px;
    margin-bottom: 40px;
}
.tit-rela-news{
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 500;
}
.tit-contact{
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.table-cart form {
    width: 100%;
}
.table-cart table {
    width: 100%;
}
.table-cart table tr {
    border-bottom: 1px solid #eee;
    font-size: 20px;
}
.table-cart table tr th {
    padding: 10px;
    font-weight: 500;
}
.table-cart table tr td {
    padding: 20px 10px;
}
.box-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
}
.btn-minus {
    border: none;
    background: none;
    outline: unset;
    width: 31px;
    height: 31px;
    border-right: 1px solid #ccc;
}
.ip-soluong {
    width: 40px;
    padding: 5px 0;
    text-align: center;
    border: none;
}
.btn-plus {
    border: none;
    background: none;
    outline: unset;
    width: 31px;
    height: 31px;
    border-left: 1px solid #ccc;
}
.tab-total table {
    width: 100%;
}
.tab-total table tr {
    border-bottom: 1px solid #eee;
}
.tab-total table tr td:first-child {
    width: 155px;
}
.tab-total table tr td {
    padding: 10px;
}
.line-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.img-order {
    width: 100px;
    margin-right: 15px;
}
.info-order {
    width: calc(100% - 230px);
}
.info-order p {
    font-size: 16px;
}
.pri-order {
    width: 100px;
    margin-left: 15px;
    text-align: right;
}
.pri-order p {
    font-size: 16px;
}
.flex-total {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.flex-total p:first-child {
    font-weight: 700;
    width: 100px;
    margin-right: 10px;
    font-size: 16px;
}
.flex-total p:last-child {
    font-weight: 500;
    color: #036cc1;
    font-size: 16px;
}
.block-radio-pay {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"]{
    position: absolute;
    right: 9000px;
}
.form-check input[type="radio"] + .label-text:before,
.form-check input[type="checkbox"] + .label-text:before{
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.form-check input[type="radio"]:checked + .label-text:before,
.form-check input[type="checkbox"]:checked + .label-text:before{
    font-family: "FontAwesome";
    content: "\f14a";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    color: #036cc1;
    animation: effect 250ms ease-in;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 2px;
}
.ul-filter .form-check {
    margin-bottom: 5px;
}
.form-check label{
    margin: 0;
    font-weight: 700;
    font-weight: unset;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.block-bank {
    padding: 15px;
    border: 1px dashed #ccc;
    display: none;
}
.block-radio-pay .ul-filter .form-check {
    margin-bottom: 10px;
}
.tit-pay {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Philosopher', sans-serif;
}
.main-banner .owl-theme .owl-nav{
    margin: 0;
}
.btn-bar{
    display: none;
}
.fanpage-fb {
    overflow: hidden;
}
.block-menu-mobile{
    display: none;
}
.block-tab-calc .nav-tabs>li.active>a, 
.block-tab-calc .nav-tabs>li.active>a:focus, 
.block-tab-calc .nav-tabs>li.active>a:hover{
    background: #015184;
    color: #fff;
}
.block-tab-calc .nav-tabs>li>a{
    border-radius: 0;
    background: #c0c3ca;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none !important;
}
.block-tab-calc .nav-tabs>li{
    margin-bottom: 0;
    margin-right: 5px;
}
.tit-calc{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.block-tab-calc .tab-content{
    border: 1px solid #ccc;
    border-top: unset;
    padding: 30px;
}
.btab-calc .ul-filter{
    display: flex;
    margin: 0;
}
.btab-calc .ul-filter .form-check{
    margin: 0;
    margin-right: 80px;
}
.btab-calc .ul-filter .form-check:last-child{
    margin: 0;
}
.block-tab-calc form{
    width: 100%;
}
.donvi{
    margin-left: 20px;
    white-space: nowrap;
}
.donvi.dvn{
    margin-left: 0;
    margin-right: 10px;
}
.block-input-date .form-group:nth-child(1){
    margin-top: 60px;
}
.block-input-date .form-group:nth-child(2),
.block-input-date .form-group:nth-child(3){
    margin-top: 60px;
}
.block-input-date .form-group:nth-child(3){
    margin-bottom: 30px;
}
.img-mohinh{
    position: relative;
}
.line-cao{
    position: absolute;
    top: 75px;
    right: -20px;
    z-index: 2;
    width: 240px;
    height: 1px;
    background: #40acde;
}
.line-cao:before {
    content: '';
    background: #40acde;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-top: -7px;
    left: -7px;
}
.line-rong{
    position: absolute;
    top: 170px;
    right: -20px;
    z-index: 2;
    width: 360px;
    height: 1px;
    background: #40acde;
}
.line-rong:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    width: 1px;
    height: 80px;
    background: #40acde;
}
.line-rong:before {
    content: '';
    background: #40acde;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-top: -7px;
    left: -7px;
    top: 80px;
}
.line-dai{
    position: absolute;
    bottom: 77px;
    right: -20px;
    z-index: 2;
    width: 110px;
    height: 1px;
    background: #40acde;
}
.line-dai:before {
    content: '';
    background: #40acde;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-top: -7px;
    left: -7px;
}
.items-bidw{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.gr-bidw {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 30px;
}
.btn-add-door,
.btn-add-window{
    border: none;
    margin: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 1px;
    color: #fff;
    background: #8996a0;
    border-radius: 4px;
    margin-left: 20px;
    outline: unset;
}
.btn-add-door:hover,
.btn-add-window:hover{
    background: #015184
}
.gr-bidw .form-control{
    height: 40px;
}
.gr-bidw .donvi{
    margin-left: 10px;
}
.group-btn-bidw {
    display: flex;
}
.tit-bidw {
    width: 180px;
    white-space: nowrap;
}
.total-son {
    text-align: right;
    position: relative;
}
.total-son:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #015184;
    top: 50%;
}
.sp-total-son {
    display: inline-block;
    color: #015184;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0 5px 20px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.dexuat{
    font-size: 20px;
    font-weight: 700;
    color: #015184;
    margin-bottom: 30px;
}
.search-son{
    position: relative;
}
.search-son i{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.search-son .form-control{
    padding-left: 40px;
    max-width: 430px;
}
.img-iss {
    position: relative;
    padding: 10px;
}
.img-iss:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    content: '';
    background: #Fff;
    opacity: 1;
    z-index: 2;
}
.img-iss:after {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    position: absolute;
    content: '';
    background: linear-gradient(20deg, rgba(10, 0, 178, 0.27) 1%, rgba(255, 0, 0, 0.27) 50%, rgba(255, 192, 0, 0.27) 100%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.img-iss.active:after {
    opacity: 1;
}
.img-iss > img{
    position: relative;
    z-index: 9;
}
.tit-iss{
    text-align: center;
    font-size: 14px;
    color: #676c75;
    font-weight: 700;
    margin-top: 10px;
}
.items-select-son{
    padding: 10px;
    cursor: pointer;
}
.block-slider-select-son{
    position: relative;
}
.block-slider-select-son .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    color: #333 !important;
    background: #fff !important;
    outline: unset;
    z-index: 9;
    margin: 0;
}
.block-slider-select-son .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    color: #333 !important;
    background: #fff !important;
    outline: unset;
    z-index: 9;
    margin: 0;
}
.block-search-select-son{
    margin-bottom: 30px;
}
.s-son .form-control{
    max-width: 300px;
}
.form-check input[type="radio"][disabled]:checked + .label-text:before, 
.form-check input[type="radio"][disabled] + .label-text:before, 
.form-check input[type="checkbox"][disabled]:checked + .label-text:before,
.form-check input[type="checkbox"][disabled] + .label-text:before{
    color: #ccc;
}
.t-cao {
    height: 34px;
    line-height: 34px;
}
.return-info-wd{
    display: flex;
    flex-wrap: wrap;
}
.return-info-door {
    margin-right: 80px;
    display: flex;
    flex-wrap: wrap;
}
.return-info-door p:first-child {
    width: 55px;
    white-space: nowrap;
    margin-right: 25px;
}
.return-info-window {
    display: flex;
    flex-wrap: wrap;
}
.return-info-window p:first-child {
    width: 55px;
    white-space: nowrap;
    margin-right: 25px;
}
.name-sput{
    font-weight: 500;
}
.tit-btb{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.kq-btb{
    font-size: 14px;
    padding-top: 8px;
}
.box-tutorial-buy {
    border: 1px solid #ccc;
    padding: 20px;
}
.items-uoctinh{
    margin-bottom: 50px;
}
.block-tab-color .nav-tabs>li{
    padding: 5px;
}
.paint-color{
    padding: 5px;
    max-width: 85px;
}
.in-paint-color{
    position: relative;
    padding: 10px;
    height: 80px;
    width: 100%;
    display: inline-block;
}
.arrow-box {
    -webkit-clip-path: polygon(0 0, 0 90%, 40% 90%, 50% 100%, 60% 90%, 100% 90%, 100% 0);
    clip-path: polygon(0 0, 0 90%, 40% 90%, 50% 100%, 60% 90%, 100% 90%, 100% 0);
    position: absolute;
    background: linear-gradient(45deg, rgba(10, 0, 178, 0.27) 0%, rgba(255, 0, 0, 0.27) 50%, rgba(255, 192, 0, 0.27) 100%);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: none;
}
.in-paint-color.active .arrow-box {
    display: block;
}
.arrow-box:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 0 90%, 40% 90%, 50% 100%, 60% 90%, 100% 90%, 100% 0);
    clip-path: polygon(0 0, 0 90%, 40% 90%, 50% 100%, 60% 90%, 100% 90%, 100% 0);
}
.paint-color-info{
    position: relative;
}
.in-paint-color > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    outline: unset;
}
.paint-color-info > span {
    display: block;
    height: 50px;
}
.block-slider-color .owl-carousel .owl-stage{
    margin: 0 auto;
}
.box-list-color {
    display: flex;
    flex-wrap: wrap;
}
.items-color {
    position: relative;
    height: 60px;
    width: calc(10% - 10px);
    padding: 6px;
    margin: 0 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.items-color:after {
    content: '';
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -4px;
    top: -4px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background: linear-gradient(45deg, rgba(10, 0, 178, 0.27) 0%, rgba(255, 0, 0, 0.27) 50%, rgba(255, 192, 0, 0.27) 100%);
}
.items-color:hover:after {
    transition: all 0.4s ease-in-out;
    opacity: 1;
}
.a-rgb {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000 !important;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.name-color {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 3px;
    opacity: 0;
    transition: all 0.3s;
}
.sp-rgb{
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.3s;
}
.items-color:hover .a-rgb span{
    opacity: 1 !important;
    transition: all 0.3s;
}
.pub-list-color {
    display: none;
}
.pub-list-color.active{
    display: block;
}
.block-slider-color .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    color: #333 !important;
    background: #fff !important;
    outline: unset;
    z-index: 9;
    margin: 0;
}
.block-slider-color .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    color: #333 !important;
    background: #fff !important;
    outline: unset;
    z-index: 9;
    margin: 0;
}
.block-slider-color {
    position: relative;
}
.not-color{
    text-align: center;
    font-size: 13px;
    font-style: italic;
}
.block-gall-color .lSSlideOuter .lSPager.lSGallery img{
    height: 90px;
    object-fit: cover;
    width: 100%;
}
.block-gall-color .lSSlideOuter .lSPager.lSGallery li a{
    display: block;
    border: 1px solid transparent;
}
.block-gall-color .lSSlideOuter .lSPager.lSGallery li.active a{
    border: 1px solid #203364;
}
.block-gall-color .lSSlideOuter .lSPager.lSGallery li{
    border: 1px solid transparent;
    border-radius: 0;
}
#imageGallery{
    list-style-type: none !important;
}
.tit-color{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.sku-color{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.rgb-color{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.rgb-color > span{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.colorRGB span{
    margin-right: 15px;
    font-size: 16px;
}
.des-color{
    margin-bottom: 20px;
}
.son-room{
    display: inline-block;
    border-radius: 30px;
    background: linear-gradient(45deg, #a82c31 0%, #ec8e3f 100%);
    font-weight: 700;
    color: #fff !important;
    padding: 10px 40px;
    text-transform: uppercase;
    width: 280px;
    text-align: center;
}
.flex-color{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-find{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.flex-find .tit-page{
    text-align: left;
    margin: 0;
}
.box-search-color .input-group .form-control:first-child{
    min-width: 300px;
}
.block-cate-color{
    background: linear-gradient(20deg, rgba(10, 0, 178, 0.49) 1%, rgba(255, 0, 0, 0.49) 50%, rgba(255, 192, 0, 0.49) 100%);
    padding: 3px;
    margin-bottom: 30px;
}
.in-cate-color{
    background: #fff;
}
.name-cate-color{
    margin: 0;
    padding: 30px 5px;
    text-align: center;
}
.in-cate-color:hover .name-cate-color a{
    color: #0068b6;
}
.flex-cate-color{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.noteCatelogue{
    font-size: 13px;
    font-style: italic;
}
.noteCatelogue span {
    color: red;
    padding-right: 3px;
}
.tit-cate-color{
    text-align: center;
    margin: 0;
    font-size: 35px;
    font-weight: 400;
}
.tit-cate-color-icon{
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.tit-cate-color-icon span {
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 10px;
}
.tit-cate-color-icon span i.rule-icon {
    background: url(../img/rule.svg) no-repeat center;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    display: block;
}
.tit-cate-color-icon span:before {
    content: '';
    position: absolute;
    background: rgba(87, 89, 92, 0.6);
    height: 1px;
    top: 50%;
    right: 100%;
    margin: 0 auto;
    width: 60px;
}
.tit-cate-color-icon span:after {
    content: '';
    position: absolute;
    background: rgba(87, 89, 92, 0.6);
    height: 1px;
    top: 50%;
    left: 100%;
    margin: 0 auto;
    width: 60px;
}
.tit-pub-intro{
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
}
.tit-pub-intro span{
    position: relative;
    display: inline-block;
}
.tit-pub-intro span:before{
    content: "";
    position: absolute;
    right: calc(100% + 10px);
    display: block;
    width: 6px;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}
.tit-pub-intro span:after{
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    display: block;
    width: 6px;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}
.img-pub-intro img{
    width: 100%;
}
.tit-pub-center{
    margin: 0;
    margin-bottom: 20px;
}
.list-pub-intro .box-pub-intro:nth-child(even) .row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.list-pub-intro .box-pub-intro{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.list-pub-intro .box-pub-intro:last-child{
    border: none;
    padding: 0;
    margin: 0;
}
.name-chungnhan{
    text-align: center;
}
.block-own{
    margin-bottom: 30px;
}
.block-own > a{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.block-own > a > img{
    width: 50%;
}
.btn-search-job {
    background: linear-gradient(to right, #a82c31 0%, #ec8e3f 100%);
    border: none;
    height: 44px;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    color: #fff;
    outline: unset;
    text-transform: uppercase;
    margin-top: -6px;
}
.box-search-job{
    margin-bottom: 30px;
}
.items-list-job{
    display: flex;
    justify-content: space-between;
    border: 1px solid #e6e7ea;
    background: #e6e7ea;
    margin-bottom: 20px;
}
.img-job img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-job{
    width: 200px;
}
.box-info-job{
    width: calc(100% - 500px);
    padding: 20px;
}
.tit-job{
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}
.room-job{
    font-size: 18px;
    margin-bottom: 15px;
    color: #8996a0;
    font-weight: 700;
}
.des-job{
    margin-bottom: 40px;
}
.view-job{
    text-transform: uppercase;
    text-decoration: underline;
}
.add-job{
    width: 300px;
    padding: 20px;
    padding-left: 0;
}
.in-add-job {
    border-left: 1px solid #fff;
    height: 100%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.in-add-job p{
    font-size: 16px;
    margin-bottom: 20px;
    color: #676c75;
}
.in-add-job p i{
    margin-right: 5px;
    width: 20px;
}
.in-add-job p:last-child{
    margin: 0;
}
.date-end-job{
    color: #f00;
}
.tit-job-detail{
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.box-job-detail{
    margin-bottom: 30px;
}
.box-sub-job{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.tit-sub-job{
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
.ul-list-des-job{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-list-des-job > li{
    margin-left: 30px;
    position: relative;
}
.ul-list-des-job > li:before {
    position: absolute;
    content: '';
    top: 7px;
    left: -15px;
    width: 8px;
    height: 8px;
    background: #d9dbdf;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.apply-job{
    background: linear-gradient(to right, #a82c31 0%, #ec8e3f 100%);
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px;
}
.back-job{
    background: #818795;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
}
.back-job:hover,
.apply-job:hover{
    background: #282560;
    color: #fff;
}
.tit-modal-job {
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
}
.tit-modal-job span {
    position: relative;
    display: inline-block;
    color: #fff;
}
.tit-modal-job span:before {
    content: "";
    position: absolute;
    right: calc(100% + 10px);
    display: block;
    width: 6px;
    height: 2px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.tit-modal-job span:after {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    display: block;
    width: 6px;
    height: 2px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
#modal-job .modal-dialog{
    width: 770px;
}
#modal-job .modal-content{
    background: #818795;
}
.content-modal-job{
    padding: 35px 0 20px;
    position: relative;
}
.close-modal {
    background: no-repeat;
    outline: unset;
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
}
.gr-form-job{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.label-job{
    width: 165px;
    color: #fff;
}
.ip-job{
    background: #fff;
    width: calc(100% - 180px);
    border: none;
    background: #fff;
    box-shadow: unset;
    padding: 9px 12px;
    outline: unset;
}
.block-form-job {
    padding: 0 50px;
}
.label-job span{
    font-size: 13px;
    font-style: italic;
}
.btn-file {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: calc(100% - 180px);
    border: none;
    background: #fff;
    box-shadow: unset;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}
.btn-file i {
    font-size: 30px;
}
.asideadd-job{
    background: #9a9faa;
    padding: 30px;
}
.asideadd-job .in-add-job{
    padding: 0;
    border: none;
    display: block;
}
.asideadd-job .in-add-job p{
    color: #fff;
}
.img-job-rela{
    display: block;
    overflow: hidden;
}
.tit-rela-job{
    font-size: 14px;
    text-align: center;
    margin: 0;
    margin-top: 15px;
    font-weight: 400;
    line-height: 20px;
}
.tit-rela-job a{
    color: #676c75;
}
.tit-rela-job a:hover{
    color: #015184;
}
.aside-rela-job {
    background: #e6e7ea;
    padding: 30px 30px 20px;
    margin-top: 30px;
}
.aside-rela-job .tit-pub-intro{
    margin-bottom: 20px;
}
.box-job-rela {
    margin-bottom: 20px;
}
.list-faq .panel-title>a{
    display: block;
    padding: 10px;
    color: crimson;
    font-size: 18px;
}
.list-faq .panel-default>.panel-heading{
    background: #ffff;
    padding: 0;
}
.list-faq .panel-group .panel+.panel{
    margin-top: 15px;
}
.btn-control-social{
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    background: #282560;
    color: #fff;
    position: fixed;
    bottom: 15vh;
    right: 10px;
    border-radius: 50px;
    display: none;
    z-index: 999;
    outline: unset;
}
.nodehome .main-menu{
    margin: 0;
    padding: 0;
    /* background: rgba(11, 7, 64, 0.69); */
	box-shadow: 0px 3px 5px #888888;
    background: #fff;
}
.nodehome .main-menu .container{
    background: unset;
}
.block-tab-color.result .block-slider-color .owl-carousel .owl-stage,
.block-tab-color.result .owl-carousel.owl-drag .owl-item{
    width: 150px !important
}
.block-tab-color.result .in-paint-color{
    height: 150px;
}
.block-tab-color.result .paint-color{
    max-width: 150px;
}
.block-tab-color.result .paint-color-info > span{
    height: 115px;
}
.block-tab-color.result .box-list-color{
    justify-content: center;
}
.block-tab-color.result .items-color{
    width: 150px;
    height: 100px;
}
.gg-map iframe {
    width: 100%;
}
.tit-phoimau{
    background: #203364;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    margin: 0;
}
.block-phoimauson{
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.submit-color{
    background: #203364;
    border: none;
    outline: unset;
    padding: 7px 12px;
    width: 100%;
    display: block;
    border-radius: 4px;
    color: #fff;
}
.flex-phoimau{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.block-form-phoimau{
    margin-bottom: 10px;
}
.anh-congtrinh {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.phoimau-nen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}
.phoimau-nen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% !important;
}
.phoimau-chi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}
.phoimau-chi:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% !important;
}
.anh-full {
    position: relative;
    z-index: 5;
    max-width: 100%;
}
.tit-phoimau-contrinh{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.block-datb{
    margin-bottom: 30px;
}
.img-datb{
    display: block;
}
.tit-datb{
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
.block-form-phoimau .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.box-change-img-by-size,.box-choose-qc{ display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 20px;}
.box-change-img-by-size > p,.box-choose-qc > p{ font-weight: 700; margin-right: 10px;}
.change-img-by-size,.list-choose-qc{ display: flex; align-items: center; flex-wrap: wrap;}
.change-img-by-size > a,.list-choose-qc > a{ display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #ccc; margin-right: 5px; color: #333;}
.change-img-by-size > a.active,.list-choose-qc > a.active{ background: #273b8a; color: #fff;}
.main-menu.main-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    margin: 0;
    transition: margin 0.3s;
    /* background: rgba(11, 7, 64, 0.69); */
    background: #fff;
	box-shadow: 0px 3px 5px #888888;
    padding: 0;
}
.main-menu.main-menu-fixed .container{
    background: none;
}
.nodehome {
    position: sticky;
    top: 0;
    z-index: 999;
}


.bg-blue{background-color: #000ac2; line-height: 20px; padding: 3px 0 0;}
.hdr-mini-menu{display: inline-flex; list-style: none;color:#fff;float: right; margin-right: 20px;margin-bottom: 3px;}
.hdr-mini-menu>li{padding: 0px 3px; margin: 0 0 0 10px; line-height: 30px;}
.hdr-mini-menu>li>a>i{color:red;margin: 0 5px 0 0;}
.hdr-mini-menu>li>a{color: #fff; font-weight: 500; font-size: 15px;}
.hdr-mini-menu>li>a:hover{color:#f40f2e;}
.search{display: inline-block; line-height: normal; vertical-align: middle; position: relative; overflow: hidden; transition: width 300ms ease-in-out; width: 200px;}
.button-search {position: absolute; right: 0; bottom: 0; padding: 0; width: 30px; border-radius: 0 5px 5px 0 !important; color: #E21D24; text-align: center; line-height: 25px; border: 0; background: 0; top: -2px;}
.search>input{width: 100%; font-size: 13px; color: #000; background-color: #fff; -moz-appearance: none; border-color: #eee; height: 30px;}
.sur-minimenu { margin-left: 15px; border-left: 1px solid; }
.left-wsgt{background: none;
padding: 50px 250px 0px 100px;
width: 70%;}
.right-wsgt{background: none;width: 30%;border-left: unset;/*padding: 250px;*/}
@media (min-width: 1199px){
	.main-why-select.main-why-selectintro {
	  height: 500px;
	  background-size: cover!important;
	  background-position: right!important;
	}
}
@media (max-width: 1199px){
	.left-ws.left-wsgt {   width: 100%;   padding-right: 100px; }
	.right-ws.right-wsgt {display: none;}
	.hdhome .main-menu {     position: fixed;     width: 100%;     background: #fff;top: 0; }
	.hdhome .main-banner {margin-top:100px;}
    .show1199{display: block;}
    .hide1199{display: none;}
    .block-input-date .form-group:nth-child(1){
        margin-top: 15px;
    }
    .block-input-date .form-group:nth-child(2), .block-input-date .form-group:nth-child(3) {
        margin-top: 55px;
    }
    .line-cao{
        top: 30px;
        width: 200px;
    }
    .line-rong{
        top: 120px;
        width: 275px;
    }
    .line-dai{
        bottom: 65px;
    }
    .main-menu-hotline,.ul-main-menu > li > a{
        font-size: 12px;
    }
    .ul-main-menu > li {
        margin-right: 10px;
    }
    .block-lang img{
        width: 30px;
    }
    .items-color {
        width: calc(14% - 10px);
    }
}

@media (max-width: 991px){
	.main-why-selectintro{background-size: auto!important;}
	.left-wsgt{
		padding:20px;
		width:750px;
		margin: 0 auto;
	}
	.right-wsgt{display:none}
	.logo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.content-banner,.main-menu-hotline,.hdr-mini-menu li{display:none}
	.hdr-mini-menu li.search{display:block}
	
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .block-menu-mobile{
        display: block;
    }
    .main-banner .owl-carousel.owl-drag .owl-item img{
        height: auto;
    }
    .main-menu{
        margin: 0;
    }
	.hdhome .main-menu {
		margin: 0;
		/* position: relative; */
		position: fixed;
	}
	.hdhome .main-banner {
		margin-top: 0;
	}
    .logo img{
        max-width: 300px;
    }
    .main-banner .owl-dots{
        bottom: 20px;
    }
    .btn-bar{
        color: #fff;
		font-size: 22px;
		padding: 10px;
		background: #262161;
		border: 1px solid #262161;
		/* position: absolute; */
		position: fixed;
		top: 11vh;
		left: 10px;
		z-index: 9999;
    }
    .main-menu .container{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .btn-bar{
        display: block;
    }
    .main-menu-mobile{
        -moz-transform: translateX(-80em);
        -webkit-transform: translateX(-80em);
        -ms-transform: translateX(-80em);
        transform: translateX(-80em);
        -moz-transition: -moz-transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        -ms-transition: -ms-transform .5s ease;
        transition: transform .5s ease;
        -webkit-overflow-scrolling: touch;
        width: 260px !important;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: #222b50;
        padding: 15px;
        display: block;
    }
    .block-menu-mobile.active .main-menu-mobile {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .head-menu-mb{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    .head-menu-mb h4{
        color: #fff;
        font-size: 22px;
        margin: 0;
    }
    .close-menu-mb{
        color: #fff;
        font-size: 20px;
    }
    .ul-menu-mb{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .ul-menu-mb > li > a{
        display: block;
        color: #fff;
        font-size: 14px;
        border-top: 1px solid #fff;
        padding: 10px 0;
    }
    .has-sub{
        position: relative;
    }
    .drop-menu {
        position: absolute;
        top: 1px;
        right: 0;
        color: #fff;
        font-size: 20px;
        z-index: 9;
        padding: 10px;
    }
    .ul-sub-menu-mb{
        list-style-type: none;
        padding-left: 20px;
        margin: 0;
        display: none;
    }
    .ul-sub-menu-mb > li > a{
        display: block;
        color: #fff;
        font-size: 14px;
        border-top: 1px solid #fff;
        padding: 10px 0;
    }
    .over-menu-mb{
        transition: visibility 0s, opacity 0.15s linear;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        background-color: #000;
        visibility: hidden;
    }
    .block-menu-mobile.active .over-menu-mb {
        opacity: 0.4;
        visibility: visible;
    }
    .right-ws{
        padding: 40px 40px 40px 60px;
    }
    .icon-ws{
        left: -100px;
    }
    .flex-ext .btn-danger{
        display: block;
        margin-top: 10px;
        width: 200px;
    }
    .block-rela .block-prod{
        margin-bottom: 30px;
    }
    .img-mohinh img{
        width: 100%;
    }
    .line-cao:before,
    .line-rong:before,
    .line-rong:after,
    .line-dai:before{
        content: unset;
    }
    .line-cao {
        background: #40acde;
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-top: -7px;
        left: -7px;
        top: 20%;
        left: 55.5%;
        right: unset;
    }
    .line-rong {
        background: #a3ca3c;
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-top: -7px;
        left: -7px;
        top: 73%;
        left: 30%;
        right: unset;
    }
    .line-dai {
        background: #c1320d;
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-top: -7px;
        left: -7px;
        top: 77%;
        left: 80%;
        right: unset;
    }
    .block-tab-calc .tab-content{
        padding: 15px;
    }
    .block-input-date .form-group:nth-child(1),
    .block-input-date .form-group:nth-child(2), 
    .block-input-date .form-group:nth-child(3) {
        margin-top: 15px;
        width: calc(100% - 60px);
        margin-left: 30px;
        position: relative;
        margin-bottom: 0;
    }
    .block-input-date .form-group:nth-child(1):before{
        content: '';
        background: #40acde;
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-top: -7px;
        left: -30px;
        top: 50%;
    }
    .block-input-date .form-group:nth-child(2):before{
        content: '';
        background: #a3ca3c;
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-top: -7px;
        left: -30px;
        top: 50%;
    }
    .block-input-date .form-group:nth-child(3):before{
        content: '';
        background: #c1320d;
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-top: -7px;
        left: -30px;
        top: 50%;
    }
    .return-info-door{
        margin-right: 40px;
    }
    .box-tutorial-buy{
        padding: 15px;
    }
    .items-color {
        width: calc(16% - 10px);
    }
    .flex-color{
        display: block;
    }
    .info-color-detail {
        margin-top: 20px;
    }
    .tit-cate-color{
        font-size: 30px;
    }
    .items-list-job{
        flex-wrap: wrap;
    }
    .box-info-job {
        width: calc(100% - 200px);
        border-bottom: 1px solid #fff;
    }
    .add-job{
        width: 100%;
    }
    .in-add-job p{
        margin-bottom: 10px;
    }
    .btn-search-job{
        margin: 0;
    }
    #modal-job .modal-dialog {
        width: 700px;
    }
    .list-job-rela{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list-job-rela .box-job-rela{
        width: calc(50% - 10px);
    }
    .list-item-contact{
        display: none;
    }
    .btn-control-social{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: rotate(0deg);
        transition: all 0.3s;
    }
    .btn-control-social.active{
        transform: rotate(90deg);
        transition: all 0.3s;
    }
    .nodehome .main-menu{
        height: auto;
        line-height: unset;
    }
    .nodehome .btn-bar {
        font-size: 20px;
        padding: 5px;
        top: 45px;
        left: 0px;
        z-index: 999;
        position: unset;
    }
}


@media (max-width: 767px){
	iframe{width:100%!important;height:auto!important}
	.content-banner,.main-menu-hotline,.hdr-mini-menu li{display:none}
	.hdr-mini-menu li.search{display:block}
	.logo{margin-left: 70px;}
    .show767{display: block;}
    .hide767{display: none;}
    .left-ws{
        display: none;
    }
    .main-why-select{
        display: block;
    }
    .right-ws{
        width: 100%;
        padding: 30px 15px 1px 15px;
    }
    .icon-ws{
        display: none;
    }
    .items-ws{
        margin-bottom: 30px;
    }
    .table-cart form table tr {
        display: block;
        padding: 10px;
    }
    .table-cart form table tr:first-child {
        display: none;
    }
    .table-cart form table tr:nth-child(even) {
        background: #f9f9f9;
    }
    .table-cart form table tr td {
        display: block;
        text-align: right;
        font-size: 16px;
        padding: 7px 0px;
    }
    .table-cart form table tr td[data-title]::before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left;
    }
    .table-cart form table tr td:nth-child(2) {
        text-align: center;
    }
    .tit-page{
        font-size: 28px;
    }
    .name-prod-detail{
        font-size: 28px;
    }
    .flex-ext .btn-danger{
        display: block;
        margin-top: 10px;
        width: 100%;
    }
    .flex-ext .btn-success{
        display: block;
        margin-top: 10px;
        width: 100%;
    }
    .des-bnp{
        display: none;
    }
    .items-bidw{
        display: block;
    }
    .gr-bidw{
        margin-left: 0;
        margin-bottom: 15px;
    }
    .tit-bidw {
        width: 100%;
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .btn-add-door, .btn-add-window{
        margin-left: 0;
    }
    .return-info-door{
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .return-info-window{
        width: 100%;
    }
    .kq-btb {
        font-size: 14px;
        padding-top: 0;
        margin-bottom: 15px;
    }
    .tit-btb ~ .form-control{
        margin-bottom: 15px;
    }
    .items-color {
        width: calc(20% - 10px);
    }
    .box-search-color .input-group .form-control:first-child{
        min-width: 200px;
    }
    .tit-cate-color{
        font-size: 24px;
    }
    .img-pub-intro{
        margin-bottom: 20px;
    }
    #modal-job .modal-dialog {
        width: calc(100% - 20px);
    }
    .block-form-job {
        padding: 0 20px;
    }
	
	.left-wsgt{
		display:block;
		padding:20px;
		width:100%;
		margin: 0 auto;
	}
}

@media (max-width: 480px){
	iframe{width:100%!important;height:auto!important}
	.content-banner,.main-menu-hotline,.hdr-mini-menu li{display:none}
	.hdr-mini-menu li.search{display:block}
	.logo{margin-left: 70px;}
	
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .logo img{
        max-width: 100%;
    }
	.main-banner{margin-top:0px!important}
    .main-menu{
        padding: 0;
        line-height: unset;
		position: relative !important;
    }
    .clear40{
        height: 20px;
    }
    .tit-page{
        font-size: 24px;
    }
    .avatar-comment {
        width: 40px;
        margin-right: 10px;
    }
    .content-comment {
        width: calc(100% - 50px);
    }
    .content-comment .flex-bw {
        display: block;
    }
    .block-rela .row{
        margin: 0 -5px;
    }
    .block-rela .row .col-md-3{
        padding: 0 5px;
    }
    .flex-bw.block-mb{
        display: block;
    }
    .flex-bw.block-mb p{
        margin-bottom: 10px;
    }
    .list-prod-page .row{
        margin: 0 -5px;
    }
    .list-prod-page .row .col-md-3{
        padding: 0 5px;
    }
    .img-order {
        width: 60px;
        margin-right: 15px;
    }
    .info-order {
        width: calc(100% - 190px);
    }
    .img-bnp{
        width: 100px;
    }
    .content-bnp {
        width: calc(100% - 120px);
    }
    .total-son{
        text-align: left;
    }
    .total-son:before{
        content: unset;
    }
    .sp-total-son{
        padding: 0;
    }
    .block-tab-calc .nav-tabs>li:last-child{
        margin: 0;
    }
    .items-color {
        width: calc(25% - 10px);
    }
    .in-paint-color {
        padding: 5px;
        height: 68px;
    }
    .block-gall-color .lSSlideOuter .lSPager.lSGallery img{
        height: 70px;
    }
    .flex-find{
        display: block;
    }
    .flex-find .tit-page{
        margin-bottom: 20px;
    }
    .tit-cate-color{
        font-size: 20px;
    }
    .img-job {
        width: 100%;
    }
    .img-job img{
        height: 300px;
    }
    .box-info-job{
        width: 100%;
    }
    .des-job{
        margin-bottom: 20px;
    }
    .in-add-job{
        border: none;
    }
    .gr-form-job{
        display: block;
    }
    .label-job{
        width: 100%;
        margin-bottom: 7px;
    }
    .ip-job,
    .btn-file{
        width: 100%;
    }
    .list-job-rela{
        display: block;
    }
    .list-job-rela .box-job-rela{
        width: 100%;
    }
    .aside-rela-job{
        padding: 30px 15px 20px;
    }
    .block-tab-color.result .paint-color-info > span {
        height: 122px;
    }
}
.hotlineft{color: #fff; padding: 0; margin: 0; text-align: center; font-weight: bold; font-size: 25px;}
.img-prod img{transition: all ease 0.5s;transform: scale(0.7,0.7);}
.img-prod img:hover{transform: scale(1,1);}

@keyframes fade {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 999;
}
.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    background-size: contain !important;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}
.float-icon-hotline ul li .fa-zalo {
    background: #ef0303 url(/image/zalo1.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-messenger {
    background: #168efb url(/image/fb.png) center center no-repeat;
}
.float-icon-hotline ul li a#messengerButton {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}
.float-icon-hotline ul li:hover span {
    width: 215px;
    padding-left: 10px;
    padding-right: 30px;
    opacity: 1;
}
.fix-phone-num {
    background-color: #e21d24;
    position: fixed;
    color: #fff;
    z-index: 99;
    left: 10px;
    bottom: 45px;
    padding: 5px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0 0 3px #aaa;
}
.fix-phone-num p {
    font-size: 18px;
    margin: 0;
}
.fix-phone-num p span {
    float: right;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
}
.fix-phone-num .Phone {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    width: 1em;
    height: 1em;
    font-size: 25px;
    background-color: #2c2551;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0), 0 0.05em 0.1em rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
}
.fix-phone-num .Phone:before,
.fix-phone-num .Phone:after {
    position: absolute;
    content: "";
}
.fix-phone-num .Phone:before {
    top: -1em;
    left: -1em;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
    border: 1px solid #2c2551;
}
.fix-phone-num .Phone:after {
    top: 0.25em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    background: url(../image/phone-ring.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, 0, 0);
}
.fix-phone-num .Phone.is-animating {
    animation: phone-outer 3s infinite;
}
.fix-phone-num .Phone.is-animating:before {
    animation: phone-inner 3s infinite;
}
.fix-phone-num .Phone.is-animating:after {
    animation: phone-icon 3s infinite;
}
@keyframes phone-outer {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0), 0 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    33.3333% {
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.1), 0 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    66.6666% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0), 0 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}
@keyframes phone-inner {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0.3);
    }
    33.3333% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    66.6666% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0.3);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0.9);
    }
}
@keyframes phone-icon {
    0% {
        transform: translate3d(0, 0, 0);
    }
    10% {
        transform: translate3d(0.1em, 0, 0);
    }
    20% {
        transform: translate3d(-0.1em, 0, 0);
    }
    30% {
        transform: translate3d(0.01em, 0, 0);
    }
    40% {
        transform: translate3d(-0.1em, 0, 0);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
}
.tit-pub-intro,.tit-main-feedback,.tit-news-home,.tit-page,.section-title-main{
  text-transform: uppercase;
  font-size: 40px;
  font-family: avertaBold;
  /* background: -webkit-linear-gradient(#507eca, #2957a4); */
  background: -webkit-linear-gradient(#263d8b, #2957f0);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-weight: 700;
  line-height: 50px;
}