@media (min-width: 768px) {
    html {        font-size: 16px;	}
    .dropdown:hover>.dropdown-menu {
      display: block;
    }
    .dropdown-item{font-weight: normal;padding: .5rem .5rem}
    .dropdown-menu {
        width: 100%;
        min-width: 15rem;
        padding: 1rem 1rem 1rem;
        background-color: rgba(255,255,255,0.9);
    }
    .dropdown-item:hover, .dropdown-item:focus {
        color: #9b0202;
        text-decoration: none;
        background-color: #FFF;
    }



	.navbar-nav li.active ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu,
	.navbar-nav li:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu{
		position:absolute;
		left:90%;
		top:0;
	}

    .headbar-top.fixed-top{
        position: fixed;
    }
    .hamburgers-box{
        width: auto;
    }
    .navbar-brand{
        text-align: left;
        width:auto;
        margin: 0;
    }
    .social-mobile {
        margin: 0;
        width: 15%;
        padding-top: 0;
        border-top: none;
    }
    .social-mobile img{
        width: 1.5rem;
    }
    .navbar-expand-md .navbar-nav{
        width:80%;
    }
    .navbar-collapse ul li{
        padding: 8px 0;
        width: 20%;
        text-align: center;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding: 0;
    }
    .title-content .img-leftcontent {
        left: 13%;
    }
    .title-content .img-rightcontent{
        right: 13%;
    }
    .content-1{
        padding: 0 10%;
    }
    .title-product {
        font-size: 25px;
        margin: 5% auto;
    }
    .icon-product .line-blue {
        width: 25%;
        height: 4px;
        border-bottom: 5px solid #47b6ff;
    }
    .recomment-product {
        margin: 7% auto 0;
    }
    .recom-product span p, .recom-product span h1 {
        font-size: 18px;
    }
    .recom-product span {
        bottom: 20px;
    }
    .recom-product span.landscape-recom p, .recom-product span.landscape-recom h1  {
        font-size: 18px;
    }
    .recom-product span.landscape-recom {
        bottom: 42px;
        right: 12px;
    }
    .recom-product span.landscape-recom.landscape-recom-2 {
        right: 3%;
    }
    .footer {
        padding: 9% 0 4%;
    }
    .address-footer h1 {
        font-size: 15px;
    }
    .recom-product.recom-product-3 {
        margin-top: 7%;
    }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 992px) {
    html {        font-size: 18px;	}
    body {
        font-size: 22px;
    }
    .navbar-expand-md .navbar-nav {
        width: 70%;
    }
    .navbar-collapse ul li a{
        color: #FFF;
    }
    .navbar-brand img {
        width: 130px;
    }
    .title-content h1 {
        font-size: 36px;
    }
    .title-content p {
        font-size: 26px;
    }
    .title-content .img-leftcontent {
        width: auto;
    }
    .title-content .img-rightcontent {
        width: auto;
    }
    .content-1 {
        padding: 0 11%;
    }
    .title-product {
        font-size: 28px;
    }
    .icon-product img {
        width: 7rem;
    }
    .icon-product h1 {
        font-size: 26px;
        margin: 5% auto;
    }
    .title-product-recom h1 {
        width: 25%;
        font-size: 36px;
    }
    .recom-product span p, .recom-product span h1 {
        font-size: 22px;
    }
    .recom-product span.landscape-recom p, .recom-product span.landscape-recom h1 {
        font-size: 22px;
    }
    .recom-product span.landscape-recom {
        bottom: 50%;
        right: 50%;
        transform: translate(95%, 50%);
    }
    .recom-product span.landscape-recom.landscape-recom-2 {
        right: 50%;
        transform: translate(90%,50%);
        bottom: 50%;
        width: 100%;
    }
    .footer {
        padding: 7% 0 2%;
        font-size: 18px;
    }
    .address-footer h1 {
        font-size: 20px;
    }
    .copyright-footer{
        margin-top: 2%;
    }
    .social-mobile img {
        transition: all 0.5s;
    }
    .social-mobile img:hover {
        transform: translateY(-5px);
    }
} 
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
    html {        font-size: 20px;	}
    body {
        font-size: 24px;
    }
    .container{
        max-width: 1230px;
    }
    .social-mobile img {
		width: 35px;
    }
    .navbar-brand img {
        width: 189px;
    }
    .title-content h1 {
        font-size: 44px;
    }
    .title-content p {
        font-size: 32px;
    }
    .title-content .img-leftcontent {
        left: 18%;
    }
    .title-content .img-rightcontent {
        right: 18%;
    }
    .content-1 {
        padding: 0 16%;
    }
    .title-product {
        font-size: 36px;
    }
    .icon-product img {
        width: auto;
    }
    .icon-product h1 {
        font-size: 28px;
        font-weight: 700;
    }
    .icon-product .line-blue{
        width: 15%;
    }
    .title-product-recom h1 {
        width: 20%;
    }
    .recom-product span {
        bottom: 70px;
    }
    .recom-product span p, .recom-product span h1 {
        font-size: 26px;
    }
    .recom-product span.landscape-recom p, .recom-product span.landscape-recom h1 {
        font-size: 26px;
    }
    .recom-product span.landscape-recom.landscape-recom-2 {
        transform: translate(100%,50%);
    }
    .footer {
        padding: 10% 0 3%;
        font-size: 22px;
    }
    .address-footer h1 {
        font-size: 28px;
    }
    .address-footer p {
        padding-right: 10%;
    }
    .copyright-footer {
        margin-top: 5%;
    }
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1700px) {  
}
/*///////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 2000px) {
}




