@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face{
    font-family: 'Open Sans';
    src: url('fonts/Open_Sans/OpenSans-Light.ttf');
    font-weight: 300;
}
@font-face{
    font-family: 'Open Sans';
    src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
    font-weight: 400;
}
@font-face{
    font-family: 'Open Sans';
    src: url('fonts/Open_Sans/OpenSans-SemiBold.ttf');
    font-weight: 600;
}
@font-face{
    font-family: 'Open Sans';
    src: url('fonts/Open_Sans/OpenSans-Bold.ttf');
    font-weight: 700;
}
@font-face{
    font-family: 'Open Sans';
    src: url('fonts/Open_Sans/OpenSans-ExtraBold.ttf');
    font-weight: 800;
}
:root {
    --cl-text: #333;
    --cl-main: #c81f2b;
    --transition: .4s all ease-in-out;
    --center-translate: translate(-50%, -50%);
}
strong{
    font-weight: 900;
}
html {
    overflow-x: hidden;
}
body{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    top: 0!important;
    font-weight: 400;
}
a{
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
    cursor: pointer;
}
a:hover,a:focus,a:active{
    color: var(--cl-main);
    text-decoration: unset;
}
img{ max-width: 100%; }
div[class*="col-custom"]{
    padding-left: 20px;
    padding-right: 20px;
}
div[class*="col-sb-gallery"]{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
div[class*="row-custom"]{
    margin-left: -30px;
    margin-right: -30px;
}
div[class*="row-no-mar"]{
    margin-left: 0;
    margin-right: 0;
} 
div[class*="row-sb-gallery"]{
    margin-left: -5px;
    margin-right: -5px;
}

.padding-top3{padding-top: 30px;}
.mb-80 { margin-bottom: 80px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.mb-15 { margin-bottom: 15px; }
.mb-5 { margin-bottom: 5px; }
.btn, a.btn {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background: var(--cl-main);
    color: #fff;
    padding: 12px 35px;
    text-transform: uppercase;
    border: 2px solid transparent;
    white-space: unset;
}
.btn:hover, a.btn:hover {
    background: #fff;
    border-color: var(--cl-main);
    color: var(--cl-main);
}
span.icon-play-video {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 58px;
    text-align: center;
    font-size: 25px;
    background: #fff;
    color: var(--cl-main);
    border-radius: 50%;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}
span.icon-play-video:after, span.icon-play-video:before {
    border: 1.2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
}
span.icon-play-video:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
span.icon-play-video:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
@-webkit-keyframes ripple{0%{-webkit-transform:scale(1);transform:scale(1)}75%{opacity:1;-webkit-transform:scale(2.1);transform:scale(2.1)}to{opacity:0;-webkit-transform:scale(2.3);transform:scale(2.3)}}
@keyframes ripple{0%{-webkit-transform:scale(1);transform:scale(1)}75%{opacity:1;-webkit-transform:scale(2.1);transform:scale(2.1)}to{opacity:0;-webkit-transform:scale(2.3);transform:scale(2.3)}}
#language {
    color: #999;
    position: relative;
}
.clearfix{
    display: block;
}
.float-all{
    width: 100%;
    float: left;
}
#header{
    width: 100%;
    position: relative;
    z-index: 999;
}
body:not(.common-home) #header.fixed {
    margin-bottom: 85px;
}
/*#header:after{
    background: #000;
    position: absolute;
    left: -5px;
    right: -5px;
    top: 99%;
    width: auto;
    height: 85%;
    content: "";
    background: url(../image/bg-header.png) no-repeat;
    z-index: 100;
    background-size: 100%;
}*/
#header .top-header {
    color: #212121;
    position: relative;
    z-index: 100;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
/*#header.fixed .top-header {
    display: none;
}*/
#header .inner-top-header {
    width: 100%;
}
#header .header-info {
    float: left;
    padding-left: 25px;
}
#header .header-info:first-child {
    padding-left: 0;
}
#header .header-info a {
    display: inline-block;
    color: #2b2b2b;
    font-size: 12px;
}
#header .header-info a i {
    font-size: 14px;
    line-height: 35px;
    vertical-align: middle;
}
#header .header-info .header-social a i {
    font-size: 20px;
}
#header .header-info ul {
    margin: 0;
    padding: 0;
}
#header .header-info li {
    display: inline-block;
    padding-right: 8px;
}
#header .menu-all-page {
    padding: 10px 0 5px;
}
#header .bottom-header { 
    position: fixed;
    padding: 30px 0; 
    width: 100%;
    background-image: linear-gradient(to bottom, white 0%, #ffffff00 100%);
}
#header.fixed .bottom-header {
    padding: 30px 0;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999;
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
#header .bottom-header ul {
    margin: 0;
    padding: 0;
}
#header .bottom-header ul.menu-all {
    float: right;
}
#header .bottom-header .menu-all li {
    display: inline-block;
    float: left;
    position: relative;
}
#header .bottom-header .menu-all > li {
    padding: 0px 12px;
}
#header .bottom-header .menu-all > li:first-child {
    padding-left: 0;
}
#header .bottom-header .menu-all > li:last-child {
    padding-right: 0;
}
#header .bottom-header .menu-all > li > a{
    font-size: 14px;
    padding: 15px 0px;
    display: block;
    font-weight: 700;
    color: #212121;
    position: relative;
    text-transform: uppercase;
}
/*#header .bottom-header .menu-all > li > a:before{
    top: 0;
    position: absolute;
    display: block;
    height: 2px;
    width: 0%;
    content: "";
    background-color: var(--cl-main);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
#header .bottom-header .menu-all > li:hover > a:before, #header .bottom-header .menu-all > li.current > a:before{
    opacity: 1;
    width: 100%;
}*/
#header .bottom-header .menu-all ul{
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background: #fff;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
    transition: all .5s ease;
    z-index: 9999;
}
#header .bottom-header .menu-all li:hover > ul{
    opacity: 1;
    visibility: visible;
}
#header .bottom-header .menu-all ul li{ 
    width: 100%;
}
#header .bottom-header .menu-all ul li a {
    display: block;
    color: #212121;
    padding: 10px 14px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
}
#header .bottom-header .menu-all ul li:hover > a {
    opacity: 1;
}
#header .bottom-header .menu-all ul li:last-child a{
    border-bottom: 0;
}
#header .bottom-header .menu-all ul ul{
    left: 180px;
    top: 0;
}

/*li.search-menu:before, li.search-menu:after {
    bottom: -2px;
    z-index: 100;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
li.search-menu:before {
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
li.search-menu:after {
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
li.search-menu:hover:before, li.search-menu:hover:after {
    opacity: 1;
}
ul.menu-all #search {
    position: absolute;
    top: 100%;
    right: -15px;
    min-width: 280px;
    z-index: 99;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    padding: 15px;
    display: none; 
}
ul.menu-all li.search-menu:hover > #search {
    display: block;
}
ul.menu-all #search .search-over {
    position: relative;
}
ul.menu-all #search .search-over input[type="text"] {
    border: 1px solid #ddd;
    padding: 0 50px 0 10px;
    height: 40px;
    font-size: 14px;
}
ul.menu-all #search .search-over #button-search-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d26e4b;
    color: #fff;
}*/

#header .container{
    position: relative;
}
#header .btn-mb{
    display: block;
    float: right;
    text-align: center;
    margin-top: 6px;
}
#header .btn-mb.open i.fa-bars:before{
    content: "\f00d";
}
#header .bottom-header .responsive-mb{
    position: static;
}
#header .bottom-header .menu-all-page{
    position: fixed;
    width: 300px;
    right: 0;
    top: 0;
    padding: 15px 15px 15px 30px;
    background: var(--cl-main);
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100%);
    z-index: 999;
}
#header .bottom-header .menu-all-page.open {
    transform: translateX(0);
}
#header span.close-mobile {
    color: white;
    font-size: 20px;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}
#header .bottom-header .menu-all-page ul.menu-all {
    width: 100%;
    float: left;
    margin-top: 20px;
}
#header .bottom-header .menu-all-page ul.menu-all li{
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
}
#header .bottom-header .menu-all > li > a {
    display: block;
    color: white;
    padding: 10px 0;
    opacity: 1;
}
#header .bottom-header .menu-all > li:last-child > a {
    border-bottom: 0;
}
#header .bottom-header .menu-all > li > a:before { display: none; }
#header ul.menu-all span.mb-toggle {
    position: absolute;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    z-index: 99;
    right: 0;
    top: 0;
    text-align: right;
    padding-right: 20px;
    font-size: 15px;
    cursor: pointer;
}
#header ul.menu-all span.mb-toggle:before {
    content: "\f067";
    font-family: FontAwesome;
}
#header ul.menu-all span.mb-toggle.open:before {
    content: "\f068";
}
#header .bottom-header .menu-all ul {
    position: unset;
    width: 100%;
    float: left;
    opacity: 1;
    visibility: visible;
    background: #f8f8f8;
    display: none;
    transition: unset;
}
#header .bottom-header .menu-all ul li{
    border: 0;
}
#header .bottom-header .menu-all ul li a{
    font-size: 13px;
}
#header .bottom-header .menu-all ul ul a{
    padding: 1em 15%;
}
#header #logo a {
    display: block;
}
#header #logo a.logo_white {
    display: none;
}
.menu-header{
    width: 100%;
    float: left;
    background-color: #2e3a8c;
    border-bottom: solid 1px #cbcde2;
    position: relative;
}
.captcha {
    background: transparent;
    border-radius: 3px;
    box-shadow: 0 0 0;
    box-sizing: border-box;
    width: 300px;
    padding: 5px;
}
.captcha .c_input a {
    border: 0;
    color: #fff;
    padding: 7px 10px;
    background: #E95843;
    border-radius: 2px;
    display: inline-block;
}
.captcha .c_logo {
    display: none;
}

#header .searchs {
    position: relative;
    padding-top: 10px;
    margin-left: 10px;
}
#header .searchs i{
    color: var(--cl-main);
    line-height: 40px;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 10px;
}
#header .search-toggle-header {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
#header .search-toggle-header.active {
    opacity: 1;
    visibility: visible;
}
#header .search-form-header-site {
    width: 90%;
    float: left;
}
#header span.search-close {
    float: right;
}
#header #button-search-header {
    display: none;
}
#header #search input {
    width: 100%;
    margin-top: 22px;
    border: 0;
    font-size: 15px;
}
#header span.search-close {
    float: right;
    margin-top: 22px;
    line-height: 38px;
    padding-left: 15px;
    cursor: pointer;
}

#header #language img{
    display: none;
}
#header #language a {
    opacity: 0.6;
    color: #2b2b2b;
    display: inline-block;
    line-height: 35px;
}
#header #language a + a {
    margin-left: 20px;
}
#header #language a:hover{
    opacity: 1;
}
#header #language a.language_active {
    opacity: 1;
}

.responsive-mb .btn-mb{
    width: 50px;
    height: 50px;
    z-index: 100;
}

.inner-news-desc{
    margin-top: 50px;
}

@media (min-width: 992px) {    
    body.common-home #header .top-header {
        background: rgba(33, 33, 33, 1);
        color: #fff;
        border-bottom: 0;
    }
    body.common-home #header:not(.fixed) .bottom-header {
        position: fixed;
        width: 100%;
    }
    body.common-home #header:not(.fixed) #logo a.logo_white {
        display: block;
    }
    body.common-home #header:not(.fixed) #logo a.logo_origi {
        display: none;
    }
    body.common-home #header .header-info a,
    body.common-home #header:not(.fixed) .bottom-header .menu-all > li > a,
    body.common-home #header #language a {
        color:  white;
    }

    body.common-home #header:not(.fixed) .searchs i{
        color: var(--cl-main);
    }
}

/* slides */
.edgt-slider{
    position: relative;
    margin-top: 0;
    z-index: 10;
    background-color: #fff;
}
.edgt-slider a.edgt-btn {
    background: #fff;
    color: rgb(33, 33, 33);
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.edgt-slider a.edgt-btn:hover{
    background: var(--cl-main);
    color: #fff;
}
/*.edgt-slider .img-logo-slide {
    width: auto!important;
    height: auto!important;
}*/
.owl-theme .owl-controls { margin-top: 0; }
.slides.owl-carousel .owl-buttons div[class*='owl'] {
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffff;
    text-shadow: none;
}
.slides.owl-carousel .owl-buttons div[class*='owl']:hover {
    background-color: rgba(0, 33, 71, 0.6);
}
.slides.owl-carousel .owl-buttons .owl-next{
    right: 10px;
}
.slides.owl-carousel .owl-buttons .owl-prev{
    left: 10px;
}
.slides.owl-carousel .owl-buttons div[class*='owl'] i{
    font-size: 26px;
}

.padding-top{
    margin-top: 50px;
}

/**/
#crumbs {
    overflow: hidden;
    margin-top: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
#crumbs h2{
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
}
#crumbs .inner-crumbs, #crumbs .inner-crumbs a{
	color: white;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 400;
}
#crumbs:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: var(--transition);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1e1e1e 100%);
}
#crumbs .container{
    position: relative;
    z-index: 1;
}

/*list cat*/
.list-cat-related h3 {
    line-height: 34px;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
    padding-left: 20px;
    background: #22479f url(../image/i4.gif) no-repeat left center;
    color: #fff;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.list-cat-related ul {
    border-bottom: #c8c8c8 2px solid;
    background-color: #f5f5f5;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.list-cat-related ul li {
    padding: 10px 0px 10px 18px;
    margin-left: 10px;
    margin-right: 10px;
    background: url(../image/i5.gif) no-repeat left center;
    font-weight: bold;
    font-size: 15px;
    border-top: #d1d1d1 1px dotted;
}
.list-cat-related ul li.current a {
    color: #ffb406;
}
.news-by-categories.box-left-right {
    border: solid 1px #e4e4e4;
    margin-bottom:  15px;
}
.news-by-categories.box-left-right ul.box-news-content {
    list-style:  none;
    margin:  0;
}
.news-by-categories.box-left-right ul.box-news-content li {
    width:  100%;
    display:  inline-block;
    padding: 8px;
}
.news-by-categories.box-left-right ul.box-news-content li .image {
    width: 60px;
    float: left;
    margin-right: 5px;
}
.news-by-categories.box-left-right ul.box-news-content li .name {
    display: block;
    line-height: 15px;
    height: 45px;
    overflow: hidden;
}
.news-by-categories.box-left-right ul.box-news-content li .name a {
    font-size: 12px;
    text-transform: uppercase;
}
.news-by-categories .box-item{
    position: relative;
}
.news-by-categories .news-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-by-categories .news-content-detail{
    position: relative;
    z-index: 2;
}
.support-online-col {
    border: solid 1px #e4e4e4;
}
.support-online-col .sup-item {
    height: 80px;
    overflow: hidden;
    padding: 15px;
}
.support-online-col .sup-item:nth-child(2n) {
    background-color: #f5f5f5;
}
.support-online-col .sup-item img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 1px #ccc;
}
.support-online-col .sup-item p.name {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    color: #874143;
    font-size: 15px;
    padding-top: 5px;
    margin: 0;
}
.support-online-col .sup-item p.phone {
    display: block;
    font-size: 15px;
    color: #ff0000;
    font-weight: bold;
    margin: 0;
}

/**/
.facebook-like-box{ 
    max-width: 100%;
    overflow: auto;
    margin-bottom: 20px;
    float: left;
    /*box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);*/
}

/*combo*/
.news-by-combo-categories div[class *='col'] {
    padding: 0;
    border: 1px solid #1376f2;
    margin-bottom: 30px;
}
.news-by-combo-categories .position{
    position: relative;
}
.news-by-combo-categories .title {
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transform: rotate(-90deg);
    bottom: 50%;
    right: 50%;
    margin: 0 -18px -18px 0px;
    z-index: 2;
}
.news-by-combo-categories .title span{
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    padding: 8px 15px;
    display: inline-block;
    width: calc(100% - 70px);
    position: relative;
}
.news-by-combo-categories .title span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -35px;
    border-top: 18px solid #229dcc;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #229dcc;
    border-left: 18px solid transparent;
}
.news-by-combo-categories .title span:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -35px;
    border-top: 18px solid #229dcc;
    border-bottom: 18px solid transparent;
    border-right: 18px solid transparent;
    border-left: 17px solid #229dcc;
}
.news-by-combo-categories .post-cat .title{ margin: 0 -18px -17px 0px; }
.news-by-combo-categories .post-cat h3 {
    margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**/

.flexslider{
    border: 0;
}
.box-news-content ul {
    list-style: none;
    padding-left: 0;
}
.box .box-content{
    background: transparent;
}
.bg-gray{
    background: #f6f6f6;
}
.box-news-content{
    position: relative;
    padding: 0;
}
.col-sb-gallery img, .box-type-news-3 .box-item img, .box-news-content .image a img {
    float: none;
    margin-right: 0;
    padding: 0;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
.col-sb-gallery img:hover, .box-type-news-3 .box-item:hover img, .box-news-content .image:hover a img {
    opacity: .8;
}

.box-news-featured .news-item{
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 10px;
}
.box-news-content .name {
    margin-bottom: 0;
    height: 37px;
    padding: 3px 0;
    line-height: 30px;
    overflow: hidden;
}
.box-news-content .date_added {
    font-size: 12px;
    color: #898989;
    margin-bottom: 2px;
}
.box-news-content .name:hover a {
    color: #E95843;
}
.news-bottom-block{
    font-weight: 600;
}
#content .flexslider{
    margin-bottom: 10px;
}

.news-custom-more{
    background: #fff;
    margin: 18px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.4) inset;
}
.news-custom-more .news-custom-item{
    float: left;
    width: 20%;
}
.banner-content-mainbottom img, .news-custom-more .news-custom-item img {
    padding: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out ;
    -ms-transition: all .4s ease-in-out ;
    -o-transition: all .4s ease-in-out ;
    transition: all .4s ease-in-out ;
}
.news-custom-more .news-custom-item img:hover {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.banner {
    background: #fff;
}
.banner.text-center{
    padding-top: 30px;
}
.banner div.video-youtube{
    margin-bottom: 5px;
    overflow: hidden;
}
.banner div {
    text-align: center;
    display: block;
}
.box .box-heading .title2 {
    color: #888;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 400;
}
.box.no-after-sm .box-heading .dec{
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.banner div img {
    margin-bottom: 10px;
}

#content h1.banner-title {
    font-size: 48px;
    color: var(--cl-main);
    margin-bottom: 15px;
    font-weight: 400;
}

p.description-banner {
    margin-bottom: 50px;
}

.banner-item img.img-responsive {
    display: inline-block;
    margin: 0;
}

.news-by-categories ul li a{
    display: block;
    margin-bottom: 5px;
}
.combo-ads{
    margin-bottom: 10px;
}
.flexslider .slides iframe {
    width: 100%;
    display: block;
}
.modal-open .modal {
    text-align: center;
}
.modal {
    text-align: center;
}
.modal-dialog {
    display: inline-block;
}
@media (min-width: 768px) {
    .modal-dialog{ width: auto; }
}
.modal-content {
    box-shadow: none;
    background: transparent;
    border: 0;
    text-align: center;
}
.modal-content .img {
    position: relative; 
    z-index: 0; 
    display: inline-block;
    padding-top: 20px;
    height: 85vh;
    width: 85vh;
}
.modal-content img {
    display: inline-block;
    max-height: 100%;
}
.modal-content button.close {
    opacity: 1;
    color: #fff;
    margin-top: -25px;
}
footer .copy{
    line-height: 35px;
    text-align: center;
}
#powered {
    text-align: center;
    background: transparent;
    overflow: hidden;
    width: 100%;
    float: left;
    color: white;
    font-size: 13px;
    opacity: 0.8;
}
#powered .container {
    padding-top: 20px;
    padding-bottom: 30px;
}
#powered .powered-right {
    text-transform: uppercase;
    font-weight: 700;
}
#powered a {
    color: white;
    opacity: 0.8;
}

@media (min-width: 992px) {
    #powered .powered-left {
        text-align: left;
    }
}

.scroll-head {
    background-color: rgba(253, 200, 0, 0.8);
    color: #fff;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    position: relative;
    right: -3px;
    text-align: center;
    transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 48px;
    z-index: 99999;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 20px;
    display: none;
}
.icon-contact-fix.active .scroll-head {
    margin-bottom: 8px;
}
.scroll-head.visible {
    visibility: visible;
    opacity: 1;
}
.scroll-head:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--cl-main);
}
.banner-content-mainbottom img:hover{
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 30px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
/*#slider-home {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}
.rev_slider .tp-mask-wrap .tp-caption {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px 40px 40px;
  white-space: normal !important;
  width: 850px !important; }

@media (max-width: 1024px) {
    .rev_slider .tp-mask-wrap .tp-caption {
      width: 800px !important; } }

@media (max-width: 768px) {
    .rev_slider .tp-mask-wrap .tp-caption {
      width: 500px !important; } }

@media (max-width: 480px) {
    .rev_slider .tp-mask-wrap .tp-caption {
      width: 320px !important; } }
.rev_slider .tp-mask-wrap .tp-caption.video-caption {
  background: rgba(255, 255, 255, 0.0);
  padding: 0;
  white-space: normal !important;
  width: 650px !important; }

@media (max-width: 1024px) {
    .rev_slider .tp-mask-wrap .tp-caption.video-caption {
      width: 600px !important; } }

@media (max-width: 768px) {
    .rev_slider .tp-mask-wrap .tp-caption.video-caption {
      width: 500px !important; } }

@media (max-width: 480px) {
    .rev_slider .tp-mask-wrap .tp-caption.video-caption {
      width: 400px !important; } }
.rev_slider .tp-mask-wrap .tp-caption h2, .rev_slider .tp-mask-wrap .tp-caption h2 a {
    color: var(--cl-main);
    font-weight: 300;
    font-size: 35px !important;
    line-height: 45px !important;
    white-space: pre-wrap;
}

@media (max-width: 1024px) {
    .rev_slider .tp-mask-wrap .tp-caption h2, .rev_slider .tp-mask-wrap .tp-caption h2 a {
      font-size: 40px !important;
      line-height: 45px !important; } }

@media (max-width: 768px) {
    .rev_slider .tp-mask-wrap .tp-caption h2, .rev_slider .tp-mask-wrap .tp-caption h2 a {
      font-size: 14px !important;
      line-height: 20px !important; } }
.rev_slider .tp-mask-wrap .tp-caption p {
  color: #202a30;
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 200 !important; }

@media (max-width: 1024px) {
    .rev_slider .tp-mask-wrap .tp-caption p {
      font-size: 16px !important;
      line-height: 22px !important; } }

@media (max-width: 768px) {
    .rev_slider .tp-mask-wrap .tp-caption p {
      font-size: 13px !important;
      line-height: 18px !important; } }*/

/* module slide */
.slideshow {
    width: 100%;
    float: left;
}
.slideshow .slideshow-home .item {
    position: relative;
    padding: 10px;
}
.slideshow .slideshow-home .image {
    background-size: cover;
    background-color: #fff;
    height: 420px;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
}
.slideshow .slideshow-home .content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.slideshow .inner-content-slide {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 40px 40px 40px;
    white-space: normal;
    width: 850px;
}
.slideshow .inner-content-slide .title {
    color: var(--cl-main);
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    white-space: pre-wrap;
}
.slideshow .inner-content-slide .description {
    color: #202a30;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.slideshow .inner-content-slide .view-more {
    margin-top: 20px
}
.slideshow .inner-content-slide .view-more a.btn:hover {
    background: transparent;
}
.slideshow .owl-theme {
    margin: 0;
}
.slideshow .owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 0;
    background: #000;
    opacity: 0;
}
.slideshow .owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 0.5;
}
.slideshow .owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 1;
}
.slideshow .owl-carousel .owl-buttons .owl-prev {
    left: 0;
}
.slideshow .owl-carousel .owl-buttons .owl-next {
    right: 0;
}
.slideshow .owl-carousel .owl-buttons div i {
    font-size: 15px;
    margin: 0;
}
@media (max-width: 1024px) {
    .slideshow .inner-content-slide {
        width: 800px; 
    } 
}
@media (max-width: 768px) {
    .slideshow .inner-content-slide {
        width: 500px;
    }
    .slideshow .inner-content-slide .title {
        font-size: 18px;
        line-height: 1.3;
    }
    .slideshow .inner-content-slide .description {
        font-size: 13px;
        line-height: 18px;
    }
    .slideshow .inner-content-slide .view-more {
        margin-top: 10px;
    }
    .slideshow .inner-content-slide .view-more a.btn {
        padding: 8px 15px;
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    .slideshow .inner-content-slide {
        width: 100%;
        padding: 15px 20px 20px 20px;
    }
    #header .bottom-header{
        background-color: white;
        padding: 10px 0;
        position: relative;
    }
    /*#header.fixed{
        position: fixed;
    }*/
    #header.fixed .bottom-header{
        padding: 10px 0;
        position: fixed;
    }
    #header .bottom-header .menu-all-page{
        width: 100%;
        display: none;
    }
    #header .bottom-header .menu-all-page {
        display: block !important;
    }
    .edgt-slider .edgt-slider-inner rs-module-wrap , .edgt-slider .edgt-slider-inner rs-module{
        width: 100% !important;
    }
    .md-short-about .container{
        position: relative !important;
    }
    .md-short-about .wrap-items{
        width: 100% !important;
    }
    .md-short-about .wrap-items .content a, .md-short-about .wrap-items .content img{
        position: relative !important;
        z-index: 10;
    }
    .md-short-about .wrap-items{
        margin-bottom: 30px;
    }
}
/* end module slide */

.bg-img-header{
    height: 115px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
.content-about-us > * {
    max-width: 100%;
}
.content-about-us img {
    height: auto!important;
}
.categories-category ul {
    border: 1px solid #E3E3E3;
    background: #F6F6F6;
    padding: 0;
    height: 39px;
}
.categories-category ul li{
    list-style-type: none;
    display: inline-block;
}
.categories-category ul li a{
    line-height: 39px;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 600;
}
.news-list > div .name:hover a{
    color: #E95843;
}
.news-list > div {
    clear: both;
    padding: 10px 0px;
}
.news-list > div.row {
    padding: 0;
}
/*.news-list .col-xs-6:nth-child(3n+1){
	clear: both;
}*/
.news-list .news-list-item{
	margin-bottom: 100px;
    position: relative;
}
.news-list .image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.news-list .image img {
    width: 100%;
    display:  block;
}
.news-list .image img:hover{
    opacity: 0.8;
}
.news-list .desc{
	width: 90%;
    position: absolute;
    bottom: -50px;
    left: 0;
    border-radius: 0 50px 0 0;
    background-color: #fff2f3;
    padding: 20px 20px 20px 0;
    display: flex;
    align-items: center;
}
.news-list .desc a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-weight: 600;
}
.news-list .desc span{
    text-align: center;
    font-size: 12px;
    color: var(--cl-main);
    border-right: 1px solid #24569233;
}
.news-list .desc b{
    display: block;
    font-size: 30px;
    color: var(--cl-main);
}
.pagenumber .links {
    float: right;
    padding-top: 6px;
    margin-bottom: 5px;
}
.pagenumber .links .pagination > .active > a, .pagenumber .links .pagination > .active > span, .pagenumber .links .pagination > .active > a:hover, .pagenumber .links .pagination > .active > span:hover, .pagenumber .links .pagination > .active > a:focus, .pagenumber .links .pagination > .active > span:focus {
    background: none repeat scroll 0 0 #e3e3e3;
    border: 1px solid #dddddd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0;
    border-radius: 0 !important;
    color: #000;
    cursor: default;
    margin-top: -1px;
    z-index: 2;
}
.pagenumber .links .pagination > li > a, .pagenumber .links .pagination > li > span {
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    color: #000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #111;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.news-list-slide #bottom_news{
    margin: 10px 0;
    border: 1px solid #e8e8e8;
    padding: 7px 0;
    background: #f6f6f6;
}
.pagenumber .links .pagination > li {
    display: inline-block;
    margin: 0 3px;
}
.pagenumber .links .pagination > li:last-child > a, .pagenumber .links .pagination > li:last-child > span{
    border-radius: 0;
}
.pagenumber {
    border-top: 0;
    display: inline-block;
    width: 100%;
    padding-top: 0;
}
.news-description .inner-news-desc *{
    max-width: 100%;
}
.news-description .inner-news-desc table {
    width: 100%!important;
}
.news-description .inner-news-desc img{
    max-width: 100%;
    height: auto !important;
}
.news-description {
    width: 100%;
    margin-bottom: 50px;
}
.tags-list {
    background: url(../image/tags.gif) no-repeat 0px top;
    padding-left: 45px;
    height: 30px;
    padding-top: 7px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.news-related h3 {
    color: var(--cl-text);
    margin-bottom: 30px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.news-related ul {
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 0;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 20px;
    padding: 9px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}
.contact-title {
    margin-bottom: 35px;
}
#content .contact-title h1 {
    font-weight: 600;
    font-size: 32px;
    color: #202A30;
}
.contact-title p {
    color: var(--cl-main);
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}
.contact-content p {
    margin: 0;
}
.contact-content > div {
    margin-bottom: 15px;
}
.write-comment > div {
    margin-bottom: 10px;
}
.write-comment p{
    margin: 0;
}
.write-comment .error {
    font-size: 14px;
    color: #ff0000;
}
a.button, input.button {
    background: #1376f2;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgb(200, 200, 210);
    text-decoration: none;
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 13px;
    border: none;
}
input[type='text'], input[type='password'], textarea {
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 0;
    border-radius: 3px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d4d4d4;
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    outline: medium none;
    width: auto;
}
.write-comment input[type="text"], .write-comment textarea {
    border: 1px solid #d7dce9;
    border-radius: 0;
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
    width: 100%;
}
.write-comment input.btn {
    font-size: 18px;
    padding: 10px 55px;
}
.tags-list a {
    margin: 0 2px;
}
.news-info {
    width: 100%;
    display: inline-block;
}

a.button:hover, a.button:focus, a.button:active, input.button:hover, input.button:focus, input.button:active {
    background: #1376f2;
    color: #fff;
    border: none;
}
#content h1 {
    font-weight: 500;
}
#content h1.title-page{
    margin-top: 0;
    font-size: 0px;
    font-weight: 600;
}
.bx-wrapper .bx-pager{
    display: none;
}
.bx-viewport{
    height: 39px;
    line-height: 39px;
}
#news_hot_head span{
    position: absolute;
    top: 9px;
    padding: 1px 4px 0px;
    color: red;
    font-weight: 700;
    border: 1px solid red;
}
#news_hot_head{
    position: absolute;
    min-width: 500px;
}
#content {
    position: relative;
    width: 100%;
    float: left;
}
ul.pgwSlider>li img, .pgwSlider>ul>li img {
    width: 100%;
    min-height: 100%;
    display: none;
    transition: margin-top 250ms linear;
}
.pgwSlider .ps-caption {
    display: none !important;
}
ul.pgwSlider>li, .pgwSlider>.ps-list>li {
    background: #212121;
    opacity: 0.9;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    height: 77px !important;
    padding: 11px;
    overflow: hidden;
}
ul.pgwSlider>li a, .pgwSlider>.ps-list>li a{
    color: #fff;
    display: block;
    font-size: 14px;
    height: 45px;
    overflow: hidden;
}
ul.pgwSlider>li span, .pgwSlider>.ps-list>li span {
    display: block;
    width: 100%;
    position: static;
    bottom: 0;
    padding: 5px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.pgwSlider .ps-current {
    width: 75%;
}
ul.pgwSlider>li:hover, .pgwSlider>ul>li:hover {
    opacity: 1 !important;
    background-color: #E95843;
}
.pgwSlider .ps-list li.active-wds{
    position: relative;
    overflow: visible;
}
.pgwSlider .ps-list li.active-wds:before {
    position: absolute;
    left: -20px;
    top: 0;
    content: '';
    border-width: 0 0 38px 20px;
    border-style: solid;
    border-color: transparent transparent #E95843 transparent;
    z-index: 9;
}
.pgwSlider .ps-list li.active-wds:after{
    position: absolute;
    left: -20px;
    bottom: 0;
    content: '';
    border-width: 0 20px 38px 0;
    border-style: solid;
    border-color: transparent #E95843  transparent transparent ;
    z-index: 9;
}

.sign-all.float-all {
    margin-bottom: 30px;
}
.sign-all .content-admissions {
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #f2f2f2;
}
.sign-all .content-admissions h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-align: center;
    padding: 0px 6px;
    background: #2e3a8c url(../image/g7.gif) no-repeat left center;
    margin-bottom: 20px;
    margin-top: 0;
}
.sign-all .content-admissions .float-all {
    padding: 0 20px;
}
.sign-all .content-admissions .form-control {
    width: 100%;
}
.sign-all .content-admissions input.form-control {
    border: 0;
    border-bottom: solid 1px #6b6b6b;
    border-right: solid 1px #6b6b6b;
    border-radius: 8px;
    height: 40px;
    font-size: 16px;
    padding: 10px;
}
.sign-all .content-admissions textarea.form-control {
    border: 0;
    border-bottom: solid 1px #6b6b6b;
    border-right: solid 1px #6b6b6b;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
}
.sign-all .content-admissions #button-send-book {
    background: #fdd738;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-bottom: solid 1px #6b6b6b;
    border-right: solid 1px #6b6b6b;
    border-radius: 8px;
    padding: 10px 12px;
}
.sign-all .box-fb {
    width: 100%;
    float: left;
    overflow: auto;
}
.sign-all h3.title-fb {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
}

.box.md-carousel {
    padding-top: 60px;
}

.box-border-bottom .box-heading{
    border-bottom: 1px solid #DBDBDB;
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px 0 5px 0;
    margin-bottom: 20px;
}
.row-custom .col-custom-left{
    border-right: 1px solid #dbdbdb;
}
.box-news-content .box-news-first-description .name {
    height: 26px;
    padding: 10px 0 0;
    line-height: 15px;
}
.box-news-content .box-news-first-description .short-content {
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    margin-bottom: 12px;
}
.box-news-content .short-content {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.box-type-news-3.float-all .owl-carousel {
    margin: 0;
    background: transparent;
}
/* box number info */
.box-number-info {
    padding: 60px 0 100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}
@media (min-width: 992px) {
    .list-video {
        display: grid;
        min-height: 500px;
        grid-template-columns: minmax(50%,1fr) 1fr 1fr;
        grid-template-rows: repeat(2,1fr);
        grid-gap: 15px;
    }
    .list-video .item-video-info:first-child {
        grid-row: span 2;
    }
    .list-video .item-video-info:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .list-video .video-thumb {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .list-video .video-thumb img {
        width: 100%;
        height: 100%;
        display: inline-block;
        object-fit: cover;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
}
.video-info-wrapper {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.list-video .video-thumb a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0.01),var(--cl-main));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.list-video span.icon-play-video {
    z-index: 8;
}
.list-video .post-data {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    padding: 0 10px 20px;
}
.list-video .wkp-post-meta > div {
    display: inline-block;
}


.box-number-info .prod-sale {
    float: left;
    position: relative;
    width: 100%;
}
.box-number-info .item-number-info {
    opacity: 1!important;
    padding: 0 15px;
}
.box-number-info .iframe-video-info {
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.box-number-info .iframe-video-info iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #000;
}
.box-number-info .title-video {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.box-number-info .title-video a:hover {
    color: #23527c;
}
.box-number-info .desc-video {
    font-size: 14px;
    color: #fff;
}
.box-number-info .slick-dots {
    display: block;
    position: relative;
    bottom: 0;
    margin-top: 5px;
}
.box-number-info .slick-dots li button {
    padding: 0;
}
.box-number-info .slick-dots li button:before {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    line-height: 8px;
}
.box-number-info .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.box-number-info a.btn {
    margin-top: 30px;
}
/*.box-number-info .prodct-avatar {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
}
.box-number-info .prodct-avatar::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: 100%;
}
.box-number-info .prod-sale:hover .prodct-avatar::before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.box-number-info .prod-info{
    background: var(--cl-main);
    bottom: 0;
    color: #fff;
    font-weight: 600;
    left: 0;
    letter-spacing: 0.2px;
    padding: 16px 30px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: 100%;
    text-align: center;
}
.box-number-info .prod-sale:hover .prodct-avatar .prod-info {
    bottom: -40px;
}
.box-number-info  .prodct-avatar>h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.box-number-info .prod-sale:hover .prodct-avatar>h3 {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    left: 50%;
}
.box-number-info .purchaser {
    float: left;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.box-number-info .purchaser > a {
    border: 1px solid #e4e4e4;
    color: #323232;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 0 20px;
}
.box-number-info .prod-sale:hover .purchaser a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.box-number-info .prod-sale .purchaser a:hover {
    background: var(--cl-main);
    color: #fff;
}

@media screen and (max-width: 992px){
    .box-number-info .purchaser>a {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
        font-size: 12px;
    }
}*/

/* md short about */
.md-short-about blockquote{
    border-left: 5px solid #cd2130;
    padding: 0 20px;
    color: var(--cl-text);
    margin: 30px 0;
    font-size: 15px;
}
.link a {
    display: inline-flex;
    background-color: var(--cl-main);
    font-size: 14px;
    line-height: 52px;
    text-transform: uppercase;
    padding: 0;
    border: unset;
    transition: var(--transition);
    font-weight: 700;
    color: white;
}
.link.blue a{
    background-color: white;
    color: var(--cl-main);
}
.link .text {
    display: block;
    padding-left: 28px;
    padding-right: 21px;
}
.link .arrow-button {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    width: 47px;
    height: 52px;
    background: url(right-arrow-button.png) center no-repeat;
    background-size: 20px;
    filter: brightness(0) invert(1);
    transition: var(--transition);
}
.link.blue .arrow-button{
    filter: brightness(1) invert(0);
    border-left: 1px solid rgba(36, 86, 146, 0.15);
}
.link button:hover, .link a:hover{
    background-color: white;
    color: var(--cl-main);
}
.link.blue button:hover, .link.blue a:hover{
    background-color: var(--cl-main);
    color: white;
}
.link button:hover .arrow-button, .link a:hover .arrow-button {
    border-left: 1px solid rgba(36, 86, 146, 0.15);
    filter: brightness(1) invert(0);
}
.link.blue button:hover .arrow-button, .link.blue a:hover .arrow-button {
    filter: brightness(0) invert(1);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.md-short-about-column {
	margin-bottom: 30px;
}
.md-short-about {
    position: relative;
    background-color: #fff2f3;
}
.md-short-about.box .box-heading {
    text-align: left;
}
.md-short-about.box .box-heading h2{
    font-size: 44px;
    color: var(--cl-main);
}
.md-short-about.box .box-heading .title2 {
    margin-top: 30px;
}
.md-short-about .desc, .md-short-about-column .desc{
	margin-bottom: 30px
}
.md-short-about .desc, .md-short-about-column .desc {
    color: black;
    line-height: 25px;
}
.md-short-about .wrap-items{
    width: 49.5%;
    float: left;
    position: relative;
}
.md-short-about .container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.md-short-about .wrap-area{
    width: 50%;
    float: right;
}
.md-short-about .wrap-items .content{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 30px;
    overflow: hidden;
    width: 100%;
}
/*.md-short-about .right-md-short{
    padding: 100px 15px;
}*/
.md-short-about  .wrap-items .content .content-details{
    display: inline-block;
    z-index: 20;
    position: relative;
}
.md-short-about  .wrap-items .content:before, .md-short-about  .wrap-items .content:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: var(--transition);
}
.md-short-about  .wrap-items .content:before{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: -1;
}
.md-short-about  .wrap-items .content:after {
    background-image: linear-gradient(to bottom, rgba(36, 86, 146, 0) 0%, var(--cl-main) 100%);
    transform: translateY(100%);
    z-index: 2;
}
.md-short-about  .wrap-items:hover .content:after {
    transform: translateY(0);
}
.md-short-about .wrap-items .content a{
    display: block;
    margin-top: 20px;
    color: white;
    font-size: 20px;
}
.md-short-about .banner-home {
    position: relative;
    margin: 0;
}
.md-short-about .banner-home .banner-image {
    position: absolute;
    display: inline-block;
    /*width: 100%;*/
    overflow: hidden;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    /*transition: all 0.5s;
    transform: scale(0.9);*/
    /*width: 300px;*/
}
.md-short-about .banner-home .banner-image:hover{ 
    transform: scale(1);
    z-index: 9!important;
}
.md-short-about .banner-home .banner-image:first-child {
    position: relative;
    z-index: 4;
    border-color: var(--cl-main);
}
.md-short-about .banner-home .banner-image:nth-child(2) {
    top: -35px;
    left: calc(100% - 50px);
    z-index: 3;
}
.md-short-about .banner-home .banner-image:nth-child(3) {
    right: -310px;
    top: calc(100% - 80px);
    z-index: 3;
}
.md-short-about .banner-home .banner-image:nth-child(4) {
    left: 55px;
    top: calc(100% - 40px);
    z-index: 3;
}

/* slider */
.slide-md-short {
    margin: 80px 0 55px;
}
.slide-md-short .slick-prev,
.slide-md-short .slick-next {
    width: auto;
    height: auto;
}
.slide-md-short .slick-prev {
    bottom: -60px;
    left: 50%;
    top: auto;
}
.slide-md-short .slick-next {
    top: -45px;
    right: 50%;
}
.slide-md-short  .slick-prev:before, 
.slide-md-short  .slick-next:before{
    font-family: FontAwesome;
    color: #888;
    opacity: 0.5;
    font-size: 20px;
    font-size: 45px;
    line-height: 1;
}
.slide-md-short  .slick-prev:hover:before, 
.slide-md-short  .slick-next:hover:before {
    opacity: 1;
}
.slide-md-short  .slick-prev:before{
    content: "\f107";
}
.slide-md-short  .slick-next:before{
    content: "\f106";
}
.slide-md-short .inner-item {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.slide-md-short .img-news-slide {
    width: 135px;
    float: left;
}
.slide-md-short .info-news-slide {
    width: calc(100% - 135px);
    float: left;
    padding-left: 25px;
}
.slide-md-short .info-news-slide h3 {
    margin: 0;
    font-size: 25px;
    margin-bottom: 12px;
}
.slide-md-short .info-news-slide h3 a {
    outline: none!important;
}
.slide-md-short .info-news-slide .news-desc-short,
.slide-md-short .info-news-slide .news-time {
    color: #888;
}
.slide-md-short .info-news-slide .news-time {
    font-size: 14px;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .md-short-about .right-md-short {
        padding-right: 50px;
    }
}
@media (max-width: 768px) {
    .slide-md-short .info-news-slide h3 {
        font-size: 20px;
    }
    .slide-md-short .info-news-slide {
        padding-left: 15px;
    }
    .slide-md-short .info-news-slide .news-desc-short {
        display: none;
    }
}
@media (max-width: 480px) {
	.md-short-about .banner-home {
		margin: 0;
	}
	.md-short-about .banner-home .banner-image {
		position: relative;
		top: unset!important;
		left: unset!important;
		right: unset!important;
		width: auto;
	}
}
/* md reason */
.md-reason {
    background: #f7f7f7;
    padding: 60px 0;
}
.md-reason .box-heading {
    text-align: left;
}
.md-reason ul.nav.nav-tabs {
    border: 0;
    margin-bottom: 45px;
}
.md-reason ul.nav.nav-tabs>li {
    margin: 0;
    border: 1px solid #e1e1e1;
    margin-left: -1px;
}
.md-reason ul.nav.nav-tabs>li>a {
    margin: 0;
    border: 0;
    padding: 6px 35px;
    border-radius: 0;
    line-height: 38px;
    color: #434343;
}
.md-reason ul.nav.nav-tabs>li.active>a,
.md-reason ul.nav.nav-tabs>li.active>a:focus,
.md-reason ul.nav.nav-tabs>li>a:hover {
    background: #fff;
    color: var(--cl-main);
}
.md-reason ul.nav.nav-tabs>li>a i {
    margin-right: 5px;
}
.md-reason .grid img {
    width: 100%;
}
.md-reason .tab-content {
    margin-top: 30px;
}
.md-reason .tab-content a.btn-v {
    text-transform: uppercase;
    background: var(--cl-main);
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 10px 35px;
    border: 2px solid var(--cl-main);
}
.md-reason .tab-content a.btn-v:hover {
    color: var(--cl-main);
    background: transparent;
}

@media (max-width: 768px) {
    .md-reason .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .md-reason div[class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .md-reason .mb-30 {
        margin-bottom: 10px;
    }
}

.md-reason .heading-box {
    background: var(--cl-main);
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 30px;
    font-size: 18px;
}
.row.list-reason {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.md-reason .item-reason {
    width: 100%;
    margin-bottom: 30px;
}
.md-reason .item-reason i {
    font-size: 38px;
}
/* md support */
.md-support {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0 80px;
}
.md-support .icon-img {
    height: 50px;
}
.md-support .icon-img img {
    display: inline-block;
    max-width: 50px;
    margin-bottom: 20px;
}
.md-support .count-data, .md-support .over-count-data {
    color: var(--cl-main);
    font-size: 48px;
    font-weight: 800;
    display: inline-block;
}
.md-support .over-count-data span.last{
    font-size: 20px;
}
.md-support .inner-item{
    position: relative;
}
.md-support .info-icon{
    padding-bottom: 40px;
}
.md-support .info-icon:before{
    content: '';
    display: block;
    width: 122px;
    height: 1px;
    background-color: var(--cl-main);
    position: absolute;
    left: 0;
    bottom: 0;
}
.md-support h3.item-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--cl-text);
    margin: 6px 0 0;
}
.md-support .title{
    font-size: 20px;
    margin-bottom: 50px;
}
.md-support .title:before {
    content: '';
    display: block;
    position: absolute;
    top: -48px;
    left: 0;
    width: 42px;
    height: 25px;
    background: url(quote.png) center no-repeat;
    background-size: 100%;
}

/* news latest */
.news-by-categories {
    position: relative;
    background-color: #f5f5f5;
}
.news-by-categories.no-after-sm{
    background-image: url('http://dev2.webaptech.com/newtecons/apt-upload/image/data/construction-seek-cover-image--(4961-x-3508-px)-(lich).jpg');
}
.news-by-categories.no-after-sm h2 a{
    color: white;
}
.news-by-categories .item-new-by-cat {
    display: inline-block;
}

.news-by-categories .item-new-by-cat.first{
    width: 100%;
    position: relative;
    height: 100%;
}

.news-by-categories .box-item {
    width: 100%;
    float: left;
}
.news-by-categories .box-item .image {
    width: 100%;
    overflow: hidden;
}
.news-by-categories .box-item .image img {
    width: 100%;
    display:  block;
}
.news-by-categories .box-item h3 {
    font-size: 16px;
    margin: 5px 0 10px;
    line-height: 25px;
}
.news-by-categories .box-item h3 a{
    color: white;
    font-weight: 600;
}
.news-by-categories .box-heading{
    display: inline-block;
    width: 100%;
}
.news-by-categories .box-heading h2, #testi .box-heading h2{
    text-transform: uppercase;
    font-size: 44px;
    line-height: 60px;
    color: var(--cl-main);
    margin: 0;
    float: left;
}
.news-by-categories.no-after-sm .box-heading h2{
    color: white;
}
.news-by-categories .box-heading .link{
    float: right;
}
.news-by-categories .box-heading .link.blue{
    float: left;
}
.news-wrapper .owl-pagination {
    top: 0;
    margin-top: 35px;
}
.news-by-categories .item-new-by-cat-mb{
    margin-bottom: 30px;
    float: left;
}
.news-wrapper.owl-theme .owl-controls .owl-page span,
#testi .owl-theme .owl-controls .owl-page span {
    width: 18px;
    height: 18px;
    background: #e7e7e7;
    outline: none;
    box-shadow: unset;
}
.news-wrapper.owl-theme .owl-controls .owl-page.active span,
#testi .owl-theme .owl-controls .owl-page.active span {
    background: #bababa;
}
.news-by-categories .news-content-info {
    position: relative;
    z-index: 10;
}
.news-by-categories .news-content-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.news-by-categories .news-content-info h3 a {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news-by-categories .news-content-info .note-title {
    position: absolute;
    right: 20px;
    top: 25px;
}
.news-by-categories .news-content-info .note-title span {
    padding: 4px 9px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: var(--cl-main);
}
.news-by-categories .news-content-info span.sub-title {
    color: #b9b9b9;
    font-size: 14px;
}
.news-by-categories .news-content-desc {
    padding: 20px 20px 35px;
    color: #888;
}
.news-by-categories .link-view-more {
    color: #b9b9b9;
    border-top: 1px solid #e1e1e1;
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
}
.news-by-categories .link-view-more a {
    color: #b9b9b9;
}
.news-by-categories .link-view-more a:hover {
    color: var(--cl-main);
}
/* end news latest */

#testi {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
#testi .profile-img-wrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#testi .profile-img-wrapper img {
    width: 100%;
    height: 100%;
}
#testi .testimonial-cite {
    display: block;
    color: white;
    font-weight: 600;
    font-size: 30px;
    transition: var(--transition);
    /*transform: rotate(-90deg);
    transform-origin: 0;*/
    position: relative;
    z-index: 30;
    padding: 50px;
}
#testi .single-item-wrapper{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    height: 100%;
}
#testi .testimonial-cite span.testimonial-name {
    font-size: 23px;
    font-weight: 700;
    text-align: left;
}
#testi .testimonial-cite .star-rating {
    display: flex;
}
#testi .testimonial-cite .star-rating img {
    height: 22px;
}
#testi .testimonial-icon-fb {
    margin-left: auto;
    font-size: 17px;
}
#testi .tlp-tm-content-wrapper {
    padding: 10px 25px 45px;
    text-align: left;
    color: #898989;
    font-size: 14px;
    position: relative;
}

#testi .box-heading a{
    font-weight: 600;
    float: left;
    width: 100%;
    margin-top: 30px;
}
#testi .box-heading h2, #testi .box-heading a{
    text-transform: uppercase;
}
#testi .single-item-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    z-index: 3;
    transition: var(--transition);
}

#testi .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*#testi .single-item-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 4;
    left: 50px;
    bottom: 50px;
    width: 162px;
    height: 195px;
    background-size: 100%;
    opacity: 0;
    transition: var(--transition);
}
*/
/* module partner */
#partner {
    background: #f7f7f7;
    padding: 35px 0;
}
#partner .item {
    padding: 0 15px;
}
#partner .slick-slide .partner-box-icon img {
    max-height: 75px;
    display: inline-block;
}

/* column */
#column-right {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 30px;
}
#column-right .box .box-heading h2, #column-right .box .box-heading {
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
}
#column-right .box .box-heading:before {
    height: 2px;
    margin: 0;
    left: 0;
    width: 30px;
}
#column-right .box-news-featured {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
#column-right .box-news-featured .news-item {
    background: transparent;
    border: 0;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
#column-right .box-news-featured .news-item .image {
    width: 60px;
    height: 60px;
    float: left;
}
#column-right .box-news-featured .box-news-content .name {
    float: left;
    width: calc(100% - 60px);
    height: auto;
    padding: 0 0 0 30px;
    line-height: 1.5;
}
#column-right .box-news-featured .box-news-content .name a {
    font-size: 14px;
    font-weight: 600;
    text-transform: unset;
}
#column-right .box.box-search, #column-right .box.box-category-list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.search-form-module .button-search-md {
    width: 44px;
    height: 44px;
    float: right;
    line-height: 43px;
    text-align: center;
}
.search-form-module input {
    font-size: 14px;
    padding: 10px 25px 10px 10px;
    background: transparent;
    border: 1px solid #dedede;
    color: #616161;
    width: calc(100% - 45px);
    float: left;
}
.box.box-category-list ul {
    width: 100%;
    float: left;
}
.box.box-category-list ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-size: 15px;
    position: relative;
}
.box.box-category-list ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.box.box-category-list ul.list-unstyled > li:last-child {
    border-bottom: 1px solid #ddd;
}
.box.box-category-list ul li a {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
.box.box-category-list ul li a:hover {
    text-decoration: underline;
}
.box.box-category-list ul ul {
    display: none;
}
.box.box-category-list ul li.current ul {
    display: block;
}
.box.box-category-list ul li.current{
    padding-bottom: 5px;
}
.box.box-category-list ul li.current:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--cl-main);
}
.box.box-category-list span.show-child {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.box.box-category-list span.show-child:before {
    content: "\f067";
}
.box.box-category-list span.show-child.up:before {
    content: "\f068";
}

/* md about us */
.about-us {
    background: #f7f7f7;
    padding: 60px 0 30px;
}
.title-about-us h4 {
    margin: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}
.title-about-us .icon-about {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}
.about-left .title-about-us {
    margin-bottom: 40px;
}
.about-left iframe {
    max-width: 100%;
}
.over-form-about {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    margin-top: 35px;
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 20%);    
}

.over-form-about .title-about-us {
    margin-bottom: 30px;
}
.form-about-us input,
.form-about-us select {
    width: 100%;
    padding: 13px;
    font-size: 13px;
    line-height: 22px;
    height: auto;
    margin-bottom: 20px;
    border-color: #eaeaea;
    border-radius: 0;
}
.form-about-us #button-send-book {
    width: 100%;
}

footer { 
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
}
footer h2, footer h4{
    color: white;
}
footer h2{
    font-size: 40px;
    margin-bottom: 30px;
}
footer h4{
    margin-top: 30px;
    font-weight: 700;
}
footer .footer-mid {
    padding-top: 60px;
    color: #b8b8b8;
    font-size: 14px;
}
.title-footer-mid {
    margin-bottom: 30px;
    color: #ff13bd;
    font-weight: 700;
}
footer .footer-mid .title-footer {
    color: #fff;
    margin-bottom: 20px;
}
footer .footer-mid iframe {
    width: 100%;
}
footer .logo-footer img {
    max-height: 65px;
}
footer ul, footer ul.list-inline{
    padding: 0;
    margin:  0;
}
footer ul.contact li {
    margin-bottom: 15px;
    color: white;
    font-size: 16px;
}
footer ul.contact li strong.title-cs {
    font-size: 16px;
    color: #9e0e5d;
}
footer ul.contact li b {
    color: white;
}
footer ul.contact li a {
    color: inherit;
}
/*footer ul.contact i {
    display: table-cell;
    font-size: 15px;
    width: 18px;
    text-align: center;
    padding-right: 3px;
    color: #9e0e5d;
    font-weight: 600;
}*/
footer ul.contact span {
    white-space: pre-line;
}
footer ul.partner img {
    margin-bottom: 30px;
    max-height: 70px;
    max-width: 180px;
    margin-right: 5px;
}
footer ul.partner li:last-child img {
    margin-right: 0;
}
footer .footer-mid h3{
    color: var(--cl-main);
    margin: 0 0 16px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}
footer ul.footer-social {
    margin-bottom: 25px;
}
footer ul.footer-social li {
    display: inline-block;
    margin-bottom: 15px;
}
footer ul.footer-social li ~ li {
    margin-left: 5px;
}
footer ul.footer-social li i{
	margin: 0;
}

footer .link-footer ul {
    columns: 2;
}
footer .link-footer li {
    margin-bottom: 20px;
}
footer .link-footer li a {
    color: #b8b8b8;
}
footer .link-footer li a:hover {
    color: #eee;
}

footer .footer-social a {
    display: inline-block;
    color: #fff;
    background-color: #616161;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
}
footer .footer-social a.fb { background: #4267b2; }
footer .footer-social a.go { background: #ea4335;; }
footer .footer-social a.tw { background: #1da1f2; }
footer .footer-social a.lin { background: #0073b0; }
footer .footer-social a.yt { background: #f00; }
footer .footer-social a.sk { background: #0078ca; }
footer .footer-social a.fl { background: #4267b2; }
footer .row.row-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#language .drop-button {
    padding: 0 0 0 15px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}
#language .drop-button span.icon {
    margin-right: 5px;
}
#language .drop-button span {
    display: inline-block;
    vertical-align: top;
}
#language .drop-button img {
    max-width: 25px;
}
#language .drop-button i{
    margin-left: 5px;
    margin-right: 5px;
}
#language .drop-box .drop-content { right: 0; }
#language  .drop-box .drop-content .drop-title {
    text-align: right;
}
#language  .drop-box .drop-content .drop-title .drop-close {
    background: #fff;
    font-size: 15px;
    padding: 0 10px;
    vertical-align: top;
    cursor: pointer;
    color: var(--cl-main);
    position: absolute;
    top: 0;
    right: 0;
}
#language .drop-content ul.list-unstyled {
    margin: 0;
}
#language .drop-content li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
#language .drop-content li {
    padding-top: 10px;
}
#language .drop-content li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
#language .drop-content img {
    max-width: 20px;
    margin-right: 5px;
}
#language .drop-content img, #language .drop-content span {
    display: inline-block;
    vertical-align: middle;
}
#language .drop-content a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
#search input{
    padding: 10px;
    font-size: 12px;
    width: 300px;
    border: 1px solid var(--cl-main);
    line-height: 1.4;
    padding-right: 40px;
}
#button-search-header:hover{
    cursor: pointer;
}
.drop-box .drop-content .drop-description ul.list-link li a:hover, .drop-box .drop-content .drop-description ul.list-link li a.active {
    color: var(--cl-main);
    text-decoration: underline;
}
.drop-box .drop-content .drop-description ul.list-link li a span{
    padding-left: 5px;
}
.drop-box .drop-content {
    background-color: #fff;
    box-shadow: 0 0 0;
    clear: both;
    position: absolute;
    display: none;
    z-index: 1000;
}
.drop-box .drop-content .drop-title .drop-close:hover {
    background-color: #e95843;
    border-radius: 50%;
    color: #fff;
}
.drop-box .drop-content.top {
    border: 1px solid #909090;
    border-radius: 0 0 0;
}
.drop-box .drop-content.top:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #909090;
    border-width: 12px;
}
.pad-full5 {
    padding: 5px;
    font-size: 15px;
}
.news-list > div .name {
    display: block;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 0;
}
/*.news-list > div .name a{
	white-space: nowrap;
}*/
.news-list .short-content {
    font-size: 15px;
    text-align: justify;
    overflow: hidden;
    color: #666;
    padding-top: 10px;
    line-height: 20px;
}
.news-list a.view {
    line-height: 24px;
    width: 90px;
    text-align: center;
    border: solid 1px var(--cl-main);
    font-style: italic;
    border-radius: 12px;
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
}
.news-list a.view:hover{
	color: #fff;
	border: solid 1px #fdc800;
	background: #fdc800;
}
.news-related{
    margin-bottom: 20px;
    margin-top: 50px;
}
.news-related .box-news-related .name{
    padding: 3px 5px 3px 12px;
    font-size: 12px;
    background: url('../image/icon4.gif') center left no-repeat;
}
.fancybox-opened,.fancybox-overlay, .modal{
    z-index: 999999 !important;
}
.box-search .category, .box-search .description {
    display: none;
}
.box-search .search input {
    width: 100%;
    height: 40px;
    padding: 10px;
}
input[type='text'], input[type='password'], textarea{border-radius: 0;}

.news-by-categories .box-item .news-content{
    padding: 30px;
    color: white;
}
.news-by-categories .box-item .news-content:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: var(--transition);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.box-type-news-3 .news-list .item-new-by-cat.first .box-item h3{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
}

.box-type-news-3 .news-list .item-new-by-cat.first .box-item, .box-type-news-3 .news-list .item-new-by-cat.first .news-content{
    float: left;
}
.box-type-news-3 .news-list .item-new-by-cat.first .box-item{
    height: 100%;
}
.box-type-news-3 .news-list .item-new-by-cat.first .news-content{
    width: 35%;
    top: 0;
    right: 0;
    left: unset;
    height: 100%;
    background-color: rgb(200 31 43 / 80%);
    padding: 40px 20px;
}
.box-type-news-3 .news-list .item-new-by-cat.first .news-content:before{
    display: none;
}
.box-type-news-3 .news-list .item-new-by-cat.first .box-item img, .box-type-news-3 .news-list .item-new-by-cat.first .box-item .news-content{
    width: 100%;
}
.box-type-news-3 .news-list .item-new-by-cat.first .box-item img{
    height: 100%;
}
.box-type-news-3 .news-list .item-new-by-cat.first h3 a, .box-type-news-3 .news-list .item-new-by-cat.first .des{
    color: white;
}
.box-type-news-3 .news-list .item-new-by-cat.first h3 a{
    font-size: 18px;
    font-weight: 700;
}
.box-type-news-3 .news-list .item-new-by-cat.first hr{
    padding: 5px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.box-type-news-3 .news-list .box-item img, .box-type-news-3 .news-list .box-item .news-content, .box-type-news-3 .news-fa .box-item img, .box-type-news-3 .news-fa .box-item .news-content{
    float: left;
    text-align: left;
}
.box-type-news-3 .news-list .item-new-by-cat .box-item .date, .box-type-news-3 .news-fa .box-item .date{
    margin-top: 20px;
}
.box-type-news-3 .news-list .item-new-by-cat.first .box-item .date{
    margin-top: 5px;
}

.box-type-news-3 .item-new-by-cat .box-item .date{
    font-size: 13px;
}
.box-type-news-3 .item-new-by-cat .box-item .des{
    margin-top: 10px;
}

/* phone fix */
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99;
}
/*phone*/
#button-contact-vr .button-contact {
    position: relative;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}
@media(max-width: 736px){
    .phone-bar{display: none;}
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

/* fix-left */
.fix-left-icon {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 150px;
}
.fix-left-icon a {
    display: block;
    margin-bottom: 10px;
}
.fix-left-icon a span {
    display: none;
}
.fix-left-icon a.social {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}
.fix-left-icon a.social.fb {
    background: #3b5999;
} 
.fix-left-icon a.social.yt {
    background: #fa0001;
} 

rs-module rs-layer.rs-layer-title {
    font-weight: 800 !important;
    font-size: 45px !important;
    white-space: break-spaces !important;
    width: 1500px !important;
    text-align: center !important;
}

rs-module rs-layer.rs-layer-desc{
    font-size: 18px !important;
    text-align: center !important;
    line-height: 25px !important;
}

rs-module rs-layer.rs-layer-button{
    top: 30px;
}

rs-slide:after{
    content: '';
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

@media (min-width: 1200px){
    .container {
        padding: 0;
        width: 1180px;
    }
    .box-type-news-3.news-by-categories.no-after-sm:after {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #header .bottom-header .menu-all > li > a {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
	#header .bottom-header .menu-all-page {
	    display: block!important;
	}
    .md-support .box-content{
        width: 50%;
    }
    #header.fixed .bottom-header{
        position: fixed;
    }
    .row{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        height: 100%;
    }
    .container{
        height: 100%;
    }

    #testi .row{
        margin-left: 0;
        margin-right: 0;
    }

    #crumbs, article section, div.float-all{
        height: 100vh;
    }
    footer{
        height: 100vh;
    }
}
@media (min-width: 1400px){
    .container {
        width: 1370px;
    }
}

@media (max-width: 991px) {
    .box .box-heading h2{
        font-size: 30px;
    }
    .box .box-heading {
        font-size: 24px;
    }
    #header #logo img {
        width: 220px;
        height: auto;
    }
	.news-wrapper .box-item{
		display: block;
	}
	.news-wrapper .box-item .image{
		margin-bottom: 10px;
	}
	.news-list .col-xs-6:nth-child(3n+1){
		clear: none;
	}
	.news-list .col-xs-6:nth-child(2n+1){
		clear: both;
	}
    .box-number-info {
        padding: 30px 0;
    }
    .box-number-info .item-video-info + .item-video-info {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    #header .searchs {
        position: absolute;
        right: 20px;
        bottom: -45px;
        z-index: 999;
    }
    #header.fixed .searchs {
        position: fixed;
        bottom: auto;
        top: 8px;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #header .searchs i {
        color: #000;
        font-size: 20px;
    }
    #header #logo img {
        width: 185px;
        height: auto;
    }
    .title2{
        font-size: 14px;
    }
	.banner.text-center {
	    padding-top: 10px;
	}
	.box-news-featured {
	    padding: 40px 0 30px;
	}
	.box-featured-slide.owl-carousel .owl-buttons{
		top: -50px;
	}
	.home .news-latest, .home .news-by-categories{
		width: 100%;
		padding: 30px 0 0;
	}

    .news-by-combo-categories .title{ display: none; }
    .combo-ads img, .box-news-content .image a img {
        margin: 0 auto;
    }
    .banner div img {
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }


    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-weight: 600;
    }
    .navbar-nav>li a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        display: block;
        position: relative;
    }
    .xs-mg-15 {
        margin-bottom: 15px;
    }
    .news-by-categories.box-left-right{ display: none; }
    .our-team .item {
        padding: 0 15px;
    }
    .news-by-categories a.btn {
        display: none;
    }
    .news-by-categories .box-heading .link{
        float: left;
        margin-top: 30px;
    }
    #partner {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .news-wrapper .owl-pagination {
        margin-top: 0;
    }
    .md-short-about .container{
        position: relative;
    }
    .box .box-heading{
        font-size: 16px;
    }

    rs-module rs-layer.rs-layer-title {
        line-height: 40px !important;
        font-size: 28px !important;
        top: -250px;
        width: 350px !important;
    }

    rs-module rs-layer.rs-layer-desc{
        font-size: 15px !important;
        top: -50px;
        line-height: 25px !important;
    }

    rs-module rs-layer.rs-layer-button{
        top: 30px;
    }
}
@media (max-width: 480px){
    #crumbs h2{
        font-size: 25px;
        line-height: 35px;
    }
    #testi .box-heading{
        left: 30px;
    }
    #language .drop-button {
        line-height: 32px;
    }
    .news-by-categories .box-item .news-content{
        padding: 10px;
    }
    .news-by-categories .news-content-info h3{
        font-size: 16px;
    }
    .md-support .count-data, .md-support .over-count-data{
        font-size: 30px;
    }
    .md-support .over-count-data span.last{
        font-size: 16px;
    }
    .box.no-after-sm .box-heading .dec{
        font-size: 15px;
    }
    #header .header-info a {
        font-size: 12px;
    }
    #header .header-info a i {
        font-size: 16px;
    }
    #header .header-info li {
        display: inline-block;
        padding-right: 5px;
    }
    #header .header-info .header-social a i {
        font-size: 18px;
    }
	.news-list .col-xs-6{
		/*width: 100%;*/
        padding: 0 5px;
	}
    .tp-parallax-wrap, .tp-loop-wrap, .tp-mask-wrap, .rev_slider .tp-mask-wrap .tp-caption {
        width: 100%!important;
        top: 50%!important;
        transform: translateY(-50%);
    }
    .news-by-categories .slick-list.draggable,
    .box-number-info .slick-list.draggable {
        padding-left: 0!important;
    }
    footer .footer-bottom {
        text-align: center;
    }
    footer .footer-bottom .row {
        display: block;
        align-items: normal;
    }
    footer .footer-top { text-align: center; }
    footer .footer-top a.btn-fix {
        white-space: unset;
        float: unset!important;
    }
    footer h2{
        font-size: 20px;
    }
    .news-list > div.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .news-list > div .name {
        font-size: 13px;
    }

    footer .footer-top h3 {
    	font-size: 22px;
    }

    .md-reason ul.nav.nav-tabs>li>a {
        padding: 3px 10px;
        font-size: 13px;
    }
}
/* fix icon */
.icon-contact-fix {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99999;
    transition: ease-in-out 250ms;
    right: 5%;
    bottom: 5%;
}
.icon-contact-fix a.buttonizer-button {
    display: block;
    cursor: pointer;
    outline: none;
    position: relative;
    width: 56px;
    height: 56px;
    max-width: none !important;
    color: #FFFFFF;
    background: #48A4DC;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;    
    z-index: 200002 !important;
}
.icon-contact-fix a.buttonizer-button .buttonizer-label{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ffffff;
    background: #4e4c4c;
    font-size: 12px;
    white-space: nowrap;
    padding: 5px 15px;
    height: auto !important;
    line-height: initial;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    right: 70px;
    transform-origin: left;
    font-size: 15px;
}
.icon-contact-fix.active a.buttonizer-button .buttonizer-label {
    display: none;
}
.icon-contact-fix a.buttonizer-button i {
    font-size: 29px;
    line-height: 55px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.icon-contact-fix a.buttonizer-button i {
    transform: rotateY(180deg);
}
/*.icon-contact-fix.active a.buttonizer-button i{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
/* fb */
#toggle_fb {
    display: inline-block;
    width: 48px;
    height: 48px;
    position: relative;
    right: -4px;
    visibility: hidden;
    opacity: 0;
    margin-bottom: -56px;
    transition: all 0.5s;
}
.icon-contact-fix.active #toggle_fb {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
}
.fb_dialog.fb_dialog_advanced, .fb_dialog.fb_dialog_mobile {
    display: none!important;
}
/*zalo*/
a.fixed_zalo {
    background-image: url(zalo_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: relative;
    bottom: unset;
    right: -2px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    margin-bottom: -56px;
    transition: all 0.5s;
}
.icon-contact-fix.active a.fixed_zalo {
    visibility: visible;
    opacity: 1;
    margin-bottom: 5px;
}
/* call now*/
.mypage-alo-phone {
    position: relative;
    left: auto;
    right: -2px;
    bottom: unset;
    margin-bottom: 5px;
    background-color: transparent;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 200000 !important;
    visibility: hidden;
    opacity: 0;
    margin-bottom: -56px;
    transition: all 0.5s;
}
.icon-contact-fix.active .mypage-alo-phone {
    visibility: visible;
    opacity: 1;
    margin-bottom: 5px;
}
.mypage-alo-ph-img-circle {
    width: 32px;
    height: 32px;
    top: 9px;
    left: 9px;
    position: absolute;
    background: rgba(30, 30, 30, 0.4) url(phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #ca8d28;
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #f63701;
    opacity: .75 !important;
}
/*.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-color: #ca8d28;
    opacity: .5;
}*/
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.zoomIn {
    animation-name: zoomIn;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.pulse {
    animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}




.responsive-mb .btn-mb span {
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    background-color: #265fb4;
    display: inline-block;
}

.responsive-mb .btn-mb span,
.responsive-mb .btn-mb.open span:after, 
.responsive-mb span:before {
    width: 20px;
    height: 2px;
}

.responsive-mb .btn-mb span {
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    background-color: var(--cl-main);
    display: inline-block;
}

.responsive-mb .btn-mb span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    background-color: var(--cl-main);
    border-radius: 100px;
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -o-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
}

.responsive-mb .btn-mb span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 15px;
    height: 2px;
    background-color: var(--cl-main);
    border-radius: 100px;
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -o-transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
}

.responsive-mb .btn-mb.open span {
    background: rgba(255, 255, 255, 0);
}

.responsive-mb .btn-mb.open span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    -o-transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
}

.responsive-mb .btn-mb.open span:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    -o-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
}

.item-number-info {
    opacity: 1!important;
    padding: 0 15px;
}

.iframe-video-info {
    padding-bottom: 67%;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 20%);
}

.iframe-video-info iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #000;
}

.title-video a{
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 700;
    display: block;
}

.none-under:before{
    display: none;
}

.box-heading.none-under span, .box-heading.none-under span a {
    font-size: 18px;
}

.md-reason .items-reason:nth-child(2n+1){
    clear: both;
}

.md-reason .reason-box-content h4{
    font-size: 20px;
    color: var(--cl-main);
    font-weight: 700;
}

.md-reason .slider-nav .img-reason img {
    padding: 20px 10px 0;
}


.b-heading{
    margin-top: 30px !important;
}

.title-md {
    text-align: center;
    margin: 30px 0;
    position: relative;
}

.title-md span {
    display: inline-block;
    background: #fff;
    padding: 10px 50px;
    border: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--cl-main);
    position: relative;
    z-index: 2;
}

.title-md:before {content: '';width: 100%;height: 1px;background: #ddd;position: absolute;top: 50%;left: 0;z-index: 1;}

@media (max-width: 992px) {    
    .b-heading {
        margin-top: 0!important;
    }
    .title-md span {
        font-size: 18px;
    }
}