.logo img{
    max-width: 220px;
    width: 100%;
}
.fixed-layout{
    position: fixed;
}
.clearfix{
    clear: both;
}
.top-nav{
    text-align: right;
    padding-top: 20px;
}
.top-nav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-nav ul li{
    display: inline-block;
    margin-left: 50px;
}
.btn-hotline{
    background: url("../images/bg-hotline.png") no-repeat center left;
    background-size: contain;
}
.btn-hotline a {
    display: block;
    padding: 7px 30px 7px 75px;
    line-height: 17px;
    color: #fff;
    text-align: center;
}
.btn-hotline a span{
    font-size: 11px;
}
.btn-hotline p{
    font-weight: 600;
}
.btn-shop{
    background: url("../images/bg-shop.png") no-repeat center left;
    background-size: contain;
}
.btn-shop a {
    display: block;
    line-height: 17px;
    color: #fff;
    text-align: center;
    padding: 20px 55px 20px 80px;
}
.cus-hidden {
    display: none;
}
#menuTop li a{
    color: #858585;
}
.section-about{
    display: flex;
    justify-content: space-between;
}
.section-about .img-about{
    width: calc(60% - 30px);
    margin-right: 30px;
}
.section-about .description-about{
    width: 50%;
}
.main-title {
    font-size: 32px;
    line-height: 45px;
    text-transform: uppercase;
    color: #008CDD;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.main-title:after{
    height: 2px;
    width: 120px;
    background: #008CDD;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -12px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-content{
    text-align: justify;
    color: #686868;
    font-size: 18px;
    font-weight: normal;
}
.specialist{
    background: url("../images/bg-ck.png") no-repeat center top;
    background-size: cover;
}
.color-grey{
    color: #686868;
}
.item-service .image-show {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
}
.item-service .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.article-img{
    width: 70%;
    margin: auto;
    padding: 40px 0px;
}
.item-service{
    padding: 20px;
    background: #f4f4f4;
    border-radius: 10px;
}
.item-service h3{
    color: #32a4d5;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.description-sv{
    text-align: center;
    color: #686868;
}
.mt-20{
    margin-top: 20px;
}
.item-service .read-more{
    color: #32a4d5;
    text-decoration: underline;
}
.owl-custom-nav.owl-carousel .owl-nav [class*=owl-] img{
    width: 18px;
}
.owl-custom-nav.owl-carousel .owl-nav [class*=owl-] {
    width: 18px;
    height: 45px;
    line-height: 42px;
    margin: -23px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all .2s ease 0s;
    color: #262626;
    text-align: center;
    z-index: 200;
    border: none;
    box-sizing: initial;
    opacity: 1;
    border-radius: 50%;
}
.owl-custom-nav.owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.owl-custom-nav.owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.owl-custom-nav.owl-carousel:hover .owl-next {
    left: auto;
    /*right: 10px;*/
    opacity: 1;
    background: none;
}
.owl-custom-nav.owl-carousel:hover .owl-prev {
    right: auto;
    /*left: 10px;*/
    opacity: 1;
    background: none;
}
.owl-custom-nav.owl-theme .owl-nav{
    margin-top: 0px;
}
.owl-custom-nav.owl-carousel .owl-nav [class*=owl-] i {
    line-height: 42px;
    color: #262626;
    font-size: 18px;
}
.section-services{
    background: url("../images/bg-sv.png") no-repeat center top;
    background-size: cover;
}
.swiper-slide img{
    width: 100%;
}
.section-gallery{
    background: #32a4d5;
}
.text-white{
    color: #fff !important;
}
.grid-info{
    display: flex;
}
.left-info{
    width: 50%;
}
.left-info p{
    text-align: justify;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
}
.text-white.main-title:after{
    background-color: #fff;
}
.right-info{
    position: relative;
    width: 50%;
}
.right-info img{
    max-width: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.left-info ul{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}
/*.left-info ul li{
    display: inline-block;
}*/
.left-info ul li{
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    /*width: 33.33%;*/
}
.left-info ul li:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    background: #fff;
    right: -25px;
    top: 0;
}
.left-info ul li:last-child:after{
    display: none;
}
.left-info ul li strong{
    font-size: 48px;
}
.left-info ul li span{
    font-size: 22px;
}
.fz-38{
    font-size: 38px !important;
}
.item-activities .image-show {
    width: 100%;
    padding-top: 60%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.item-activities .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.activities{
    margin-top: 40px;
}
.item-certificate .image-show {
    width: 100%;
    padding-top: 60%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border: solid 7px #b6dded;
    margin-bottom: 20px;
}
.item-certificate .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.item-certificate h3{
    color: #686868;
}
.item-news .image-show {
    width: 100%;
    padding-top: 70%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
}
.item-news .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.description-news{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #686868;
    font-weight: normal;
    padding: 0px 20px;
}
.item-news h3 {
    color: #32a4d5;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.item-news h3 a{
    text-transform: uppercase;
}
.read-more {
    color: #32a4d5;
    text-decoration: underline;
}
.sub-title ul{
    display: flex;
    justify-content: space-between;
}
.sub-title ul li.cat{
    font-weight: 600;
    color: #32a4d5;
}
.line img{
    width: 100%;
}
footer{
    background: #32a4d5;
}
.branchs ul li{
    display: inline-block;
    width: 49%;
    padding: 20px 40px;
    color: #fff;
}
.branchs ul li h3{
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.branchs ul li h3:before{
    content: '';
    width: 38px;
    height: 53px;
    background: url(../images/icon-location.png) no-repeat center;
    position: absolute;
    left: -55px;

}
.branchs ul li h3:after {
    height: 2px;
    width: 120px;
    background: #fff;
    position: absolute;
    content: '';
    left: 60px;
    bottom: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.branchs .gtx-bubble,.branchs #gtx-anchor{
    display: none !important;
}

.iframe-about {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.hotline-ic {
    font-size: 25px;
    margin-bottom: 10px;
    position: relative;
}
.hotline-ic:after{
    background: url("../images/ic-hotline.png") no-repeat center left;
    content: '';
    width: 54px;
    height: 51px;
    position: absolute;
    left: -60px;
    top: -15px;
}
.mail-ic{
    font-size: 25px;
    margin-bottom: 10px;
    position: relative;
}
.mail-ic:after{
    background: url("../images/ic-mail.png") no-repeat center left;
    content: '';
    width: 54px;
    height: 51px;
    position: absolute;
    left: -60px;
    top: -10px;
}
.text-center{
    text-align: center !important;
}






/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .top-head{
        display: none;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .top-head{
        display: none;
    }
    .logo{
        padding: 10px;
    }
    .logo img{
        max-height: 60px;
    }
    #menuTop li{
        background: #fff;
    }
    .section-about{
        display: block;
    }
    .section-about .img-about{
        width: 100%;
        margin-bottom: 20px;
    }
    .section-about .description-about{
        width: 100%;
    }
    .grid-info{
        display: block;
    }
    .left-info{
        width: 100%;
        margin-bottom: 20px;
    }
    .left-info ul{
        display: block;
    }
    .left-info ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .right-info{
        display: none;
    }
    .branchs ul li{
        width: 100%;
    }
    .owl-custom-nav.owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    .owl-custom-nav.owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
	.cus-hidden{
		display: block;
	}
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {}



/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}
